/*
  Mass'by K unified stylesheet
  Generated from: main.css, new.css, massage.css, reservations.css, compare.css
  Review visually before deleting the old files.
*/

@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");



html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
 html {
  background: #1e0e4c;
 }
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -ms-overflow-style: scrollbar;
  margin: 0;
  color: var(--text);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 72% 4%, rgba(91, 47, 184, 0.34), transparent 30rem),
    radial-gradient(circle at 18% 26%, rgba(50, 216, 229, 0.08), transparent 20rem),
    linear-gradient(180deg, #130a38 0%, #12083b 34%, #0b0628 100%);
}

ol, ul {
  list-style: none;
}

.massage-card {
  background-color: rgba(144, 144, 144, 0.075);
  color: white;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 45px 50px;
  margin: 90px auto;
  max-width: 720px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5);
  backdrop-filter: blur(6px);
}

.card {
  background-color: rgba(144, 144, 144, 0.075);
  border-radius: 15px;
  padding: 1.5rem!important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin: 1rem auto;
  color: white;
}

.bandeau-resa {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(56 55 55 / 38%);
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  z-index: 1000;
}

.alert-sx {
  background-color: #f5d6d947;
  border-color: #f5d6d947;
  background: rgba(255,255,255,0.05);
  border: none;
  color: rgba(255,255,255,0.75);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-top: 40px;
}

.surligne {
  position: relative;
  display: inline-block;
  color: white;
  z-index: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.surligne::before {
  content: '';
  position: absolute;
  top: 0.2em;
  left: 0;
  right: 0;
  bottom: 0.2em;
  background-color: #42bec5;
  transform: skew(-12deg);
  z-index: -1;
  border-radius: 0px;
}

.massage-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.massage-card li {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  align-items: baseline;
}

.massage-card li span {
  font-weight: 600;
  min-width: 160px;
}

.alert-surligne {
  background-color: #42bec5;
  background: linear-gradient(
        135deg,
        rgba(90, 210, 210, 0.9),
        rgba(60, 180, 200, 0.9)
    );
  color: white;
  font-weight: 500;
  border-radius: 6px;
  padding: 18px 25px;
  margin: 60px auto;
  max-width: 900px;
}

.imgOpac {
  transition: all 0.6s ease;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
  border: solid white 2px;
}

.imgOpac:hover {
  transform: translateY(-6px);
  border: solid white 4px;
}

.massage-card h3 {
  text-align: center;
  margin-bottom: 35px;
}

.massage-card ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.massage-card ul li:last-child {
  border-bottom: none;
}

.divLang {
  text-align: center;
}

.imgFlag {
  height: 20px;
  text-align: center;
  padding: 2px;
}

.imgFlag.active {
  border-bottom: 1px solid black;
}

.row {
  margin-right: 0em;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
  margin-top: 0;
  margin-left: -2em;
}

.options {
  background: #42bec5;
  padding: 10px;
  margin: 5px;
}

.main img {
  opacity: 0.7;
}

.inner h1 {
  text-align: center;
  text-transform: uppercase;
}

.inner b {
  text-transform: uppercase;
  padding-right: 10px;
}

.inner p {
  text-align: justify;
}

.content p {
  text-align: center;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 2em 0;
  width: 100%;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

@-ms-viewport {
width: device-width;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body, input, select, textarea {
  color: white;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.75;
}

a {
  -moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
  -webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
  -ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
  transition: border-bottom-color 0.2s ease, color 0.2s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
  color: #f2849e !important;
}

strong, b {
  font-weight: 900;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1 {
  margin: 0 0 0.8rem;
  max-width: 50%;
  font-size: clamp(1.9rem, 8vw, 2.42rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 a {
  color: inherit;
}

h2, h3, h4, h5, h6 {
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h2 {
  font-size: 1.1em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.8em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.8em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left: solid 4px #c9c9c9;
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(144, 144, 144, 0.075);
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75;
  padding: 1em 1.5em;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px #c9c9c9;
  margin: 2em 0;
}

hr.major {
  margin: 3em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.row > * {
  box-sizing: border-box;
  padding: 0 0 0 2em;
}

.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}

.row.aln-left {
  justify-content: flex-start;
}

.row.aln-center {
  justify-content: center;
}

.row.aln-right {
  justify-content: flex-end;
}

.row.aln-top {
  align-items: flex-start;
}

.row.aln-middle {
  align-items: center;
}

.row.aln-bottom {
  align-items: flex-end;
}

.row > .imp {
  order: -1;
}

.row > .col-1 {
  width: 8.33333%;
}

.row > .off-1 {
  margin-left: 8.33333%;
}

.row > .col-2 {
  width: 16.66667%;
}

.row > .off-2 {
  margin-left: 16.66667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.33333%;
}

.row > .off-4 {
  margin-left: 33.33333%;
}

.row > .col-5 {
  width: 41.66667%;
}

.row > .off-5 {
  margin-left: 41.66667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.33333%;
}

.row > .off-7 {
  margin-left: 58.33333%;
}

.row > .col-8 {
  width: 66.66667%;
}

.row > .off-8 {
  margin-left: 66.66667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.33333%;
}

.row > .off-10 {
  margin-left: 83.33333%;
}

.row > .col-11 {
  width: 91.66667%;
}

.row > .off-11 {
  margin-left: 91.66667%;
}

.row > .col-12 {
  width: 100%;
}

.row > .off-12 {
  margin-left: 100%;
}

.row.gtr-0 {
  margin-top: 0;
  margin-left: 0em;
}

.row.gtr-0 > * {
  padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0em;
}

.row.gtr-0.gtr-uniform > * {
  padding-top: 0em;
}

.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.5em;
}

.row.gtr-25 > * {
  padding: 0 0 0 0.5em;
}

.row.gtr-25.gtr-uniform {
  margin-top: -0.5em;
}

.row.gtr-25.gtr-uniform > * {
  padding-top: 0.5em;
}

.row.gtr-50 {
  margin-top: 0;
  margin-left: -1em;
}

.row.gtr-50 > * {
  padding: 0 0 0 1em;
}

.row.gtr-50.gtr-uniform {
  margin-top: -1em;
}

.row.gtr-50.gtr-uniform > * {
  padding-top: 1em;
}

.row.gtr-uniform {
  margin-top: -2em;
}

.row.gtr-uniform > * {
  padding-top: 2em;
}

.row.gtr-150 {
  margin-top: 0;
  margin-left: -3em;
}

.row.gtr-150 > * {
  padding: 0 0 0 3em;
}

.row.gtr-150.gtr-uniform {
  margin-top: -3em;
}

.row.gtr-150.gtr-uniform > * {
  padding-top: 3em;
}

.row.gtr-200 {
  margin-top: 0;
  margin-left: -4em;
}

.row.gtr-200 > * {
  padding: 0 0 0 4em;
}

.row.gtr-200.gtr-uniform {
  margin-top: -4em;
}

.row.gtr-200.gtr-uniform > * {
  padding-top: 4em;
}

section.special, article.special {
  text-align: center;
}

header p {
  margin-top: -1em;
}

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  line-height: inherit;
}

.icon > .label {
  display: none;
}

.icon.solid:before {
  font-weight: 900;
}

.icon.brands:before {
  font-family: 'Font Awesome 5 Brands';
}

.icon.style2 {
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: transparent;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  width: 2.65em;
  height: 2.65em;
  display: inline-block;
  text-align: center;
  line-height: 2.65em;
  color: inherit;
}

.icon.style2:before {
  font-size: 1.1em;
}

.icon.style2:hover {
  color: #f2849e;
  border-color: #f2849e;
}

.icon.style2:active {
  background-color: rgba(242, 132, 158, 0.1);
}

ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px #c9c9c9;
  padding: 0.5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2em 0;
}

dl dt {
  display: block;
  font-weight: 900;
  margin: 0 0 1em 0;
}

dl dd {
  margin-left: 2em;
}

ul.actions {
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}

ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}

ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

ul.actions.special li:first-child {
  padding-left: 0;
}

ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}

ul.actions.stacked li {
  padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  width: calc(100% + 1em);
}

ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}

ul.actions.fit li > * {
  width: 100%;
}

ul.actions.fit.stacked {
  width: 100%;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
  margin: -1em 0 2em -1em;
}

ul.icons li {
  display: inline-block;
  padding: 1em 0 0 1em;
}

form {
  margin: 0 0 2em 0;
  overflow-x: hidden;
}

form > :last-child {
  margin-bottom: 0;
}

form > .fields {
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 3em);
  margin: -1.5em 0 2em -1.5em;
}

form > .fields > .field {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 1.5em 0 0 1.5em;
  width: calc(100% - 1.5em);
}

form > .fields > .field.half {
  width: calc(50% - 0.75em);
}

form > .fields > .field.third {
  width: calc(100%/3 - 0.5em);
}

form > .fields > .field.quarter {
  width: calc(25% - 0.375em);
}

label {
  display: block;
  font-size: 0.9em;
  font-weight: 900;
  margin: 0 0 1em 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #c9c9c9;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, select:invalid, textarea:invalid {
  box-shadow: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
  border-bottom-color: #f2849e;
  box-shadow: inset 0 -1px 0 0 #f2849e;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23c9c9c9' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 3em;
  padding-right: 3em;
  text-overflow: ellipsis;
}

select option {
  background: #ffffff;
}

select:focus::-ms-value {
  background-color: transparent;
}

select::-ms-expand {
  display: none;
}

input[type="text"], input[type="password"], input[type="email"], select {
  height: 3em;
}

textarea {
  padding: 0;
  min-height: 3.75em;
}

input[type="checkbox"], input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  text-decoration: none;
  color: #585858;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.55em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  content: '';
  display: inline-block;
  font-size: 0.8em;
  height: 2.25em;
  left: 0;
  line-height: 2.25em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.25em;
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  background: #585858;
  border-color: #585858;
  color: #ffffff;
  content: '\f00c';
}

input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before {
  border-color: #f2849e;
  box-shadow: 0 0 0 1px #f2849e;
}

input[type="checkbox"] + label:before {
  border-radius: 4px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

.box {
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  margin-bottom: 2em;
  padding: 1.5em;
}

.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 4px;
  display: block;
}

.image.left, .image.right {
  max-width: 40%;
}

.image.left img, .image.right img {
  width: 100%;
}

.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table tbody tr {
  border: solid 1px #c9c9c9;
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table td {
  padding: 0.75em 0.75em;
}

table th {
  font-size: 0.9em;
  font-weight: 900;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}

table thead {
  border-bottom: solid 2px #c9c9c9;
}

table tfoot {
  border-top: solid 2px #c9c9c9;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px #c9c9c9;
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 0 0 2px #585858;
  color: #585858 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
  height: 3.5em;
  letter-spacing: 0.35em;
  line-height: 3.45em;
  overflow: hidden;
  padding: 0 1.25em 0 1.6em;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
  margin-right: 0.5em;
}

input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit {
  width: 100%;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
  color: #f2849e !important;
  box-shadow: inset 0 0 0 2px #f2849e;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
  background-color: rgba(242, 132, 158, 0.1);
}

input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
  font-size: 0.6em;
}

input[type="submit"].large, input[type="reset"].large, input[type="button"].large, button.large, .button.large {
  font-size: 1em;
}

input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary {
  box-shadow: none;
  background-color: #585858;
  color: #ffffff;
}

input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover {
  border: 1px #838383 solid;
}

input[type="submit"].primary:active, input[type="reset"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {
  border: 1px #838383 solid;
}

input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
  pointer-events: none;
  opacity: 0.25;
}

.button.primary {
  background-color: #ffffff;
  color: #7bc6cd;
}

.tiles {
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  postiion: relative;
  margin: -2.5em 0 0 -2.5em;
}

.tiles article {
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: relative;
  width: calc(33.33333% - 2.5em);
  margin: 2.5em 0 0 2.5em;
}

.tiles article > .image {
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.tiles article > .image img {
  display: block;
  width: 100%;
}

.tiles article > .image:before {
  pointer-events: none;
  -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
  -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
  -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
  transition: background-color 0.5s ease, opacity 0.5s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
}

.tiles article > .image:after {
  pointer-events: none;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
  z-index: 2;
}

.tiles article > a {
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
  -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
  transition: background-color 0.5s ease, transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: 4px;
  border-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  z-index: 3;
}

.tiles article > a > :last-child {
  margin: 0;
}

.tiles article > a:hover {
  color: #ffffff !important;
}

.tiles article > a h2 {
  margin: 0;
}

.tiles article > a .content {
  -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  width: 100%;
  max-height: 0;
  line-height: 1.5;
  margin-top: 0.35em;
  opacity: 0;
}

.tiles article > a .content > :last-child {
  margin-bottom: 0;
}

.tiles article.style1 > .image:before {
  background-color: #f2849e;
}

.tiles article.style2 > .image:before {
  background-color: #7ecaf6;
}

.tiles article.style3 > .image:before {
  background-color: #7bd0c1;
}

.tiles article.style4 > .image:before {
  background-color: #c75b9b;
}

.tiles article.style5 > .image:before {
  background-color: #ae85ca;
}

.tiles article.style6 > .image:before {
  background-color: #8499e7;
}

body:not(.is-touch) .tiles article:hover > .image {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body:not(.is-touch) .tiles article:hover > .image:before {
  background-color: #333333;
  opacity: 0.35;
}

body:not(.is-touch) .tiles article:hover > .image:after {
  opacity: 0;
}

body:not(.is-touch) .tiles article:hover .content {
  max-height: 15em;
  opacity: 1;
}

* + .tiles {
  margin-top: 2em;
}

body.is-preload .tiles article {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

body.is-touch .tiles article .content {
  max-height: 15em;
  opacity: 1;
}

#header {
  padding: 2em 0 0.1em 0;
}

#header .logo {
  border-bottom: 0;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.35em;
  margin: 0 ;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

#header .logo > * {
  display: inline-block;
  vertical-align: middle;
}

#header .logo .symbol {
  margin-right: 0.65em;
}

#header .logo .symbol img {
  display: block;
  width: 2em;
  height: 2em;
}

#header nav {
  position: fixed;
  right: 2em;
  top: 2em;
  z-index: 10000;
}

#header nav ul {
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header nav ul li {
  display: block;
  padding: 0;
}

#header nav ul li a {
  display: block;
  position: relative;
  height: 3em;
  line-height: 3em;
  padding: 0 1.5em;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: 0;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

#header nav ul li a[href="#menu"] {
  -webkit-tap-highlight-color: transparent;
  width: 4em;
  text-indent: 4em;
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2em 2em;
}

#header nav ul li a[href="#menu"]:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
  opacity: 0;
}

#header nav ul li a[href="#menu"]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
  opacity: 1;
}

#header nav ul li a[href="#menu"]:hover:before {
  opacity: 1;
}

#header nav ul li a[href="#menu"]:hover:after {
  opacity: 0;
}

#wrapper {
  -moz-transition: opacity 0.45s ease;
  -webkit-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 1;
}

#menu {
  -moz-transform: translateX(22em);
  -webkit-transform: translateX(22em);
  -ms-transform: translateX(22em);
  transform: translateX(22em);
  -moz-transition: -moz-transform 0.45s ease, visibility 0.45s;
  -webkit-transition: -webkit-transform 0.45s ease, visibility 0.45s;
  -ms-transition: -ms-transform 0.45s ease, visibility 0.45s;
  transition: transform 0.45s ease, visibility 0.45s;
  position: fixed;
  top: 0;
  right: 0;
  width: 22em;
  max-width: 80%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background: #585858;
  color: #ffffff;
  cursor: default;
  visibility: hidden;
  z-index: 10002;
}

#menu > .inner {
  -moz-transition: opacity 0.45s ease;
  -webkit-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.75em;
  opacity: 0;
  overflow-y: auto;
}

#menu > .inner > ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

#menu > .inner > ul > li {
  padding: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
}

#menu > .inner > ul > li a {
  display: block;
  padding: 1em 0;
  line-height: 1.5;
  border: 0;
  color: inherit;
}

#menu > .inner > ul > li:first-child {
  border-top: 0;
  margin-top: -1em;
}

#menu > .close {
  -moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  -ms-transition: opacity 0.45s ease, -ms-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
  -moz-transform: scale(0.25) rotate(180deg);
  -webkit-transform: scale(0.25) rotate(180deg);
  -ms-transform: scale(0.25) rotate(180deg);
  transform: scale(0.25) rotate(180deg);
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: absolute;
  top: 2em;
  left: -6em;
  width: 6em;
  text-indent: 6em;
  height: 3em;
  border: 0;
  font-size: 1em;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

#menu > .close:before, #menu > .close:after {
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2em 2em;
}

#menu > .close:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
  opacity: 0;
}

#menu > .close:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
  opacity: 1;
}

#menu > .close:hover:before {
  opacity: 1;
}

#menu > .close:hover:after {
  opacity: 0;
}

body.is-menu-visible #wrapper {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}

body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

body.is-menu-visible #menu > * {
  opacity: 1;
}

body.is-menu-visible #menu .close {
  -moz-transform: scale(1.0) rotate(0deg);
  -webkit-transform: scale(1.0) rotate(0deg);
  -ms-transform: scale(1.0) rotate(0deg);
  transform: scale(1.0) rotate(0deg);
  opacity: 1;
}

#main {
  padding: 0em 0 6em 0;
}

#footer {
  padding: 5em 0 6em 0;
  color: white!important;
}

#footer > .inner {
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#footer > .inner > * > :last-child {
  margin-bottom: 0;
}

#footer > .inner section:nth-child(1) {
  width: calc(66% - 2.5em);
  margin-right: 2.5em;
}

#footer > .inner section:nth-child(2) {
  width: calc(33% - 2.5em);
  margin-left: 2.5em;
}

#footer > .inner .copyright {
  width: 100%;
  padding: 0;
  margin-top: 5em;
  list-style: none;
  font-size: 0.8em;
}

#footer > .inner .copyright a {
  color: inherit;
}

#footer > .inner .copyright li {
  display: inline-block;
  border-left: solid 1px rgba(88, 88, 88, 0.15);
  line-height: 1;
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
}

#footer > .inner .copyright li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

#wrapper > * > .inner {
  width: 100%;
  max-width: 68em;
  margin: 0 auto;
  padding: 0 2.5em;
}

:root {
  --bg: #120a3a;
  --bg-deep: #0d0730;
  --panel: rgba(55, 35, 118, 0.42);
  --panel-border: rgba(170, 139, 255, 0.38);
  --text: #fff;
  --muted: #d6d0ed;
  --cyan: #42d7d1;
  --cyan-deep: #2399c7;
  --violet: #7d55ff;
  --yellow: #ffe46d;
}

* {
  box-sizing: border-box;
}

.site-shell {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.site-shell > * {
  position: relative;
  z-index: 1;
}

.hero {
  min-height: 322px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: right top;
  opacity: 0.38;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 80px 22px 54px;
}

.hero-new {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background: #09051d;
}

.hero-new-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-new-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 3, 18, 0.96) 0%, rgba(15, 8, 45, 0.86) 34%, rgba(20, 10, 58, 0.45) 58%, rgba(5, 3, 18, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 3, 18, 0.1) 0%, rgba(5, 3, 18, 0.35) 68%, rgba(5, 3, 18, 0.92) 100%);
  pointer-events: none;
}

.hero-new-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1320px);
  min-height: 720px;
  margin: 0 auto;
  padding: 170px 7vw 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-new-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 18px;
  border: 1px solid rgba(146, 103, 255, 0.7);
  border-radius: 999px;
  color: #fff;
  background: rgba(25, 13, 68, 0.46);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hero-new-badge span {
  color: #9b73ff;
  font-size: 1.1rem;
  line-height: 1;
}

.hero-new h1 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: 2em;
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

.text-cyan {
  color: #35d8e5;
}

.text-purple {
  color: #8d68ff;
}

.hero-new-content > p {
  max-width: 500px;
  margin: 28px 0 42px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.45;
}

.hero-new-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  padding: 0 34px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #35d8e5, #35c4d5);
  box-shadow: 0 16px 34px rgba(53, 216, 229, 0.3);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-new-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-new-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: auto;
  padding-top: 72px;
}

.hero-new-trust > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-new-trust svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  fill: none;
  stroke: #8d68ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-new-trust p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  line-height: 1.35;
}

.hero-new-trust strong, .hero-new-trust span {
  display: block;
}

.hero-new-trust strong {
  color: #fff;
  font-weight: 800;
}

.navbar {
  min-height: 96px;
  align-items: flex-start;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-main {
  font-size: 1.12rem;
  font-weight: 900;
}

.brand-main strong {
  color: var(--cyan);
}

.brand-sub {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.34rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.brand-tag {
  margin-top: 0.3rem;
  padding: 0.12rem 0.34rem;
  color: #e6fbff;
  background: linear-gradient(90deg, var(--cyan-deep), #4fe1d1);
  font-size: 0.27rem;
  font-weight: 900;
  transform: rotate(-3deg);
}

.menu-btn {
  position: absolute;
  top: 16px;
  right: 10px;
  display: grid;
  gap: 4px;
  width: 36px;
  height: 32px;
  padding: 8px;
  border: 1px solid rgba(159, 213, 255, 0.88);
  border-radius: 6px;
  background: rgba(28, 18, 78, 0.72);
}

.menu-btn span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: rgba(175, 199, 255, 0.95);
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.3rem 0.5rem;
  border: 1px solid rgba(147, 125, 237, 0.52);
  border-radius: 4px;
  color: #f5f1ff;
  background: rgba(80, 49, 143, 0.64);
  font-size: 0.48rem;
  font-weight: 800;
}

.rating-pill span {
  color: #7df3e7;
  letter-spacing: 0.1em;
}

h1, h2, .service-name, .info-card span {
  text-transform: uppercase;
}

.hero p {
  min-width: 250px;
  width: 75%;
  margin: 0 0 1.05rem;
  color: #ece7ff;
  font-size: 1rem;
  line-height: 1.45;
}

.cta {
  min-width: 86px;
  padding: 0.73rem 1.2rem;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, #38d7d0, #39bedf);
  box-shadow: 0 12px 24px rgba(40, 194, 211, 0.22);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.benefits {
  padding: 24px 18px 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.benefit {
  min-height: 118px;
  padding: 0 10px;
  text-align: center;
}

.benefit + .benefit {
  border-left: 1px solid rgba(130, 96, 215, 0.2);
}

.benefit-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-bottom: 0.9rem;
  color: var(--violet);
}

.benefit svg, .trust-row svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit h2 {
  margin: 0 0 0.46rem;
  font-weight: 900;
  text-transform: none;
}

.benefit p {
  margin: 0 auto;
  color: #ddd8f5;
  font-size: 0.8em;
  line-height: 1.6;
  text-align: center;
}

.catalog, .before-booking, .reservation, .expert, .footer {
  position: relative;
  padding: 22px 18px;
}

.catalog, .before-booking, .reservation, .expert {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 950;
  margin-bottom: 22px;
  text-align: center;
}

.section-title::after {
  content: "";
  width: 130px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.card-grid {
  --bs-gutter-x: 0.82rem;
}

.service-card, .info-card {
  min-height: 153px;
  background-size: 447px 1563px;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(224, 217, 255, 0.78);
  border-radius: 6px;
  background: rgba(27, 15, 74, 0.7);
  isolation: isolate;
}

.service-card::after, .info-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(13, 6, 47, 0.1) 0%, rgba(18, 8, 52, 0.72) 58%, rgba(12, 7, 45, 0.96) 100%),
    linear-gradient(0deg, rgba(84, 41, 155, 0.18), rgba(84, 41, 155, 0.18));
}

.service-card {
  min-height: 300px;
  align-items: flex-end;
  justify-content: center;
  padding: 0.9rem 0.5rem;
  text-align: center;
}

.service-name {
  display: block;
  margin-bottom: 1.45rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1.12;
}

.service-label {
  position: absolute;
  right: 0.35rem;
  bottom: 0.48rem;
  left: 0.35rem;
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

.before-booking {
  padding-top: 19px;
}

.info-card {
  border-color: rgba(132, 101, 255, 0.74);
  min-height: 160px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0.9rem 0.5rem;
  text-align: center;
}

.info-card span {
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1.05;
}

.info-card small {
  margin-top: 0.65rem;
  font-size: 0.49rem;
  font-weight: 950;
  text-transform: uppercase;
}

.card-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.reservation {
  padding-top: 0;
}

.reservation-box {
  padding: 21px 20px 18px;
  border: 1px solid rgba(132, 101, 255, 0.56);
  border-radius: 7px;
  text-align: center;
  background: rgba(43, 27, 96, 0.52);
}

.reservation h2 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 950;
}

.reservation p {
  margin: 0 auto 1rem;
  color: #eeeaff;
  font-size: 0.9rem;
}

.cta-wide {
  min-width: 195px;
}

.trust-row {
  display: flex;
  justify-content: space-around;
  gap: 0.6rem;
  padding: 18px 20px 0;
  color: #fff;
  font-size: 0.49rem;
  font-weight: 800;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.trust-row svg {
  width: 14px;
  height: 14px;
}

.expert {
  display: grid;
  grid-template-columns: minmax(90px, 32%) 1fr;
  align-items: center;
  gap: 18px;
  margin: 0 18px;
  padding: 16px;
  border: 1px solid rgba(132, 101, 255, 0.45);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(82, 50, 158, 0.34), rgba(19, 11, 57, 0.82)),
    rgba(34, 20, 84, 0.66);
}

.expert-image {
  align-self: stretch;
  min-height: 135px;
  overflow: hidden;
  border-radius: 7px;
}

.expert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

.expert-content {
  min-width: 0;
}

.expert-content h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(0.82rem, 2.8vw, 1rem);
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
}

.expert-content p {
  margin: 0 0 0.9rem;
  color: #f1eeff;
  line-height: 1.55;
}

.expert-btn {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(137, 102, 255, 0.35);
  border-radius: 5px;
  color: #fff;
  background: rgba(98, 64, 189, 0.88);
  font-size: 0.53rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer {
  padding-top: 24px;
  padding-bottom: 20px;
  position: relative;
  padding: 26px 18px 20px;
  color: #fff;
}

.footer-brand {
  align-items: flex-start;
}

.footer h2 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer a, .footer p {
  display: block;
  margin: 0 0 0.18rem;
  color: #ded8f5;
  font-size: 0.7rem;
  line-height: 1.6;
}

.socials {
  display: flex;
  gap: 0.35rem;
}

.socials a {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(110, 218, 255, 0.7);
  border-radius: 50%;
  color: #61ecdf;
  font-size: 0.52rem;
  font-weight: 900;
  line-height: 1;
}

.copyright {
  margin-top: 18px !important;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(222, 216, 245, 0.55) !important;
  text-align: center;
  font-size: 0.48rem !important;
}

.hero::before, .hero::after {
  content: none;
}

.availability-section {
  position: relative;
  padding: 22px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.availability-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(132, 101, 255, 0.55);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(82, 50, 158, 0.38), rgba(19, 11, 57, 0.88)),
    rgba(34, 20, 84, 0.72);
}

.availability-main {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
}

.availability-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(66, 215, 209, 0.45);
  border-radius: 7px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
}

.availability-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.availability-main h2 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.availability-main p {
  margin: 0;
  color: #eeeaff;
  font-size: 0.9em
  line-height: 1.55;
}

.availability-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.next-slot, .exceptional-openings {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(224, 217, 255, 0.18);
  border-radius: 7px;
  background: rgba(14, 8, 46, 0.45);
}

.next-slot {
  box-shadow: inset 0 0 0 1px rgba(66, 215, 209, 0.12);
}

.availability-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--cyan);
  font-size: 0.5rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.next-slot strong {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.25;
}

.exceptional-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.exceptional-list span {
  display: inline-flex;
  padding: 0.36rem 0.5rem;
  border: 1px solid rgba(255, 228, 109, 0.35);
  border-radius: 999px;
  color: var(--yellow);
  background: rgba(255, 228, 109, 0.08);
  font-size: 0.52rem;
  font-weight: 900;
  line-height: 1;
}

.availability-link {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #38d7d0, #39bedf);
  box-shadow: 0 12px 24px rgba(40, 194, 211, 0.18);
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
}

.news-header {
  margin-bottom: 14px;
  text-align: center;
}

.news-header h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  margin: 0.55rem auto 0;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.news-list {
  display: grid;
  gap: 12px;
}

.news-count-1 {
  grid-template-columns: 1fr;
}

.news-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-card {
  position: relative;
  min-height: 118px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(132, 101, 255, 0.45);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(48, 31, 112, 0.92), rgba(16, 9, 48, 0.92)),
    rgba(34, 20, 84, 0.7);
}

.news-card::before {
  content: "";
  position: absolute;
  top: -35px;
  right: -35px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(66, 215, 209, 0.14);
}

.news-card h3 {
  margin: 0.55rem 0 0.4rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-card a {
  display: inline-flex;
  margin-top: 0.75rem;
  color: var(--cyan);
  font-size: 0.55rem;
  font-weight: 950;
  text-transform: uppercase;
}

.news-card p {
  font-size: 0.9rem;
}

.news-badge {
  display: inline-flex;
  padding: 0.24rem 0.46rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  font-size: 0.48rem;
  font-weight: 950;
  text-transform: uppercase;
}

.news-card-promo .news-badge {
  background: rgba(66, 215, 209, 0.22);
}

.news-card-alert .news-badge {
  background: rgba(255, 228, 109, 0.18);
  color: var(--yellow);
}

.news-card-info .news-badge {
  background: rgba(125, 85, 255, 0.28);
}

.quick-links-section {
  position: relative;
  padding: 22px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.quick-link-card {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 92px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(132, 101, 255, 0.42);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(48, 31, 112, 0.78), rgba(16, 9, 48, 0.9)),
    rgba(34, 20, 84, 0.7);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.quick-link-card::after {
  content: "";
  position: absolute;
  top: -35px;
  right: -35px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: rgba(66, 215, 209, 0.1);
  pointer-events: none;
}

.quick-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(66, 215, 209, 0.6);
  color: #fff;
}

.quick-link-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(66, 215, 209, 0.42);
  border-radius: 7px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
}

.quick-link-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-link-card strong {
  display: block;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1.18;
  text-transform: uppercase;
}

.quick-link-card small {
  display: block;
  margin-top: 0.35rem;
  color: #dcd6ff;
  font-size: 0.8rem;
  line-height: 1.35;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-language {
  text-align: right;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.6rem;
  border: 1px solid rgba(132, 101, 255, 0.45);
  border-radius: 999px;
  background: rgba(34, 20, 84, 0.7);
}

.language-switch a, .language-switch span {
  color: #dcd6ff;
  font-size: 0.62rem;
  font-weight: 950;
}

.language-switch a.active {
  color: var(--cyan);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(120px, 0.85fr) 1.45fr;
  gap: 18px;
  padding: 20px 0;
}

.footer-block {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(132, 101, 255, 0.35);
  border-radius: 8px;
  background: rgba(34, 20, 84, 0.42);
}

.footer-block p {
  margin: 0;
  color: #ded8f5;
  font-size: 0.8rem;
  line-height: 1.65;
}

.footer-phone {
  display: inline-flex;
  margin-top: 0.75rem;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 950;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.9rem;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(66, 215, 209, 0.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(66, 215, 209, 0.08);
  font-size: 0.54rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-legal p {
  color: rgba(238, 234, 255, 0.82);
}

.footer-bottom {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: rgba(222, 216, 245, 0.62);
  font-size: 0.52rem;
  line-height: 1.5;
}

.footer-legal {
  background: none;
  border: 0px;
}

.site-menu {
  background: radial-gradient(circle at top right, rgba(64,214,215,.14), transparent 34%),
    linear-gradient(180deg, rgba(35,20,88,.98), rgba(9,5,31,.98));
  color: #fff;
}

.site-menu-head {
  margin-bottom: 18px;
}

.site-menu-head h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 950;
  text-transform: uppercase;
}

.site-menu-cta {
  margin-bottom: 22px;
}

.site-menu-reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .8rem 1rem;
  border-radius: 9px;
  background: linear-gradient(135deg, #38d7d0, #39bedf);
  color: #fff !important;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: .1em;
  box-shadow: 0 14px 30px rgba(40,194,211,.2);
}

.site-menu-section {
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}

.site-menu-section h3 {
  margin: 0 0 10px;
  color: var(--cyan, #40d6d7);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.site-menu-section ul {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-menu-section li {
  margin: 0;
  padding: 0;
}

.site-menu-section a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: .45rem .2rem;
  border-radius: 7px;
  color: rgba(255,255,255,.78) !important;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none !important;
}

.site-menu-section a:hover {
  padding-left: .7rem;
  background: rgba(64,214,215,.1);
  color: #fff !important;
}

.massage-page {
  color: #fff;
}

.masseur-page {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 70px 18px;
  color: #fff;
}

.masseur-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.masseur-hero-content h1 {
  margin: 0;
  color: #fff;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  max-width: 620px;
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.masseur-hero-content > p {
  max-width: 560px;
  margin: 1rem 0 0;
  color: #ded8f5;
  font-size: 1rem;
  line-height: 1.6;
}

.masseur-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.masseur-hero-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(132, 101, 255, 0.42);
  border-radius: 14px;
  background: rgba(34, 20, 84, 0.5);
}

.masseur-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 6, 47, 0.02), rgba(12, 7, 45, 0.42)),
    linear-gradient(0deg, rgba(84, 41, 155, 0.12), rgba(84, 41, 155, 0.12));
  pointer-events: none;
}

.masseur-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.masseur-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 34px;
}

.masseur-facts article, .story-card, .approach-grid article, .masseur-cta {
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.86)),
    rgba(34, 20, 84, 0.48);
}

.masseur-facts article {
  padding: 16px;
  text-align: center;
}

.masseur-facts span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  border: 1px solid rgba(66, 215, 209, 0.38);
  border-radius: 8px;
  background: rgba(66, 215, 209, 0.08);
}

.masseur-facts strong {
  display: block;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.masseur-facts p {
  margin: 0.35rem 0 0;
  color: #dcd6ff;
  font-size: 0.66rem;
}

.masseur-story, .masseur-approach, .masseur-gallery-section {
  margin-top: 34px;
}

.story-card {
  padding: 20px;
}

.story-card p {
  margin: 0 0 1rem;
  color: #eeeaff;
  font-size: 0.88rem;
  line-height: 1.7;
}

.story-card p:last-child {
  margin-bottom: 0;
}

.story-card h3, .approach-grid h3 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.story-card-intro {
  max-width: 820px;
  margin: 0 auto 16px;
  text-align: center;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.story-number {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.28rem 0.5rem;
  border: 1px solid rgba(66, 215, 209, 0.38);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
  font-size: 0.58rem;
  font-weight: 950;
}

.story-card-wide {
  margin-top: 16px;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.approach-grid article {
  padding: 18px;
}

.approach-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border: 1px solid rgba(66, 215, 209, 0.38);
  border-radius: 8px;
  background: rgba(66, 215, 209, 0.08);
}

.approach-grid p {
  margin: 0;
  color: #dcd6ff;
  font-size: 0.78rem;
  line-height: 1.55;
}

.masseur-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.masseur-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(224, 217, 255, 0.62);
  border-radius: 8px;
  opacity: 0.78;
}

.gallery-note {
  margin: 12px 0 0;
  color: rgba(220, 214, 255, 0.65);
  font-size: 0.68rem;
  text-align: center;
}

.masseur-cta {
  margin-top: 36px;
  padding: 28px 22px;
  text-align: center;
}

.masseur-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
}

.masseur-cta p {
  max-width: 560px;
  margin: 0.7rem auto 1.2rem;
  color: #ded8f5;
  font-size: 0.86rem;
}

.masseur-hero-content {
  min-width: 0;
}

.masseur-hero-actions .booking-primary-btn, .masseur-hero-actions .booking-secondary-btn, .masseur-cta .booking-primary-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border-radius: 7px;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.08em;
}

.masseur-hero-actions .booking-primary-btn, .masseur-cta .booking-primary-btn {
  border: 0;
  color: #fff !important;
  background: linear-gradient(135deg, #38d7d0, #39bedf);
  box-shadow: 0 14px 30px rgba(40, 194, 211, 0.18);
}

.masseur-hero-actions .booking-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff !important;
  background: rgba(34, 20, 84, 0.5);
}

.masseur-cta .booking-primary-btn {
  margin-top: 0.4rem;
}

.massage-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  background: #09051d;
}

.massage-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.massage-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 3, 18, 0.96) 0%, rgba(15, 8, 45, 0.88) 38%, rgba(20, 10, 58, 0.52) 64%, rgba(5, 3, 18, 0.12) 100%),
    linear-gradient(180deg, rgba(5, 3, 18, 0.08) 0%, rgba(5, 3, 18, 0.36) 68%, rgba(5, 3, 18, 0.94) 100%);
  pointer-events: none;
}

.massage-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 1320px);
  min-height: 680px;
  margin: 0 auto;
  padding: 130px 7vw 58px;
}

.massage-back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.massage-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  padding: 10px 18px;
  border: 1px solid rgba(146, 103, 255, 0.7);
  border-radius: 999px;
  color: #fff;
  background: rgba(25, 13, 68, 0.46);
  font-size: 0.86rem;
  font-weight: 850;
  text-transform: uppercase;
}

.massage-badge span {
  color: #9b73ff;
}

.massage-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 2em;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.massage-hero-content > p {
  max-width: 540px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  line-height: 1.5;
}

.massage-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.massage-primary-btn, .massage-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
}

.massage-primary-btn {
  color: #fff;
  background: linear-gradient(135deg, #35d8e5, #35c4d5);
  box-shadow: 0 16px 34px rgba(53, 216, 229, 0.28);
}

.massage-secondary-btn {
  border: 1px solid rgba(132, 101, 255, 0.55);
  color: #fff;
  background: rgba(34, 20, 84, 0.55);
}

.massage-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: auto;
  padding-top: 70px;
}

.massage-hero-meta div {
  min-width: 112px;
  padding: 13px 16px;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 8px;
  background: rgba(14, 8, 46, 0.48);
}

.massage-hero-meta strong, .massage-hero-meta span {
  display: block;
}

.massage-hero-meta strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
}

.massage-hero-meta span {
  margin-top: 0.25rem;
  color: #dcd6ff;
  font-size: 0.58rem;
  font-weight: 850;
  text-transform: uppercase;
}

.massage-intro-section, .massage-brief-section, .massage-options-section, .massage-gallery-section, .massage-reservation-section, .related-massages-section {
  position: relative;
  padding: 28px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.massage-warning {
  max-width: 1120px;
  margin: 0 auto 24px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 228, 109, 0.26);
  border-radius: 7px;
  color: var(--yellow);
  background: rgba(255, 228, 109, 0.07);
  font-size: 0.62rem;
  font-weight: 950;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.massage-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
}

.massage-copy {
  padding: 8px 0;
}

.massage-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.massage-copy p {
  margin: 0 0 1rem;
  color: #eeeaff;
  font-size: 0.95rem;
  line-height: 1.75;
}

.massage-visual-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(224, 217, 255, 0.74);
  border-radius: 8px;
  background: rgba(27, 15, 74, 0.7);
  isolation: isolate;
}

.massage-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(13, 6, 47, 0.08), rgba(12, 7, 45, 0.96)),
    linear-gradient(0deg, rgba(84, 41, 155, 0.18), rgba(84, 41, 155, 0.18));
}

.massage-visual-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.massage-visual-card div {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  text-align: center;
}

.massage-visual-card strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.massage-visual-card span {
  display: block;
  margin-top: 0.45rem;
  color: #dcd6ff;
  font-size: 0.72rem;
  font-weight: 800;
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.brief-card {
  position: relative;
  min-height: 118px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(36, 20, 92, 0.74), rgba(10, 6, 36, 0.9)),
    rgba(18, 10, 58, 0.78);
}

.brief-card::after {
  content: "";
  position: absolute;
  top: -34px;
  right: -34px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(66, 215, 209, 0.1);
}

.brief-card-highlight {
  border-color: rgba(66, 215, 209, 0.5);
  box-shadow: inset 0 0 0 1px rgba(66, 215, 209, 0.12);
}

.brief-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border: 1px solid rgba(66, 215, 209, 0.42);
  border-radius: 7px;
  background: rgba(66, 215, 209, 0.08);
  font-size: 1rem;
}

.brief-card small {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--cyan);
  font-size: 0.52rem;
  font-weight: 950;
  text-transform: uppercase;
}

.brief-card strong {
  display: block;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
}

.brief-scores {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 14px auto 0;
}

.brief-scores article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(132, 101, 255, 0.35);
  border-radius: 8px;
  background: rgba(34, 20, 84, 0.46);
}

.brief-scores span {
  color: #eeeaff;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.brief-scores strong {
  color: var(--yellow);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.massage-disclaimer {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: flex-start;
  margin-top: 1.25rem;
  padding: 12px 14px;
  border: 1px solid rgba(255, 228, 109, 0.18);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 228, 109, 0.045);
}

.massage-disclaimer-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--yellow);
}

.massage-disclaimer-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.massage-disclaimer p {
  margin: 0;
  color: rgba(238, 234, 255, 0.78);
  font-size: 0.72rem;
  line-height: 1.55;
}

.massage-options-list {
  display: grid;
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.massage-option-card {
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(132, 101, 255, 0.35);
  border-radius: 9px;
  background: rgba(34, 20, 84, 0.48);
}

.option-thumb {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  border: 1px solid rgba(224, 217, 255, 0.72);
  border-radius: 6px;
  background: rgba(27, 15, 74, 0.7);
}

.option-thumb img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
  opacity: 0.72;
}

.option-content h3 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1.35;
  text-transform: uppercase;
}

.option-content p {
  margin: 0;
  color: #eeeaff;
  font-size: 1rem;
  line-height: 1.65;
}

.massage-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.massage-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(224, 217, 255, 0.72);
  border-radius: 6px;
  opacity: 0.74;
}

.massage-reservation-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 22px;
  border: 1px solid rgba(132, 101, 255, 0.45);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(36, 20, 92, 0.72), rgba(10, 6, 36, 0.9)),
    rgba(18, 10, 58, 0.78);
  text-align: center;
}

.massage-reservation-card h2 {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
  font-weight: 950;
  text-transform: uppercase;
}

.massage-reservation-card p {
  margin: 0 auto 1.2rem;
  max-width: 620px;
  color: #eeeaff;
  font-size: 0.9rem;
}

.related-massages-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.related-card {
  display: block;
  color: #fff;
  text-align: center;
}

.related-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(224, 217, 255, 0.72);
  border-radius: 6px;
  opacity: 0.72;
}

.related-card strong {
  display: block;
  margin-top: 0.55rem;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.practical-page {
  color: #fff;
}

.practical-shell {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.practical-hero {
  padding: 90px 0 42px;
  text-align: center;
}

.practical-hero h1 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 950;
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: 0;
}

.practical-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  line-height: 1.7;
}

.practical-alert, .practical-card, .access-main-card, .access-card, .practical-cta {
  border: 1px solid rgba(132,101,255,.42);
  background: linear-gradient(135deg, rgba(46, 28, 111, .88), rgba(18, 10, 55, .92));
  box-shadow: 0 20px 60px rgba(0,0,0,.16);
}

.practical-alert {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 22px;
  padding: 20px;
  border-radius: 10px;
}

.practical-alert-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(64, 214, 215, .14);
  color: var(--cyan, #40d6d7);
  font-weight: 950;
  font-size: 1.2rem;
}

.practical-alert h2, .practical-card h2, .access-card h3, .access-main-card h3, .practical-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: .95rem;
  font-weight: 950;
  text-transform: uppercase;
}

.practical-alert p, .practical-card p, .access-intro, .access-card li, .access-main-card p, .practical-cta p {
  color: rgba(255,255,255,.74);
  line-height: 1.65;
}

.practical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 56px;
}

.practical-card {
  min-height: 210px;
  padding: 18px;
  border-radius: 10px;
}

.practical-icon, .access-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border: 1px solid rgba(64,214,215,.38);
  border-radius: 9px;
  background: rgba(64,214,215,.1);
  color: var(--cyan, #40d6d7);
  font-weight: 950;
}

.section-title h2 {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  margin: 12px auto 0;
  background: var(--cyan, #40d6d7);
}

.access-intro {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.access-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
}

.access-main-card {
  display: flex;
  align-items: end;
  min-height: 430px;
  padding: 24px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(11,6,35,.15), rgba(11,6,35,.92)),
    linear-gradient(135deg, rgba(64,214,215,.2), rgba(132,101,255,.14));
}

.access-main-card h3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: .95;
}

.access-main-content {
  max-width: 420px;
}

.access-cards {
  display: grid;
  gap: 14px;
}

.access-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 10px;
}

.access-card .access-icon {
  margin: 0;
}

.access-card ul {
  margin: 0;
  padding-left: 18px;
}

.access-card li + li {
  margin-top: 6px;
}

.access-card.is-warning {
  border-color: rgba(255, 210, 105, .38);
  background: linear-gradient(135deg, rgba(65, 43, 112, .92), rgba(31, 15, 72, .92));
}

.practical-cta {
  margin: 56px 0 28px;
  padding: 32px 20px;
  border-radius: 12px;
  text-align: center;
}

.practical-cta p {
  margin-bottom: 18px;
}

.booking-primary-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .8rem 1.35rem;
  border-radius: 8px;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: .1em;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #38d7d0, #39bedf);
  box-shadow: 0 14px 30px rgba(40, 194, 211, 0.2);
}

.offers-page {
  color: #fff;
}

.offers-shell {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.offers-hero {
  padding: 90px 0 42px;
  text-align: center;
}

.offers-hero h1 {
  max-width: 820px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(2.4rem, 5.6vw, 4.8rem);
  font-weight: 950;
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: 0;
}

.offers-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  line-height: 1.7;
}

.offer-feature, .club-offer, .gift-section, .offers-cta, .discount-card, .offer-note {
  border: 1px solid rgba(132,101,255,.42);
  background: linear-gradient(135deg, rgba(46,28,111,.88), rgba(18,10,55,.92));
  box-shadow: 0 20px 60px rgba(0,0,0,.16);
}

.offer-feature {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 14px;
}

.offer-feature-content, .club-offer-content, .gift-content {
  min-width: 0;
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: .4rem .65rem;
  border: 1px solid rgba(64,214,215,.45);
  border-radius: 999px;
  background: rgba(64,214,215,.12);
  color: var(--cyan, #40d6d7);
  font-size: .66rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.offer-feature h2, .club-offer h2, .gift-section h2, .offers-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.offer-feature p, .club-offer p, .gift-section p, .offers-cta p, .discount-card p, .offer-note li {
  color: rgba(255,255,255,.76);
  line-height: 1.65;
}

.offer-feature b, .gift-section b {
  color: var(--cyan, #40d6d7);
}

.offer-small {
  font-size: .9rem;
  color: rgba(255,255,255,.62) !important;
}

.offer-feature-media img, .gift-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  opacity: .78;
}

.offers-section {
  margin-top: 56px;
}

.discount-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.discount-card {
  padding: 20px;
  border-radius: 12px;
}

.discount-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border: 1px solid rgba(64,214,215,.38);
  border-radius: 10px;
  background: rgba(64,214,215,.1);
}

.discount-label {
  margin: 0 0 8px;
  color: var(--cyan, #40d6d7) !important;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.discount-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
  text-transform: uppercase;
}

.discount-price {
  margin-bottom: 14px;
}

.discount-price span {
  color: var(--cyan, #40d6d7);
  font-size: 1.45rem;
  font-weight: 950;
}

.offer-note {
  margin-top: 16px;
  padding: 18px;
  border-radius: 12px;
}

.offer-note h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: .9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.offer-note ul {
  margin: 0;
  padding-left: 18px;
}

.club-offer {
  margin-top: 56px;
  padding: 28px;
  border-radius: 14px;
}

.club-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.club-benefits div {
  padding: 16px;
  border: 1px solid rgba(64,214,215,.25);
  border-radius: 10px;
  background: rgba(7,4,28,.28);
}

.club-benefits strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: .8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-benefits span {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: .9rem;
  line-height: 1.45;
}

.gift-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: center;
  margin-top: 56px;
  padding: 24px;
  border-radius: 14px;
}

.offers-cta {
  margin: 56px 0 28px;
  padding: 32px 20px;
  border-radius: 12px;
  text-align: center;
}

.offers-cta p {
  margin-bottom: 18px;
}

.booking-primary-btn, .booking-secondary-btn {
  padding: .8rem 1.35rem;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.booking-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: #fff;
  background: transparent;
}

.faq-page {
  color: #fff;
}

.faq-shell {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
}

.faq-hero-clean {
  padding: 90px 0 44px;
  text-align: center;
}

.faq-hero-clean h1 {
  max-width: 760px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 4.9rem);
  font-weight: 950;
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: 0;
}

.faq-hero-subtitle {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  line-height: 1.6;
}

.faq-content {
  padding-bottom: 48px;
  display: grid;
  gap: 42px;
}

.faq-accordion {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(132,101,255,.42);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(46,28,111,.72), rgba(18,10,55,.92));
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 18px 54px 18px 20px;
  color: #fff;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.35;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border: 1px solid rgba(64,214,215,.45);
  border-radius: 999px;
  color: var(--cyan, #40d6d7);
  background: rgba(64,214,215,.1);
  font-size: 1.1rem;
  font-weight: 900;
}

.faq-item[open] {
  border-color: rgba(64,214,215,.55);
  background: linear-gradient(135deg, rgba(55,34,129,.86), rgba(18,10,55,.95));
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 20px 20px;
  color: rgba(255,255,255,.74);
  font-size: .96rem;
  line-height: 1.7;
}

.faq-answer a {
  color: var(--cyan, #40d6d7) !important;
  font-weight: 800;
  text-decoration: none;
}

.faq-answer a:hover {
  text-decoration: underline;
}

.faq-note {
  margin: 22px auto 0;
  color: rgba(255,255,255,.58);
  font-size: .85rem;
  line-height: 1.6;
  text-align: center;
}

.faq-group {
  display: grid;
  gap: 14px;
}

.faq-group-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}

.faq-group-heading span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(64,214,215,.42);
  border-radius: 10px;
  background: rgba(64,214,215,.12);
  color: var(--cyan, #40d6d7);
  font-size: .72rem;
  font-weight: 950;
}

.faq-group-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
  text-transform: uppercase;
}

.faq-group-heading h2::after {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  margin-top: 8px;
  background: var(--cyan, #40d6d7);
}

.faq-tag {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 8px;
  padding: .28rem .5rem;
  border-radius: 999px;
  background: rgba(64,214,215,.14);
  color: var(--cyan, #40d6d7);
  border: 1px solid rgba(64,214,215,.35);
  font-size: .62rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.club-page {
  color: #fff;
}

.club-shell {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.club-hero {
  padding: 90px 0 42px;
  text-align: center;
}

.club-hero h1 {
  max-width: 820px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 950;
  line-height: .94;
  text-transform: uppercase;
  letter-spacing: 0;
}

.club-hero h1 span {
  color: var(--cyan, #40d6d7);
}

.club-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,.76);
  font-size: 1rem;
  line-height: 1.7;
}

.club-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.club-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.club-benefit-card, .club-intro-card, .club-reward-card, .club-info-card, .club-cta {
  border: 1px solid rgba(132,101,255,.42);
  background: linear-gradient(135deg, rgba(46,28,111,.86), rgba(18,10,55,.94));
  box-shadow: 0 20px 60px rgba(0,0,0,.16);
}

.club-benefit-card {
  padding: 20px;
  border-radius: 12px;
}

.club-benefit-icon, .club-info-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border: 1px solid rgba(64,214,215,.38);
  border-radius: 10px;
  background: rgba(64,214,215,.1);
  color: var(--cyan, #40d6d7);
  font-weight: 950;
}

.club-benefit-card h2, .club-info-card h2, .club-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: .95rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-benefit-card p, .club-intro-card p, .club-event-text, .club-info-card p, .club-info-card li, .club-cta p {
  color: rgba(255,255,255,.74);
  line-height: 1.65;
}

.club-intro-card {
  margin-bottom: 56px;
  padding: 22px;
  border-radius: 12px;
  text-align: center;
}

.club-intro-card p {
  max-width: 720px;
  margin: 0 auto;
}

.club-rewards-section {
  margin-bottom: 56px;
}

.club-rewards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.club-reward-card {
  overflow: hidden;
  border-radius: 14px;
}

.club-reward-head {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.club-reward-head h3 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-reward-head img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  opacity: .78;
}

.club-event-text {
  margin: 0;
  padding: 16px 18px 0;
}

.club-reward-table-wrap {
  overflow-x: auto;
  padding: 18px;
}

.club-reward-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: .86rem;
}

.club-reward-table th, .club-reward-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  text-align: left;
  vertical-align: top;
}

.club-reward-table thead th {
  color: var(--cyan, #40d6d7);
  font-size: .66rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.club-reward-table tbody th {
  color: #fff;
  font-weight: 950;
}

.club-reward-table td {
  color: rgba(255,255,255,.72);
}

.club-info-grid {
  display: grid;
  gap: 14px;
}

.club-info-card {
  padding: 22px;
  border-radius: 12px;
}

.club-info-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.club-info-card li + li {
  margin-top: 8px;
}

.club-cta {
  margin: 56px 0 28px;
  padding: 32px 20px;
  border-radius: 12px;
  text-align: center;
}

.club-cta p {
  margin-bottom: 18px;
}

.cashback-page {
  color: #fff;
}

.cashback-shell {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
}

.cashback-hero {
  padding: 90px 0 42px;
  text-align: center;
}

.cashback-hero h1 {
  max-width: 820px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 950;
  line-height: .94;
  text-transform: uppercase;
  letter-spacing: 0;
}

.cashback-hero h1 span {
  color: var(--cyan, #40d6d7);
}

.cashback-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255,255,255,.76);
  line-height: 1.7;
}

.cashback-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items: start;
}

.cashback-info-card, .cashback-form-card, .cashback-help {
  border: 1px solid rgba(132,101,255,.42);
  background: linear-gradient(135deg, rgba(46,28,111,.86), rgba(18,10,55,.94));
  box-shadow: 0 20px 60px rgba(0,0,0,.16);
}

.cashback-info-card, .cashback-form-card {
  padding: 22px;
  border-radius: 14px;
}

.cashback-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border: 1px solid rgba(64,214,215,.42);
  border-radius: 12px;
  background: rgba(64,214,215,.12);
  color: var(--cyan, #40d6d7);
  font-weight: 950;
}

.cashback-info-card h2, .cashback-form-head h2, .cashback-help h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cashback-info-card p, .cashback-help p {
  color: rgba(255,255,255,.74);
  line-height: 1.65;
}

.cashback-rules {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.cashback-rules div {
  padding: 14px;
  border: 1px solid rgba(64,214,215,.24);
  border-radius: 10px;
  background: rgba(7,4,28,.28);
}

.cashback-rules strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cashback-rules span {
  color: rgba(255,255,255,.68);
  font-size: .9rem;
}

.cashback-form-head {
  margin-bottom: 20px;
}

.cashback-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(64,214,215,.44);
  border-radius: 10px;
  background: rgba(64,214,215,.12);
  color: #fff;
  font-weight: 800;
  line-height: 1.55;
}

.cashback-alert b {
  color: var(--cyan, #40d6d7);
}

.cashback-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cashback-field {
  min-width: 0;
}

.cashback-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan, #40d6d7);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cashback-field input, .cashback-field select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 9px;
  background: rgba(7,4,28,.5);
  color: #fff;
  outline: 0;
}

.cashback-field input::placeholder {
  color: rgba(255,255,255,.45);
}

.cashback-field input:focus, .cashback-field select:focus {
  border-color: rgba(64,214,215,.75);
  box-shadow: 0 0 0 3px rgba(64,214,215,.12);
}

.cashback-submit {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 6px;
  cursor: pointer;
}

.cashback-help {
  margin: 56px 0 28px;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
}

.cashback-help p {
  max-width: 640px;
  margin: 0 auto 18px;
}

.booking-page {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 90px 18px 70px;
  color: #fff;
}

.booking-header {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.booking-kicker {
  display: inline-flex;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(66, 215, 209, 0.45);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-header h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.booking-header p {
  margin: 1rem auto 0;
  max-width: 560px;
  color: #ded8f5;
  font-size: 0.95rem;
  line-height: 1.55;
}

.booking-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 30px;
  padding: 14px;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 8px;
  background: rgba(34, 20, 84, 0.48);
}

.booking-steps span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-steps span:not(:last-child)::after {
  content: "/";
  margin-left: 0.45rem;
  color: rgba(255, 255, 255, 0.28);
}

.booking-steps .active {
  color: #fff;
}

.booking-section {
  margin-top: 34px;
}

.booking-card-grid {
  display: grid;
  gap: 14px;
}

.booking-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.booking-card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-choice-card {
  position: relative;
  display: grid;
  min-height: 330px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(132, 101, 255, 0.4);
  border-radius: 9px;
  background: rgba(34, 20, 84, 0.5);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-card-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.booking-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 5, 34, 0.08), rgba(10, 5, 34, 0.88)),
    linear-gradient(0deg, rgba(84, 41, 155, 0.24), rgba(84, 41, 155, 0.24));
}

.booking-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 330px;
  padding: 18px;
  text-align: center;
}

.booking-card-content strong {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.booking-card-content small {
  display: block;
  margin-top: 0.55rem;
  color: #e9e4ff;
  font-size: 0.72rem;
  line-height: 1.35;
}

.booking-card-price {
  display: inline-flex;
  align-self: center;
  margin-top: 0.85rem;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(66, 215, 209, 0.22);
  font-size: 0.68rem;
  font-weight: 950;
}

.booking-choice-card:hover {
  transform: translateY(-3px);
  border-color: rgba(66, 215, 209, 0.58);
}

.booking-choice-card:has(input:checked) {
  border-color: rgba(66, 215, 209, 0.95);
  box-shadow: 0 0 0 2px rgba(66, 215, 209, 0.22), 0 18px 40px rgba(0, 0, 0, 0.25);
}

.booking-choice-card:has(input:checked)::after {
  content: "✓";
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #08102b;
  background: var(--cyan);
  font-weight: 950;
}

.booking-choice-card-wide {
  min-height: 220px;
}

.booking-choice-card-wide .booking-card-content {
  min-height: 220px;
}

.booking-choice-card-wide .booking-card-content strong {
  font-size: clamp(1.7rem, 5vw, 3rem);
}

.booking-actions {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 18px;
  margin-top: 44px;
}

.booking-primary-btn, .booking-secondary-btn, .booking-manage-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.booking-manage-link {
  width: 100%;
  margin-top: 20px;
  color: rgba(66, 215, 209, 0.82);
  background: rgba(255, 255, 255, 0.94);
}

.booking-stepper {
  margin: 0 0 34px;
  padding: 16px;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
}

.booking-stepper ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-step {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(12, 7, 45, 0.44);
}

.booking-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 2;
  width: 13px;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
}

.step-marker {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(132, 101, 255, 0.45);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(34, 20, 84, 0.65);
  font-size: 0.82rem;
  font-weight: 950;
}

.step-text {
  min-width: 0;
}

.step-text strong, .step-text small {
  display: block;
}

.step-text strong {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.step-text small {
  margin-top: 0.25rem;
  color: rgba(220, 214, 255, 0.42);
  font-size: 0.54rem;
  line-height: 1.25;
}

.booking-step.is-done {
  border-color: rgba(66, 215, 209, 0.28);
}

.booking-step.is-done .step-marker {
  border-color: rgba(66, 215, 209, 0.65);
  color: white;
  background: var(--cyan);
}

.booking-step.is-done .step-text strong {
  color: rgba(255, 255, 255, 0.9);
}

.booking-step.is-done .step-text small {
  color: rgba(220, 214, 255, 0.68);
}

.booking-step.is-done:not(:last-child)::after {
  background: rgba(66, 215, 209, 0.55);
}

.booking-step.is-current {
  border-color: rgba(66, 215, 209, 0.7);
  background: linear-gradient(135deg, rgba(66, 215, 209, 0.14), rgba(125, 85, 255, 0.18)),
    rgba(12, 7, 45, 0.7);
  box-shadow: inset 0 0 0 1px rgba(66, 215, 209, 0.12);
}

.booking-step.is-current .step-marker {
  border-color: rgba(66, 215, 209, 0.9);
  color: #fff;
  background: rgba(66, 215, 209, 0.18);
  box-shadow: 0 0 18px rgba(66, 215, 209, 0.22);
}

.booking-step.is-current .step-text strong {
  color: #fff;
}

.booking-step.is-current .step-text small {
  color: var(--cyan);
}

.booking-manage-panel {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
}

.booking-manage-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(66, 215, 209, 0.42);
  border-radius: 7px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
}

.booking-manage-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-manage-panel strong {
  display: block;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-manage-panel p {
  margin: 0.35rem 0 0;
  color: #dcd6ff;
  font-size: 0.62rem;
  line-height: 1.4;
}

.booking-manage-panel > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 6px;
  color: #fff;
  background: rgba(66, 215, 209, 0.16);
  border: 1px solid rgba(66, 215, 209, 0.42);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-options-step {
  margin-top: 34px;
}

.booking-section-header {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}

.booking-section-header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 4vw, 2.3rem);
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.booking-section-header p:not(.booking-kicker) {
  margin: 0.85rem auto 0;
  max-width: 540px;
  color: #ded8f5;
  font-size: 0.88rem;
  line-height: 1.55;
}

.booking-options-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.booking-option-card {
  position: relative;
  display: grid;
  grid-template-rows: 220px 1fr;
  min-height: 100%;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.72), rgba(10, 6, 36, 0.9)),
    rgba(34, 20, 84, 0.58);
  box-sizing: border-box;
}

.booking-option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-check {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 7px;
  background: rgba(8, 5, 28, 0.55);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.option-check::after {
  content: "✓";
  color: #071028;
  font-size: 1rem;
  font-weight: 950;
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.option-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.option-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 6, 47, 0.04), rgba(12, 7, 45, 0.76)),
    linear-gradient(0deg, rgba(84, 41, 155, 0.18), rgba(84, 41, 155, 0.18));
}

.option-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.option-body {
  display: block;
  padding: 18px;
}

.option-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0.85rem;
}

.option-meta strong {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.18;
  text-transform: uppercase;
}

.option-price {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.34rem 0.55rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(66, 215, 209, 0.2);
  border: 1px solid rgba(66, 215, 209, 0.42);
  font-size: 0.68rem;
  font-weight: 950;
  white-space: nowrap;
}

.option-description {
  display: block;
  color: #eeeaff;
  font-size: 0.82rem;
  line-height: 1.58;
}

.booking-option-card:hover {
  border-color: rgba(66, 215, 209, 0.58);
}

.booking-option-card:has(input:checked) {
  border-color: rgba(66, 215, 209, 0.95);
}

.booking-option-card:has(input:checked) .option-check {
  border-color: var(--cyan);
  background: var(--cyan);
}

.booking-option-card:has(input:checked) .option-check::after {
  opacity: 1;
}

.booking-option-card:has(input:checked) .option-price {
  background: rgba(66, 215, 209, 0.32);
}

.booking-date-step {
  margin-top: 34px;
}

.booking-date-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}

.date-days {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 16px;
}

.date-day {
  display: grid;
  place-items: center;
  min-height: 108px;
  padding: 14px 10px;
  border: 1px solid rgba(132, 101, 255, 0.42);
  border-radius: 10px;
  color: #fff;
  background: rgba(34, 20, 84, 0.52);
  text-align: center;
}

.date-day small, .date-day span {
  color: #dcd6ff;
  font-size: 0.62rem;
  font-weight: 850;
  text-transform: uppercase;
}

.date-day strong {
  color: #fff;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.date-day.is-active {
  border-color: rgba(66, 215, 209, 0.95);
  background: linear-gradient(135deg, rgba(66, 215, 209, 0.18), rgba(125, 85, 255, 0.22)),
    rgba(34, 20, 84, 0.72);
  box-shadow: inset 0 0 0 1px rgba(66, 215, 209, 0.16);
}

.date-info-card {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 13px 16px;
  border: 1px solid rgba(66, 215, 209, 0.28);
  border-radius: 9px;
  background: rgba(66, 215, 209, 0.06);
  text-align: center;
}

.date-info-card span {
  color: #dcd6ff;
  font-size: 0.62rem;
  font-weight: 850;
  text-transform: uppercase;
}

.date-info-card strong {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
}

.date-info-card a {
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.time-periods {
  display: grid;
  gap: 14px;
}

.time-period {
  padding: 16px;
  border: 1px solid rgba(132, 101, 255, 0.36);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
}

.time-period h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.time-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 7px;
  color: #fff;
  background: rgba(10, 6, 36, 0.52);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.time-slot:hover {
  color: #fff;
  border-color: rgba(66, 215, 209, 0.95);
  background: rgba(66, 215, 209, 0.16);
}

.time-slot.is-disabled {
  opacity: 0.28;
  cursor: not-allowed;
  pointer-events: none;
}

.booking-date-summary {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border: 1px solid rgba(132, 101, 255, 0.42);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.72), rgba(10, 6, 36, 0.9)),
    rgba(34, 20, 84, 0.58);
}

.summary-label {
  margin: 14px 14px 0;
  display: inline-flex;
  margin-bottom: 12px;
  padding: 0.36rem 0.58rem;
  border: 1px solid rgba(66, 215, 209, 0.38);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
  font-size: 0.55rem;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-date-summary img {
  display: block;
  width: calc(100% - 28px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 14px;
  border-radius: 8px;
  opacity: 0.78;
}

.summary-content {
  padding: 0 16px 16px;
}

.summary-content h3 {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.summary-content p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #dcd6ff;
  font-size: 0.72rem;
}

.consent-row input, .club-join-row input {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  background: rgba(10, 6, 36, 0.68);
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.consent-row input::after, .club-join-row input::after {
  content: "✓";
  color: #071028;
  font-size: 0.95rem;
  font-weight: 950;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.consent-row input:checked, .club-join-row input:checked {
  border-color: var(--cyan);
  background: var(--cyan);
  box-shadow: 0 0 0 3px rgba(66, 215, 209, 0.14);
}

.consent-row input:checked::after, .club-join-row input:checked::after {
  opacity: 1;
  transform: scale(1);
}

.consent-row:has(input:checked), .club-join-row:has(input:checked) {
  border-color: rgba(66, 215, 209, 0.45);
  background: rgba(66, 215, 209, 0.08);
}

.consent-row input[type="checkbox"], .club-join-row input[type="checkbox"] {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: grid !important;
  place-items: center;
  flex: 0 0 24px;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 6px !important;
  background: rgba(10, 6, 36, 0.85) !important;
  cursor: pointer;
}

.consent-row input[type="checkbox"]::after, .club-join-row input[type="checkbox"]::after {
  content: "";
  color: #071028;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1;
  opacity: 0;
  transform: scale(0.6);
}

.consent-row input[type="checkbox"]:checked, .club-join-row input[type="checkbox"]:checked {
  border-color: var(--cyan) !important;
  background: var(--cyan) !important;
  box-shadow: 0 0 0 3px rgba(66, 215, 209, 0.16);
}

.consent-row input[type="checkbox"]:checked::after, .club-join-row input[type="checkbox"]:checked::after {
  opacity: 1;
  transform: scale(1);
}

.club-journey {
  padding: 18px;
  border: 1px solid rgba(66, 215, 209, 0.28);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(66, 215, 209, 0.08), rgba(125, 85, 255, 0.15)),
    rgba(34, 20, 84, 0.72);
}

.club-journey-head span {
  color: var(--cyan);
  font-size: 0.55rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-journey-head h3 {
  margin: 0.3rem 0 0.4rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-journey-head p {
  margin: 0;
  color: #dcd6ff;
  font-size: 0.75rem;
}

.club-progress-bar {
  height: 8px;
  margin: 16px 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.club-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #38d7d0, #8d68ff);
}

.club-reward-list {
  display: grid;
  gap: 10px;
}

.club-reward {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  background: rgba(10, 6, 36, 0.34);
}

.reward-marker {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(132, 101, 255, 0.45);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  font-weight: 950;
}

.club-reward strong {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-reward p {
  margin: 0.25rem 0 0;
  color: rgba(220, 214, 255, 0.58);
  font-size: 0.65rem;
  line-height: 1.35;
}

.club-reward.is-done {
  border-color: rgba(66, 215, 209, 0.26);
}

.club-reward.is-done .reward-marker {
  border-color: var(--cyan);
  color: #071028;
  background: var(--cyan);
}

.club-reward.is-done strong {
  color: #fff;
}

.club-reward.is-current {
  border-color: rgba(66, 215, 209, 0.65);
  background: rgba(66, 215, 209, 0.08);
}

.club-reward.is-current .reward-marker {
  border-color: var(--cyan);
  color: #fff;
  background: rgba(66, 215, 209, 0.14);
  box-shadow: 0 0 18px rgba(66, 215, 209, 0.24);
}

.club-reward.is-current strong, .club-reward.is-current p {
  color: #fff;
}

.date-notice {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
}

.date-notice-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 950;
}

.date-notice-content p {
  margin: 0;
  color: #eeeaff;
  font-size: 0.78rem;
  line-height: 1.55;
}

.date-notice-content b {
  color: #fff;
  font-weight: 950;
}

.date-notice-content a {
  display: inline-flex;
  margin-top: 0.55rem;
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.date-notice-warning {
  border-color: rgba(255, 228, 109, 0.34);
  background: linear-gradient(135deg, rgba(255, 228, 109, 0.08), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
}

.date-notice-warning .date-notice-icon {
  color: var(--yellow);
  background: rgba(255, 228, 109, 0.1);
  border: 1px solid rgba(255, 228, 109, 0.32);
}

.date-notice-info {
  border-color: rgba(66, 215, 209, 0.32);
}

.date-notice-info .date-notice-icon {
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
  border: 1px solid rgba(66, 215, 209, 0.34);
}

.date-notice-evasion {
  border-color: rgba(141, 104, 255, 0.42);
  background: linear-gradient(135deg, rgba(141, 104, 255, 0.12), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
}

.date-notice-evasion .date-notice-icon {
  color: #fff;
  background: rgba(141, 104, 255, 0.18);
  border: 1px solid rgba(141, 104, 255, 0.45);
}

.date-notice-success {
  border-color: rgba(66, 215, 209, 0.38);
  background: linear-gradient(135deg, rgba(66, 215, 209, 0.1), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
}

.date-notice-success .date-notice-icon {
  color: #071028;
  background: var(--cyan);
  border: 1px solid rgba(66, 215, 209, 0.7);
}

.summary-content strong {
  color: #fff;
}

.booking-contact-step {
  margin-top: 34px;
}

.booking-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.booking-contact-card, .booking-contact-summary {
  min-width: 0;
  border: 1px solid rgba(132, 101, 255, 0.42);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.7), rgba(10, 6, 36, 0.92)),
    rgba(34, 20, 84, 0.58);
}

.booking-contact-card {
  padding: 22px;
}

.booking-section-header-left {
  margin: 0 0 22px;
  text-align: left;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-field {
  display: grid;
  gap: 7px;
}

.contact-field span {
  color: #dcd6ff;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-field b, .consent-row b {
  color: #ff6f91;
}

.contact-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  color: #fff;
  background: rgba(10, 6, 36, 0.68);
  font-size: 0.9rem;
}

.contact-field input:focus {
  outline: 0;
  border-color: rgba(66, 215, 209, 0.72);
  box-shadow: inset 0 0 0 1px rgba(66, 215, 209, 0.18);
}

.promo-field {
  margin-top: 22px;
}

.contact-consents {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.consent-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(10, 6, 36, 0.42);
}

.consent-row input {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--cyan);
}

.consent-row span {
  color: #eeeaff;
  font-size: 0.72rem;
  line-height: 1.5;
}

.contact-required-note {
  margin: 18px 0 0;
  color: rgba(238, 234, 255, 0.72);
  font-size: 0.68rem;
  font-style: italic;
  line-height: 1.55;
  text-align: center;
}

.club-result {
  margin-top: 22px;
}

.club-panel {
  padding: 18px;
  border: 1px solid rgba(66, 215, 209, 0.26);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(66, 215, 209, 0.08), rgba(125, 85, 255, 0.15)),
    rgba(34, 20, 84, 0.72);
}

.club-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.club-eyebrow {
  display: block;
  color: var(--cyan);
  font-size: 0.52rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-panel h3 {
  margin: 0.25rem 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-panel-head a, .club-status {
  display: inline-flex;
  padding: 0.36rem 0.58rem;
  border: 1px solid rgba(66, 215, 209, 0.38);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
  font-size: 0.52rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.club-panel p {
  margin: 0;
  color: #eeeaff;
  font-size: 0.76rem;
  line-height: 1.55;
}

.club-join-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(10, 6, 36, 0.4);
}

.club-join-row input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--cyan);
}

.club-join-row span {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.45;
}

.club-month-field {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.club-month-field label {
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-month-field select {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  color: #fff;
  background: rgba(10, 6, 36, 0.68);
  padding-left: 20px;
}

.club-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.club-stats article {
  padding: 14px;
  border-radius: 8px;
  background: rgba(10, 6, 36, 0.42);
}

.club-stats span, .club-details span {
  display: block;
  color: #dcd6ff;
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-stats strong, .club-details strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 950;
}

.club-stats button {
  margin-top: 0.55rem;
  padding: 0;
  border: 0;
  color: var(--cyan);
  background: transparent;
  font-size: 0.55rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-details {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(10, 6, 36, 0.34);
}

.club-details p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.club-card-img {
  display: block;
  width: 100%;
  margin: 14px 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.club-cashback {
  padding: 14px;
  border-radius: 8px;
  background: rgba(10, 6, 36, 0.42);
}

.club-cashback a {
  display: inline-flex;
  margin-top: 0.7rem;
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-small-note {
  margin-top: 12px !important;
  color: rgba(238, 234, 255, 0.78) !important;
  font-size: 0.66rem !important;
}

.booking-contact-summary {
  position: sticky;
  top: 24px;
  overflow: hidden;
  padding: 14px;
}

.booking-contact-summary img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 12px 0;
  border-radius: 8px;
  opacity: 0.78;
}

.booking-empty-state {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
}

.booking-empty-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(66, 215, 209, 0.42);
  border-radius: 7px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
}

.booking-empty-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-empty-state strong {
  display: block;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-empty-state p {
  margin: 0.35rem 0 0;
  color: #dcd6ff;
  font-size: 0.72rem;
  line-height: 1.45;
}

.date-picker-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 14px;
  margin: 24px 0 22px;
}

.date-picker-field, .selected-day-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(132, 101, 255, 0.42);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
}

.date-picker-field {
  display: grid;
  gap: 8px;
}

.date-picker-field label {
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.date-picker-field select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  color: #fff;
  background: rgba(10, 6, 36, 0.72);
  font-size: 0.9rem;
  font-weight: 850;
}

.selected-day-card {
  display: grid;
  align-content: center;
  text-align: center;
}

.selected-day-card span {
  color: var(--cyan);
  font-size: 0.55rem;
  font-weight: 950;
  text-transform: uppercase;
}

.selected-day-card strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
}

.selected-day-card small {
  display: block;
  margin-top: 0.35rem;
  color: #dcd6ff;
  font-size: 0.62rem;
  font-weight: 800;
}

.date-picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.date-picker-head label {
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.date-picker-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.34rem 0.55rem;
  border: 1px solid rgba(66, 215, 209, 0.38);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
  font-size: 0.5rem;
  font-weight: 950;
  white-space: nowrap;
  text-transform: uppercase;
}

.booking-confirmation-page {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 70px 18px;
  color: #fff;
}

.confirmation-hero {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.confirmation-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #071028;
  background: var(--cyan);
  box-shadow: 0 0 34px rgba(66, 215, 209, 0.26);
}

.confirmation-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.confirmation-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.confirmation-hero p {
  max-width: 660px;
  margin: 1rem auto 0;
  color: #ded8f5;
  font-size: 0.95rem;
  line-height: 1.6;
}

.confirmation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 22px;
  align-items: start;
}

.confirmation-main, .confirmation-summary {
  min-width: 0;
}

.confirmation-notices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.confirmation-notice, .confirmation-info-list article, .confirmation-summary, .confirmation-next {
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.64), rgba(10, 6, 36, 0.86)),
    rgba(34, 20, 84, 0.5);
}

.confirmation-notice {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 15px;
}

.confirmation-notice > span, .confirmation-info-list article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(66, 215, 209, 0.38);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
}

.confirmation-notice svg, .confirmation-info-list svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.confirmation-notice strong {
  display: block;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.confirmation-notice p {
  margin: 0.35rem 0 0;
  color: #dcd6ff;
  font-size: 0.66rem;
  line-height: 1.45;
}

.confirmation-notice-warning {
  border-color: rgba(255, 228, 109, 0.32);
}

.confirmation-notice-warning > span {
  color: var(--yellow);
  border-color: rgba(255, 228, 109, 0.32);
  background: rgba(255, 228, 109, 0.08);
}

.confirmation-notice-warning a {
  color: var(--yellow);
  font-weight: 950;
}

.confirmation-info-list {
  display: grid;
  gap: 12px;
}

.confirmation-info-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 16px;
}

.confirmation-info-list p {
  margin: 0;
  color: #eeeaff;
  font-size: 0.78rem;
  line-height: 1.65;
}

.confirmation-summary {
  position: sticky;
  top: 24px;
  padding: 16px;
}

.confirmation-summary-card {
  overflow: hidden;
  border-radius: 9px;
  background: rgba(10, 6, 36, 0.42);
}

.summary-date {
  padding: 18px;
  text-align: center;
  background: linear-gradient(135deg, rgba(66, 215, 209, 0.16), rgba(125, 85, 255, 0.18)),
    rgba(34, 20, 84, 0.76);
}

.summary-date span, .summary-date small {
  display: block;
  color: #dcd6ff;
  font-size: 0.62rem;
  font-weight: 850;
  text-transform: uppercase;
}

.summary-date strong {
  display: block;
  margin: 0.35rem 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
}

.summary-lines {
  display: grid;
  gap: 0;
  padding: 10px 16px 16px;
}

.summary-lines p {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-lines p:last-child {
  border-bottom: 0;
}

.summary-lines strong {
  color: var(--cyan);
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
}

.summary-lines span {
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.4;
}

.confirmation-next {
  margin-top: 14px;
  padding: 15px;
}

.confirmation-next strong {
  display: block;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.confirmation-next p {
  margin: 0.35rem 0 0;
  color: #dcd6ff;
  font-size: 0.68rem;
  line-height: 1.45;
}

.confirmation-actions {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.manage-booking-page {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 70px 18px;
  color: #fff;
}

.manage-hero {
  max-width: 760px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.manage-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.manage-hero p {
  max-width: 620px;
  margin: 1rem auto 0;
  color: #ded8f5;
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
}

.manage-hero strong {
  color: var(--cyan);
}

.manage-search-card, .manage-empty, .manage-alert, .manage-reservation-card {
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.68), rgba(10, 6, 36, 0.9)),
    rgba(34, 20, 84, 0.5);
}

.manage-search-card {
  padding: 22px;
}

.manage-search-head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.manage-search-icon, .manage-empty-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(66, 215, 209, 0.42);
  border-radius: 10px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
}

.manage-search-icon {
  width: 48px;
  height: 48px;
}

.manage-search-icon svg, .manage-empty-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.manage-search-head h2 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.manage-search-head p, .manage-help {
  margin: 0.35rem 0 0;
  color: #dcd6ff;
  font-size: 0.72rem;
  line-height: 1.5;
}

.manage-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.manage-help {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(66, 215, 209, 0.06);
}

.manage-actions {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.manage-alert {
  display: grid;
  gap: 0.25rem;
  max-width: 760px;
  margin: 0 auto 22px;
  padding: 14px 16px;
  border-color: rgba(66, 215, 209, 0.42);
}

.manage-alert strong {
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.manage-alert span {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
}

.manage-empty {
  display: grid;
  justify-items: center;
  max-width: 680px;
  margin: 0 auto;
  padding: 34px 24px;
  text-align: center;
}

.manage-empty-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
}

.manage-empty h2 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
}

.manage-empty p {
  max-width: 460px;
  margin: 0.8rem auto 1.3rem;
  color: #ded8f5;
  font-size: 0.82rem;
  line-height: 1.55;
}

.manage-reservation-grid {
  display: grid;
  gap: 16px;
}

.manage-reservation-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  overflow: hidden;
}

.manage-card-date {
  display: grid;
  place-items: center;
  align-content: center;
  padding: 18px;
  background: linear-gradient(135deg, rgba(66, 215, 209, 0.16), rgba(125, 85, 255, 0.18)),
    rgba(34, 20, 84, 0.76);
  text-align: center;
}

.manage-card-date span, .manage-card-date small {
  color: #dcd6ff;
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
}

.manage-card-date strong {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 950;
  line-height: 1;
}

.manage-card-body {
  padding: 18px;
}

.manage-card-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.manage-card-label {
  display: block;
  color: var(--cyan);
  font-size: 0.54rem;
  font-weight: 950;
  text-transform: uppercase;
}

.manage-card-head h3 {
  margin: 0.25rem 0 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.manage-card-price {
  flex: 0 0 auto;
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(66, 215, 209, 0.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(66, 215, 209, 0.12);
  font-size: 0.72rem;
  font-weight: 950;
}

.manage-card-details {
  display: grid;
  gap: 8px;
}

.manage-card-details p {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  margin: 0;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.manage-card-details strong {
  color: #dcd6ff;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.manage-card-details span {
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.45;
}

.manage-promo span {
  color: var(--cyan);
  font-weight: 950;
}

.manage-card-actions {
  margin-top: 16px;
}

.manage-danger-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 111, 145, 0.45);
  border-radius: 7px;
  color: #fff !important;
  background: rgba(255, 111, 145, 0.1);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.rmanage-hero h1 {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.compare-page {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 80px 18px 70px;
  color: #fff;
}

.compare-hero {
  max-width: 820px;
  margin: 0 auto 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.compare-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.compare-hero p {
  max-width: 700px;
  margin: 1rem auto 0;
  color: #ded8f5;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.compare-promo {
  display: inline-flex;
  justify-content: center;
  margin-top: 24px;
  padding: 0.85rem 1.2rem;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #38d7d0, #39bedf);
  box-shadow: 0 14px 30px rgba(40, 194, 211, 0.18);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.compare-helper, .compare-table-section, .compare-cta {
  margin-top: 34px;
}

.compare-helper-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.compare-helper-grid article {
  padding: 16px;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
}

.compare-helper-grid span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border: 1px solid rgba(66, 215, 209, 0.38);
  border-radius: 8px;
  background: rgba(66, 215, 209, 0.08);
}

.compare-helper-grid strong {
  display: block;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.compare-helper-grid p {
  margin: 0.45rem 0 0;
  color: #dcd6ff;
  font-size: 0.68rem;
  line-height: 1.45;
}

.compare-intro {
  max-width: 900px;
  margin: 34px auto 0;
  color: #eeeaff;
  font-size: 0.94rem;
  line-height: 1.75;
  text-align: center;
}

.compare-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.86)),
    rgba(34, 20, 84, 0.48);
}

.compare-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.compare-table th, .compare-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #eeeaff;
  font-size: 0.78rem;
  line-height: 1.5;
  vertical-align: top;
}

.compare-table thead th {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  background: rgba(10, 6, 36, 0.34);
}

.compare-table tbody th {
  width: 170px;
  color: #fff;
  font-weight: 950;
}

.compare-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.025);
}

.compare-table tbody tr:hover {
  background: rgba(66, 215, 209, 0.055);
}

.rating {
  color: var(--yellow);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.compare-links-row a {
  display: inline-flex;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(66, 215, 209, 0.42);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(66, 215, 209, 0.08);
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
}

.compare-note {
  margin: 14px 0 0;
  color: rgba(238, 234, 255, 0.68);
  font-size: 0.68rem;
  line-height: 1.5;
  text-align: center;
}

.compare-cta {
  padding: 28px 22px;
  border: 1px solid rgba(132, 101, 255, 0.45);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(36, 20, 92, 0.72), rgba(10, 6, 36, 0.9)),
    rgba(18, 10, 58, 0.78);
  text-align: center;
}

.compare-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
}

.compare-cta p {
  margin: 0.7rem auto 1.2rem;
  max-width: 520px;
  color: #ded8f5;
  font-size: 0.86rem;
}

.compare-picker {
  margin-top: 34px;
}

.need-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.need-filter {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(132, 101, 255, 0.42);
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.82)),
    rgba(34, 20, 84, 0.48);
  cursor: pointer;
}

.need-filter span {
  font-size: 1.35rem;
}

.need-filter strong {
  font-size: 0.7rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.need-filter.is-active {
  border-color: rgba(66, 215, 209, 0.8);
  background: linear-gradient(135deg, rgba(66, 215, 209, 0.14), rgba(125, 85, 255, 0.18)),
    rgba(34, 20, 84, 0.7);
  box-shadow: inset 0 0 0 1px rgba(66, 215, 209, 0.12);
}

.compare-cards-section {
  margin-top: 28px;
}

.compare-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compare-service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(132, 101, 255, 0.38);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(34, 20, 84, 0.62), rgba(10, 6, 36, 0.86)),
    rgba(34, 20, 84, 0.48);
}

.compare-service-card.is-recommended {
  border-color: rgba(66, 215, 209, 0.72);
  box-shadow: inset 0 0 0 1px rgba(66, 215, 209, 0.14);
}

.compare-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 0.38rem 0.58rem;
  border-radius: 999px;
  color: #071028;
  background: var(--cyan);
  font-size: 0.56rem;
  font-weight: 950;
  text-transform: uppercase;
}

.compare-service-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  opacity: 0.76;
}

.compare-service-content {
  padding: 18px;
}

.compare-service-content h3 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
}

.compare-service-content > p {
  margin: 0.75rem 0 0;
  color: #ded8f5;
  font-size: 0.82rem;
  line-height: 1.55;
}

.compare-mini-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.compare-mini-facts span {
  display: inline-flex;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(66, 215, 209, 0.14);
  border: 1px solid rgba(66, 215, 209, 0.28);
  font-size: 0.62rem;
  font-weight: 950;
}

.compare-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.compare-tags span {
  padding: 0.28rem 0.48rem;
  border-radius: 999px;
  color: #dcd6ff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.56rem;
  font-weight: 850;
}

.compare-score-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-score-list p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  color: #dcd6ff;
  font-size: 0.7rem;
}

.compare-score-list strong {
  color: var(--yellow);
  white-space: nowrap;
}

.compare-service-content a {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  padding: 0.7rem 1rem;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, #38d7d0, #39bedf);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.compare-cta .booking-primary-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.4rem;
  border: 0;
  border-radius: 7px;
  color: #fff !important;
  background: linear-gradient(135deg, #38d7d0, #39bedf);
  box-shadow: 0 14px 30px rgba(40, 194, 211, 0.2);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.12em;
}

.compare-cta .booking-primary-btn:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

@media (min-width: 600px) {
  .massage-card li {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
  }

  .massage-card li span {
    min-width: 160px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -1em;
  }

  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 1em;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-xsmall {
    order: -1;
  }

  .row > .col-1-xsmall {
    width: 8.33333%;
  }

  .row > .off-1-xsmall {
    margin-left: 8.33333%;
  }

  .row > .col-2-xsmall {
    width: 16.66667%;
  }

  .row > .off-2-xsmall {
    margin-left: 16.66667%;
  }

  .row > .col-3-xsmall {
    width: 25%;
  }

  .row > .off-3-xsmall {
    margin-left: 25%;
  }

  .row > .col-4-xsmall {
    width: 33.33333%;
  }

  .row > .off-4-xsmall {
    margin-left: 33.33333%;
  }

  .row > .col-5-xsmall {
    width: 41.66667%;
  }

  .row > .off-5-xsmall {
    margin-left: 41.66667%;
  }

  .row > .col-6-xsmall {
    width: 50%;
  }

  .row > .off-6-xsmall {
    margin-left: 50%;
  }

  .row > .col-7-xsmall {
    width: 58.33333%;
  }

  .row > .off-7-xsmall {
    margin-left: 58.33333%;
  }

  .row > .col-8-xsmall {
    width: 66.66667%;
  }

  .row > .off-8-xsmall {
    margin-left: 66.66667%;
  }

  .row > .col-9-xsmall {
    width: 75%;
  }

  .row > .off-9-xsmall {
    margin-left: 75%;
  }

  .row > .col-10-xsmall {
    width: 83.33333%;
  }

  .row > .off-10-xsmall {
    margin-left: 83.33333%;
  }

  .row > .col-11-xsmall {
    width: 91.66667%;
  }

  .row > .off-11-xsmall {
    margin-left: 91.66667%;
  }

  .row > .col-12-xsmall {
    width: 100%;
  }

  .row > .off-12-xsmall {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.25em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.25em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.25em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.25em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 0.5em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.5em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.5em;
  }

  .row.gtr-uniform {
    margin-top: -1em;
  }

  .row.gtr-uniform > * {
    padding-top: 1em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.5em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 1.5em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -1.5em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.5em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 2em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -2em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 2em;
  }

  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }

  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }

  ul.actions:not(.fixed) li > * {
    width: 100%;
  }

  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }

  ul.actions:not(.fixed) li input[type="submit"], ul.actions:not(.fixed) li input[type="reset"], ul.actions:not(.fixed) li input[type="button"], ul.actions:not(.fixed) li button, ul.actions:not(.fixed) li .button {
    width: 100%;
  }

  ul.actions:not(.fixed) li input[type="submit"].icon:before, ul.actions:not(.fixed) li input[type="reset"].icon:before, ul.actions:not(.fixed) li input[type="button"].icon:before, ul.actions:not(.fixed) li button.icon:before, ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5rem;
  }

  form > .fields {
    width: calc(100% + 3em);
    margin: -1.5em 0 2em -1.5em;
  }

  form > .fields > .field {
    padding: 1.5em 0 0 1.5em;
    width: calc(100% - 1.5em);
  }

  form > .fields > .field.half {
    width: calc(100% - 1.5em);
  }

  form > .fields > .field.third {
    width: calc(100% - 1.5em);
  }

  form > .fields > .field.quarter {
    width: calc(100% - 1.5em);
  }

  .tiles {
    margin: 0;
  }

  .tiles article {
    width: 100%;
    margin: 1.25em 0 0 0;
  }

  #footer > .inner .copyright {
    margin-top: 3em;
  }

  #footer > .inner .copyright li {
    border-left: 0;
    padding-left: 0;
    margin: 0.75em 0 0 0;
    display: block;
    line-height: inherit;
  }

  #footer > .inner .copyright li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 14pt;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -2em;
  }

  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 2em;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-xlarge {
    order: -1;
  }

  .row > .col-1-xlarge {
    width: 8.33333%;
  }

  .row > .off-1-xlarge {
    margin-left: 8.33333%;
  }

  .row > .col-2-xlarge {
    width: 16.66667%;
  }

  .row > .off-2-xlarge {
    margin-left: 16.66667%;
  }

  .row > .col-3-xlarge {
    width: 25%;
  }

  .row > .off-3-xlarge {
    margin-left: 25%;
  }

  .row > .col-4-xlarge {
    width: 33.33333%;
  }

  .row > .off-4-xlarge {
    margin-left: 33.33333%;
  }

  .row > .col-5-xlarge {
    width: 41.66667%;
  }

  .row > .off-5-xlarge {
    margin-left: 41.66667%;
  }

  .row > .col-6-xlarge {
    width: 50%;
  }

  .row > .off-6-xlarge {
    margin-left: 50%;
  }

  .row > .col-7-xlarge {
    width: 58.33333%;
  }

  .row > .off-7-xlarge {
    margin-left: 58.33333%;
  }

  .row > .col-8-xlarge {
    width: 66.66667%;
  }

  .row > .off-8-xlarge {
    margin-left: 66.66667%;
  }

  .row > .col-9-xlarge {
    width: 75%;
  }

  .row > .off-9-xlarge {
    margin-left: 75%;
  }

  .row > .col-10-xlarge {
    width: 83.33333%;
  }

  .row > .off-10-xlarge {
    margin-left: 83.33333%;
  }

  .row > .col-11-xlarge {
    width: 91.66667%;
  }

  .row > .off-11-xlarge {
    margin-left: 91.66667%;
  }

  .row > .col-12-xlarge {
    width: 100%;
  }

  .row > .off-12-xlarge {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.5em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.5em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 1em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -1em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 1em;
  }

  .row.gtr-uniform {
    margin-top: -2em;
  }

  .row.gtr-uniform > * {
    padding-top: 2em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 3em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 4em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -4em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 4em;
  }
}

@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 12pt;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -2em;
  }

  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 2em;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-large {
    order: -1;
  }

  .row > .col-1-large {
    width: 8.33333%;
  }

  .row > .off-1-large {
    margin-left: 8.33333%;
  }

  .row > .col-2-large {
    width: 16.66667%;
  }

  .row > .off-2-large {
    margin-left: 16.66667%;
  }

  .row > .col-3-large {
    width: 25%;
  }

  .row > .off-3-large {
    margin-left: 25%;
  }

  .row > .col-4-large {
    width: 33.33333%;
  }

  .row > .off-4-large {
    margin-left: 33.33333%;
  }

  .row > .col-5-large {
    width: 41.66667%;
  }

  .row > .off-5-large {
    margin-left: 41.66667%;
  }

  .row > .col-6-large {
    width: 50%;
  }

  .row > .off-6-large {
    margin-left: 50%;
  }

  .row > .col-7-large {
    width: 58.33333%;
  }

  .row > .off-7-large {
    margin-left: 58.33333%;
  }

  .row > .col-8-large {
    width: 66.66667%;
  }

  .row > .off-8-large {
    margin-left: 66.66667%;
  }

  .row > .col-9-large {
    width: 75%;
  }

  .row > .off-9-large {
    margin-left: 75%;
  }

  .row > .col-10-large {
    width: 83.33333%;
  }

  .row > .off-10-large {
    margin-left: 83.33333%;
  }

  .row > .col-11-large {
    width: 91.66667%;
  }

  .row > .off-11-large {
    margin-left: 91.66667%;
  }

  .row > .col-12-large {
    width: 100%;
  }

  .row > .off-12-large {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.5em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.5em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 1em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -1em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 1em;
  }

  .row.gtr-uniform {
    margin-top: -2em;
  }

  .row.gtr-uniform > * {
    padding-top: 2em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 3em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 4em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -4em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 4em;
  }

  .tiles {
    margin: -1.25em 0 0 -1.25em;
  }

  .tiles article {
    width: calc(33.33333% - 1.25em);
    margin: 1.25em 0 0 1.25em;
  }

  #footer {
    padding: 5em 0 3em 0;
  }

  #footer > .inner section:nth-child(1) {
    width: calc(66% - 1.25em);
    margin-right: 1.25em;
  }

  #footer > .inner section:nth-child(2) {
    width: calc(33% - 1.25em);
    margin-left: 1.25em;
  }
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 2em;
    margin: 0 0 10px 0;
  }

  h2 {
    font-size: 1em;
  }

  h3 {
    font-size: 0.8em;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -1em;
  }

  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 1em;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-small {
    order: -1;
  }

  .row > .col-1-small {
    width: 8.33333%;
  }

  .row > .off-1-small {
    margin-left: 8.33333%;
  }

  .row > .col-2-small {
    width: 16.66667%;
  }

  .row > .off-2-small {
    margin-left: 16.66667%;
  }

  .row > .col-3-small {
    width: 25%;
  }

  .row > .off-3-small {
    margin-left: 25%;
  }

  .row > .col-4-small {
    width: 33.33333%;
  }

  .row > .off-4-small {
    margin-left: 33.33333%;
  }

  .row > .col-5-small {
    width: 41.66667%;
  }

  .row > .off-5-small {
    margin-left: 41.66667%;
  }

  .row > .col-6-small {
    width: 50%;
  }

  .row > .off-6-small {
    margin-left: 50%;
  }

  .row > .col-7-small {
    width: 58.33333%;
  }

  .row > .off-7-small {
    margin-left: 58.33333%;
  }

  .row > .col-8-small {
    width: 66.66667%;
  }

  .row > .off-8-small {
    margin-left: 66.66667%;
  }

  .row > .col-9-small {
    width: 75%;
  }

  .row > .off-9-small {
    margin-left: 75%;
  }

  .row > .col-10-small {
    width: 83.33333%;
  }

  .row > .off-10-small {
    margin-left: 83.33333%;
  }

  .row > .col-11-small {
    width: 91.66667%;
  }

  .row > .off-11-small {
    margin-left: 91.66667%;
  }

  .row > .col-12-small {
    width: 100%;
  }

  .row > .off-12-small {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.25em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.25em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.25em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.25em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 0.5em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.5em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.5em;
  }

  .row.gtr-uniform {
    margin-top: -1em;
  }

  .row.gtr-uniform > * {
    padding-top: 1em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.5em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 1.5em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -1.5em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.5em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 2em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -2em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 2em;
  }

  header p {
    margin-top: 0;
  }

  .image.main {
    margin: 0 0 2em 0;
  }

  .tiles {
    margin: -1.25em 0 0 -1.25em;
  }

  .tiles article {
    width: calc(50% - 1.25em);
    margin: 1.25em 0 0 1.25em;
  }

  .tiles article:hover > .image {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }

  #header {
    padding: 4em 0 0.1em 0;
  }

  #header nav {
    right: 0.5em;
    top: 0.5em;
  }

  #header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
    background-size: 1.5em 1.5em;
  }

  #menu {
    -moz-transform: translateX(16.5em);
    -webkit-transform: translateX(16.5em);
    -ms-transform: translateX(16.5em);
    transform: translateX(16.5em);
    width: 16.5em;
  }

  #menu > .inner {
    padding: 2.75em 1.5em;
  }

  #menu > .close {
    top: 0.5em;
    left: -4.25em;
    width: 4.25em;
    text-indent: 4.25em;
  }

  #menu > .close:before, #menu > .close:after {
    background-size: 1.5em 1.5em;
  }

  #main {
    padding: 0em 0 4em 0;
  }

  #footer {
    padding: 3em 0 1em 0;
  }

  #footer > .inner {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #footer > .inner section:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin: 3em 0 0 0;
  }

  #footer > .inner section:nth-child(2) {
    -moz-order: -1;
    -webkit-order: -1;
    -ms-order: -1;
    order: -1;
    width: 100%;
    margin-left: 0;
  }

  #footer > .inner .copyright {
    margin-top: 3em;
  }

  #wrapper > * > .inner {
    padding: 0 1.25em;
  }
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 980px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -1.5em;
  }

  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 1.5em;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-medium {
    order: -1;
  }

  .row > .col-1-medium {
    width: 8.33333%;
  }

  .row > .off-1-medium {
    margin-left: 8.33333%;
  }

  .row > .col-2-medium {
    width: 16.66667%;
  }

  .row > .off-2-medium {
    margin-left: 16.66667%;
  }

  .row > .col-3-medium {
    width: 25%;
  }

  .row > .off-3-medium {
    margin-left: 25%;
  }

  .row > .col-4-medium {
    width: 33.33333%;
  }

  .row > .off-4-medium {
    margin-left: 33.33333%;
  }

  .row > .col-5-medium {
    width: 41.66667%;
  }

  .row > .off-5-medium {
    margin-left: 41.66667%;
  }

  .row > .col-6-medium {
    width: 50%;
  }

  .row > .off-6-medium {
    margin-left: 50%;
  }

  .row > .col-7-medium {
    width: 58.33333%;
  }

  .row > .off-7-medium {
    margin-left: 58.33333%;
  }

  .row > .col-8-medium {
    width: 66.66667%;
  }

  .row > .off-8-medium {
    margin-left: 66.66667%;
  }

  .row > .col-9-medium {
    width: 75%;
  }

  .row > .off-9-medium {
    margin-left: 75%;
  }

  .row > .col-10-medium {
    width: 83.33333%;
  }

  .row > .off-10-medium {
    margin-left: 83.33333%;
  }

  .row > .col-11-medium {
    width: 91.66667%;
  }

  .row > .off-11-medium {
    margin-left: 91.66667%;
  }

  .row > .col-12-medium {
    width: 100%;
  }

  .row > .off-12-medium {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.375em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 0.75em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75em;
  }

  .row.gtr-uniform {
    margin-top: -1.5em;
  }

  .row.gtr-uniform > * {
    padding-top: 1.5em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 2.25em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 3em;
  }

  .tiles {
    margin: -2.5em 0 0 -2.5em;
  }

  .tiles article {
    width: calc(50% - 2.5em);
    margin: 2.5em 0 0 2.5em;
  }

  #footer > .inner section:nth-child(1) {
    width: 66%;
    margin-right: 0;
  }

  #footer > .inner section:nth-child(2) {
    width: calc(33% - 2.5em);
    margin-left: 2.5em;
  }
}



@media (max-width: 991px) {
  .hero-new {
    min-height: 680px;
  }

  .hero-new-bg {
    object-position: 62% top;
  }

  .hero-new-overlay {
    background: linear-gradient(90deg, rgba(5, 3, 18, 0.98) 0%, rgba(15, 8, 45, 0.9) 46%, rgba(15, 8, 45, 0.35) 100%),
      linear-gradient(180deg, rgba(5, 3, 18, 0.08) 0%, rgba(5, 3, 18, 0.92) 100%);
  }

  .hero-new-content {
    min-height: 680px;
    padding-top: 130px;
  }

  .hero-new-trust {
    gap: 22px;
  }

  .quick-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brief-scores {
    grid-template-columns: 1fr;
  }

  .massage-hero {
    min-height: 650px;
  }

  .massage-hero-bg {
    object-position: 62% top;
  }

  .massage-hero-content {
    min-height: 650px;
    padding-top: 110px;
  }

  .massage-intro-grid {
    grid-template-columns: 1fr;
  }

  .massage-visual-card {
    min-height: 300px;
  }

  .massage-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-massages-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-stepper ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-step:not(:last-child)::after {
    display: none;
  }

  .booking-date-shell {
    grid-template-columns: 1fr;
  }

  .booking-date-summary {
    position: static;
    order: -1;
  }

  .booking-date-summary img {
    aspect-ratio: 16 / 7;
  }

  .time-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .booking-contact-layout {
    grid-template-columns: 1fr;
  }

  .booking-contact-summary {
    position: static;
    order: -1;
  }

  .booking-contact-summary img {
    aspect-ratio: 16 / 9;
  }

  .booking-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-card-grid-4, .booking-card-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .confirmation-layout {
    grid-template-columns: 1fr;
  }

  .confirmation-summary {
    position: static;
    order: -1;
  }

  .confirmation-notices {
    grid-template-columns: 1fr;
  }

  .compare-helper-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .need-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compare-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-new {
    min-height: 500px;
  }

  .hero-new-bg {
    object-position: 68% top;
    opacity: 0.72;
  }

  .hero-new-overlay {
    background: linear-gradient(90deg, rgba(5, 3, 18, 0.98) 0%, rgba(11, 6, 38, 0.9) 58%, rgba(11, 6, 38, 0.45) 100%),
      linear-gradient(180deg, rgba(5, 3, 18, 0.05) 0%, rgba(5, 3, 18, 0.96) 100%);
  }

  .hero-new-content {
    min-height: 500px;
    padding: 92px 22px 36px;
  }

  .hero-new-badge {
    margin-bottom: 22px;
    padding: 8px 13px;
    font-size: 0.68rem;
  }

  .hero-new h1 {
    font-size: 2em;
  }

  .hero-new-content > p {
    max-width: 320px;
    margin: 22px 0 30px;
    font-size: 1rem;
  }

  .hero-new-btn {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 0.86rem;
  }

  .hero-new-trust {
    margin: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    padding-top: 58px;
  }

  .hero-new-trust svg {
    width: 28px;
    height: 28px;
  }

  .hero-new-trust p {
    font-size: 0.86rem;
  }

  .availability-details {
    grid-template-columns: 1fr;
  }

  .availability-link {
    justify-self: stretch;
  }

  .benefit + .benefit {
    border-left: 0px;
    padding-top: 10px;
  }

  .news-count-2, .news-count-3 {
    grid-template-columns: 1fr;
  }

  .footer-top, .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    display: grid;
  }

  .footer-brand {
    display: none!important;
  }

  .footer-language {
    text-align: center;
  }

  .massage-hero {
    min-height: 760px;
  }

  .massage-hero-bg {
    object-position: 68% top;
    opacity: 0.72;
  }

  .massage-hero-overlay {
    background: linear-gradient(90deg, rgba(5, 3, 18, 0.98) 0%, rgba(11, 6, 38, 0.9) 58%, rgba(11, 6, 38, 0.45) 100%),
      linear-gradient(180deg, rgba(5, 3, 18, 0.04) 0%, rgba(5, 3, 18, 0.96) 100%);
  }

  .massage-hero-content {
    min-height: 760px;
    padding: 88px 22px 36px;
  }

  .massage-back-link {
    margin-bottom: 16px;
    font-size: 0.66rem;
  }

  .massage-badge {
    margin-bottom: 22px;
    padding: 8px 13px;
    font-size: 0.68rem;
  }

  .massage-hero h1 {
    font-size: 2em;
  }

  .massage-hero-content > p {
    max-width: 340px;
    margin: 22px 0 28px;
    font-size: 1rem;
  }

  .massage-hero-actions {
    width: 100%;
  }

  .massage-primary-btn, .massage-secondary-btn {
    width: 100%;
    min-height: 56px;
  }

  .massage-hero-meta {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
    padding-top: 48px;
  }

  .massage-option-card {
    grid-template-columns: 1fr;
  }

  .option-thumb {
    min-height: 180px;
  }

  .brief-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .related-massages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .date-days {
    grid-template-columns: 1fr;
  }

  .date-day {
    grid-template-columns: auto 1fr auto;
    min-height: 68px;
    justify-content: start;
    gap: 12px;
    text-align: left;
  }

  .date-day strong {
    font-size: 1.55rem;
  }

  .time-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-date-summary img {
    aspect-ratio: 16 / 9;
  }

  .booking-contact-card {
    padding: 16px;
  }

  .contact-form-grid, .club-stats {
    grid-template-columns: 1fr;
  }

  .club-panel-head {
    display: grid;
  }

  .club-panel-head a, .club-status {
    justify-self: start;
  }

  .date-picker-panel {
    grid-template-columns: 1fr;
  }

  .date-picker-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .date-picker-head a {
    align-self: flex-start;
  }

  .booking-page {
    padding-top: 54px;
  }

  .booking-steps {
    justify-content: center;
    text-align: center;
  }

  .booking-card-grid-4, .booking-card-grid-2 {
    grid-template-columns: 1fr;
  }

  .booking-choice-card, .booking-card-content {
    min-height: 260px;
  }

  .booking-choice-card-wide, .booking-choice-card-wide .booking-card-content {
    min-height: 200px;
  }

  .booking-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .booking-manage-panel {
    grid-template-columns: 36px 1fr;
  }

  .booking-manage-panel > a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .booking-manage-icon {
    width: 36px;
    height: 36px;
  }

  .booking-confirmation-page {
    padding-top: 46px;
  }

  .confirmation-actions {
    grid-template-columns: 1fr;
  }

  .confirmation-info-list article, .confirmation-notice {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .confirmation-info-list article > span, .confirmation-notice > span {
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .expert {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .expert-image {
    min-height: 180px;
    border-radius: 7px;
  }

  .expert-content {
    text-align: center;
  }

  .availability-main {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .availability-icon {
    margin: 0 auto;
  }

  .massage-gallery, .related-massages-grid {
    grid-template-columns: 1fr;
  }

  .time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .quick-links-grid {
    grid-template-columns: 1fr;
  }

  .quick-link-card {
    min-height: 82px;
  }

  .masseur-page {
    padding-top: 46px;
  }

  .masseur-facts, .masseur-gallery {
    grid-template-columns: 1fr;
  }

  .masseur-hero-actions {
    display: grid;
  }

  .masseur-hero-actions a {
    width: 100%;
  }

  .booking-stepper {
    padding: 10px;
  }

  .booking-stepper ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .booking-step {
    grid-template-columns: 28px 1fr;
    gap: 8px;
    padding: 8px;
  }

  .step-marker {
    width: 28px;
    height: 28px;
    font-size: 0.72rem;
  }

  .step-text strong {
    font-size: 0.62rem;
  }

  .step-text small {
    font-size: 0.48rem;
  }

  .date-notice {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .date-notice-icon {
    margin: 0 auto;
  }

  .date-notice-content a {
    justify-content: center;
  }

  .need-filter-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .card-grid {
    --card-gap: 16px;
    display: grid !important;
    gap: var(--card-gap);
    grid-template-columns: 1fr;
  }

  .manage-search-card {
    padding: 16px;
  }

  .manage-search-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .manage-search-icon {
    margin: 0 auto;
  }
}

@media (max-width: 390px) {
  .benefits {
    padding-inline: 10px;
  }

  .benefit {
    padding-inline: 6px;
  }

  .benefit p {
    max-width: 82px;
  }

  .service-name {
    font-size: 0.63rem;
  }

  .trust-row {
    padding-inline: 4px;
    font-size: 0.43rem;
  }
}

@media (min-width: 768px) {
  .site-shell {
    border-radius: 0 0 6px 6px;
  }
}

@media (max-width: 560px) {
  .site-menu-head h2 {
    font-size: 1.7rem;
  }

  .site-menu-section {
    padding: 13px 0;
  }

  .site-menu-section a {
    min-height: 34px;
    font-size: .82rem;
  }

  .practical-shell {
    width: min(100% - 22px, 1080px);
  }

  .practical-hero {
    padding-top: 54px;
  }

  .practical-grid {
    grid-template-columns: 1fr;
  }

  .practical-alert, .access-card {
    grid-template-columns: 1fr;
  }

  .practical-alert-icon, .access-icon {
    width: 36px;
    height: 36px;
  }

  .access-main-card, .access-card, .practical-card {
    padding: 16px;
  }

  .offers-shell {
    width: min(100% - 22px, 1080px);
  }

  .offers-hero {
    padding-top: 54px;
  }

  .offer-feature, .club-offer, .gift-section, .discount-card, .offer-note {
    padding: 16px;
  }

  .booking-primary-btn, .booking-secondary-btn {
    min-height: 46px;
    text-align: center;
    width: 100%;
  }

  .faq-shell {
    width: min(100% - 22px, 900px);
  }

  .faq-hero-clean {
    padding: 54px 0 30px;
  }

  .faq-item summary {
    min-height: 58px;
    padding: 16px 48px 16px 16px;
    font-size: .78rem;
  }

  .faq-answer {
    padding: 0 16px 16px;
    font-size: .9rem;
  }

  .faq-tag {
    font-size: .56rem;
  }

  .club-shell {
    width: min(100% - 22px, 1080px);
  }

  .club-hero {
    padding-top: 54px;
  }

  .club-benefit-card, .club-intro-card, .club-info-card, .club-reward-head, .club-reward-table-wrap {
    padding: 16px;
  }

  .club-reward-head {
    grid-template-columns: 1fr;
  }

  .club-reward-head img {
    max-width: 180px;
  }

  .club-actions, .booking-primary-btn, .booking-secondary-btn {
    width: 100%;
  }

  .cashback-shell {
    width: min(100% - 22px, 1040px);
  }

  .cashback-hero {
    padding-top: 54px;
  }

  .cashback-info-card, .cashback-form-card {
    padding: 16px;
  }

  .booking-options-grid {
    grid-template-columns: 1fr;
  }

  .booking-option-card {
    grid-template-rows: 180px 1fr;
  }

  .option-body {
    padding: 16px;
  }

  .option-meta {
    display: grid;
    gap: 8px;
  }

  .option-price {
    justify-self: start;
  }

  .booking-empty-state {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .booking-empty-icon {
    margin: 0 auto;
  }

  .compare-page {
    padding-top: 50px;
  }

  .compare-helper-grid {
    grid-template-columns: 1fr;
  }

  .compare-promo {
    display: flex;
    width: 100%;
  }

  .compare-table-wrap {
    margin-right: -18px;
    margin-left: -18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}

@media (max-width: 900px) {
  .masseur-hero {
    grid-template-columns: 1fr;
  }

  .masseur-hero-content {
    text-align: center;
  }

  .masseur-hero-content > p {
    margin-right: auto;
    margin-left: auto;
  }

  .masseur-hero-actions {
    justify-content: center;
  }

  .masseur-hero-image {
    max-width: 420px;
    margin: 0 auto;
  }

  .masseur-facts, .masseur-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-grid, .approach-grid {
    grid-template-columns: 1fr;
  }

  .practical-grid, .access-layout {
    grid-template-columns: 1fr;
  }

  .practical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .access-main-card {
    min-height: auto;
  }

  .offer-feature, .gift-section {
    grid-template-columns: 1fr;
  }

  .discount-grid, .club-benefits {
    grid-template-columns: 1fr;
  }

  .club-benefits-grid, .club-rewards-grid {
    grid-template-columns: 1fr;
  }

  .club-reward-head {
    grid-template-columns: 1fr 120px;
  }

  .cashback-layout, .cashback-form {
    grid-template-columns: 1fr;
  }
}

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

@media (max-width: 720px) {
  .manage-form-grid, .manage-actions {
    grid-template-columns: 1fr;
  }

  .manage-reservation-card {
    grid-template-columns: 1fr;
  }

  .manage-card-date {
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 8px;
  }

  .manage-card-date strong {
    font-size: 1.4rem;
  }

  .manage-card-head {
    display: grid;
  }

  .manage-card-details p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .manage-danger-btn {
    width: 100%;
  }
}

/* ==========================================================================
   Final shared overrides
   These rules intentionally come last to keep shared components consistent.
   ========================================================================== */

:root {
  --mbk-bg: #120a3a;
  --mbk-bg-deep: #0d0730;
  --mbk-panel: rgba(46, 28, 111, .86);
  --mbk-panel-deep: rgba(18, 10, 55, .94);
  --mbk-border: rgba(132, 101, 255, .42);
  --mbk-text: #fff;
  --mbk-muted: rgba(255, 255, 255, .74);
  --mbk-cyan: var(--cyan, #40d6d7);
}

.booking-primary-btn,
.booking-secondary-btn,
.massage-primary-btn,
.massage-secondary-btn,
.site-menu-reserve,
.hero-new-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .8rem 1.35rem;
  border-radius: 8px;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: .1em;
}

.booking-primary-btn,
.massage-primary-btn,
.site-menu-reserve,
.hero-new-btn {
  border: 0;
  color: #fff !important;
  background: linear-gradient(135deg, #38d7d0, #39bedf);
  box-shadow: 0 14px 30px rgba(40, 194, 211, .2);
}

.booking-secondary-btn,
.massage-secondary-btn {
  border: 1px solid rgba(255, 255, 255, .32);
  color: #fff !important;
  background: rgba(34, 20, 84, .5);
}

.section-title {
  margin-bottom: 22px;
  text-align: center;
}

.section-title h2 {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
}

.section-title h2::after,
.section-title::after {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  margin: 12px auto 0;
  background: var(--cyan, #40d6d7);
}

@media (max-width: 560px) {
  .booking-primary-btn,
  .booking-secondary-btn,
  .massage-primary-btn,
  .massage-secondary-btn,
  .site-menu-reserve {
    width: 100%;
    min-height: 46px;
  }
}

/* ==========================================================================
   Final visual polish after CSS merge
   ========================================================================== */

body {
  font-size: 16px;
}

p,
li,
.faq-answer,
.calendar-slots,
.club-info-card p,
.club-info-card li,
.cashback-info-card p,
.cashback-help p,
.offers-hero p,
.massage-copy p,
.compare-hero p,
.reviews-hero p,
.manage-hero p,
.masseur-hero-content p {
  font-size: 1rem;
  line-height: 1.65;
}

a:hover,
a:focus,
#menu a:hover,
#menu a:focus {
  color: var(--cyan, #40d6d7) !important;
  text-decoration: none;
}

.section-title::after {
  display: none !important;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 2px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cyan, #40d6d7), transparent);
  box-shadow: 0 0 18px rgba(64, 214, 215, .32);
}

.home-quick-links .section-title h2::after,
.quick-links .section-title h2::after {
  width: 112px;
}

.offers-hero h1,
.practical-hero h1,
.faq-hero-clean h1,
.club-hero h1,
.cashback-hero h1,
.calendar-hero h1,
.compare-hero h1,
.reviews-hero h1,
.manage-hero h1,
.masseur-hero-content h1 {
  font-size: clamp(2.35rem, 4.4vw, 4.1rem);
}

@media (min-width: 1100px) {
  .offers-hero h1,
  .practical-hero h1,
  .faq-hero-clean h1,
  .club-hero h1,
  .cashback-hero h1,
  .calendar-hero h1,
  .compare-hero h1,
  .reviews-hero h1,
  .manage-hero h1,
  .masseur-hero-content h1 {
    font-size: 3.8rem;
  }
}

@media (max-width: 560px) {
  p,
  li,
  .faq-answer,
  .calendar-slots {
    font-size: .94rem;
  }

  .offers-hero h1,
  .practical-hero h1,
  .faq-hero-clean h1,
  .club-hero h1,
  .cashback-hero h1,
  .calendar-hero h1,
  .compare-hero h1,
  .reviews-hero h1,
  .manage-hero h1,
  .masseur-hero-content h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
}


.booking-blocked {
  width: min(760px, 100%);
  margin: 34px auto 0;
  padding: 0 12px;
}

.booking-blocked-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(132, 101, 255, .44);
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 0%, rgba(64, 214, 215, .16), transparent 34%),
    linear-gradient(135deg, rgba(46, 28, 111, .9), rgba(14, 8, 45, .96));
  color: #fff;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.booking-blocked-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 120, 120, .42);
  border-radius: 20px;
  background: rgba(255, 120, 120, .11);
  color: #ff9d9d;
}

.booking-blocked-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-blocked-kicker {
  margin: 0 0 8px;
  color: #40d6d7;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.booking-blocked h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.booking-blocked p {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .78);
  font-size: 1rem;
  line-height: 1.65;
}

.booking-blocked p b {
  color: #fff;
}

.booking-blocked-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

@media (max-width: 560px) {
  .booking-blocked {
    margin-top: 22px;
    padding: 0;
  }

  .booking-blocked-card {
    padding: 28px 18px;
    border-radius: 14px;
  }

  .booking-blocked-actions .booking-secondary-btn {
    width: 100%;
  }
}



.experiences-page {
  color: #fff;
}

.experiences-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.experiences-hero {
  padding: clamp(70px, 10vw, 130px) 0 46px;
  text-align: center;
}

.page-kicker {
  margin: 0 0 12px;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
  font-weight: 800;
}

.experiences-hero h1 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(2.4rem, 5.5vw, 4.8rem);
  font-weight: 950;
  line-height: .95;
  text-transform: uppercase;
}

.experiences-hero h1 span {
  display: block;
  color: #40d6d7;
}

.experiences-hero > p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,.76);
  font-size: 1rem;
  line-height: 1.7;
}

.experiences-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.experiences-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 54px;
}

.experience-info-card,
.experience-soft-panel,
.experience-final-card {
  border: 1px solid rgba(132,101,255,.42);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 0%, rgba(64,214,215,.13), transparent 34%),
    linear-gradient(135deg, rgba(46,28,111,.76), rgba(18,10,55,.92));
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
}

.experience-info-card {
  padding: 24px;
}

.experience-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border: 1px solid rgba(64,214,215,.34);
  border-radius: 12px;
  background: rgba(64,214,215,.12);
  font-size: 1.25rem;
}

.experience-info-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: .95rem;
  font-weight: 950;
  text-transform: uppercase;
}

.experience-info-card p,
.experience-soft-panel p,
.experience-step p,
.experience-final-card p {
  color: rgba(255,255,255,.76);
  font-size: 1rem;
  line-height: 1.65;
}

.experiences-section {
  margin: 0 0 58px;
}

.experience-soft-panel {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 36px);
  text-align: center;
}

.experience-soft-panel p {
  margin: 0 auto 14px;
  max-width: 760px;
}

.experience-soft-panel p:last-child {
  margin-bottom: 0;
}

.experience-timeline {
  display: grid;
  gap: 16px;
  position: relative;
}

.experience-step {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 22px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid rgba(132,101,255,.36);
  border-radius: 14px;
  background: rgba(28,17,74,.58);
}

.experience-step:nth-child(even) {
  grid-template-columns: 1fr 240px;
}

.experience-step:nth-child(even) .experience-step-media {
  order: 2;
}

.experience-step-media {
  display: block;
  min-height: 170px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
}

.experience-step-media img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  opacity: .64;
  transition: transform .25s ease, opacity .25s ease;
}

.experience-step:hover img {
  transform: scale(1.04);
  opacity: .82;
}

.experience-step-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 12px;
}

.experience-step-number {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: .32rem .54rem;
  border-radius: 999px;
  border: 1px solid rgba(64,214,215,.34);
  background: rgba(64,214,215,.12);
  color: #40d6d7;
  font-size: .65rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.experience-step h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.experience-step p {
  margin: 0;
}

.experience-final-card {
  margin: 64px auto 28px;
  padding: clamp(26px, 5vw, 46px);
  text-align: center;
}

.experience-final-card h2 {
  max-width: 720px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  font-weight: 950;
  text-transform: uppercase;
}

.experience-final-card p {
  max-width: 760px;
  margin: 0 auto 24px;
}

@media (max-width: 900px) {
  .experiences-intro-grid {
    grid-template-columns: 1fr;
  }

  .experience-step,
  .experience-step:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .experience-step:nth-child(even) .experience-step-media {
    order: 0;
  }
}

@media (max-width: 560px) {
  .experiences-shell {
    width: min(100% - 22px, 1120px);
  }

  .experiences-hero {
    padding-top: 54px;
  }

  .experiences-hero-actions .booking-primary-btn,
  .experiences-hero-actions .booking-secondary-btn,
  .experience-final-card .booking-primary-btn {
    width: 100%;
  }

  .experience-info-card {
    padding: 20px;
  }

  .experience-step {
    padding: 10px;
  }

  .experience-step-media,
  .experience-step-media img {
    min-height: 150px;
  }

  .experience-step-content {
    padding: 14px 6px 8px;
  }
}



.hero-new-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  max-width: 620px;
}

.hero-new-trust > div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.hero-new-trust svg {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.hero-new-trust p {
  margin: 0;
  min-width: 0;
}

.hero-new-trust strong,
.hero-new-trust span {
  display: block;
  line-height: 1.25;
}

/* tablette / petit écran */
@media (max-width: 760px) {
  .hero-new-trust {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 360px;
  }

  .hero-new-trust > div {
    padding: 12px 14px;
  }
}

/* téléphone très étroit */
@media (max-width: 420px) {
  .hero-new-trust {
    max-width: 100%;
  }

  .hero-new-trust > div {
    gap: 10px;
  }

  .hero-new-trust svg {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .hero-new-trust strong {
    font-size: .82rem;
  }

  .hero-new-trust span {
    font-size: .78rem;
  }
}

@media (max-width: 760px) {
  .hero-new-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 100%;
  }

  .hero-new-trust > div:last-child {
    grid-column: 1 / -1;
  }
}

.sticky-reserve-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  opacity: 0;
  pointer-events: none;
  transition: transform .22s ease, opacity .22s ease;
}

.sticky-reserve-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-reserve-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(132, 101, 255, .42);
  border-radius: 14px;
  background:
    radial-gradient(circle at 8% 0%, rgba(64, 214, 215, .16), transparent 34%),
    linear-gradient(135deg, rgba(46, 28, 111, .92), rgba(18, 10, 55, .98));
  box-shadow: 0 18px 55px rgba(0, 0, 0, .32);
}

.sticky-reserve-text strong,
.sticky-reserve-text span {
  display: block;
  line-height: 1.25;
}

.sticky-reserve-text strong {
  color: #fff;
  font-size: .9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.sticky-reserve-text span {
  margin-top: 2px;
  color: rgba(255,255,255,.68);
  font-size: .82rem;
}

.sticky-reserve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .75rem 1.25rem;
  border-radius: 9px;
  background: linear-gradient(135deg, #38d7d0, #39bedf);
  color: #fff !important;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: .1em;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .sticky-reserve-bar {
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  }

  .sticky-reserve-inner {
    padding: 10px;
    gap: 10px;
  }

  .sticky-reserve-text strong {
    font-size: .78rem;
  }

  .sticky-reserve-text span {
    font-size: .72rem;
  }

  .sticky-reserve-btn {
    min-height: 40px;
    padding: .7rem .95rem;
    font-size: .66rem;
  }
}


@media (max-width: 760px) {
  .related-massages-section {
    margin: 34px 0 22px !important;
    padding: 0 10px !important;
  }

  .related-massages-section .section-title {
    margin-bottom: 14px !important;
  }

  .related-massages-section .section-title h2 {
    font-size: .95rem !important;
  }

  .related-massages-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .related-card {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    text-decoration: none !important;
  }

  .related-card img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    border-radius: 8px;
  }

  .related-card strong {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: .68rem !important;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
  }
}



.experiences-page {
  color: #fff;
}

.experiences-shell {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
}

.experiences-clean-hero {
  max-width: 760px;
  margin: 0 auto;
  padding: 78px 0 46px;
  text-align: center;
}

.experiences-clean-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 950;
  line-height: .95;
  text-transform: uppercase;
}

.experiences-clean-hero p {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(255,255,255,.74);
  font-size: 1rem;
  line-height: 1.65;
}

.experiences-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 58px;
}

.experiences-overview-text,
.experiences-overview-card,
.experience-clean-final {
  border: 1px solid rgba(132,101,255,.38);
  border-radius: 14px;
  background:
    radial-gradient(circle at 0% 0%, rgba(64,214,215,.12), transparent 34%),
    rgba(30,18,80,.68);
}

.experiences-overview-text {
  padding: clamp(24px, 4vw, 38px);
}

.experiences-overview-text h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.experiences-overview-text p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.76);
  font-size: 1rem;
  line-height: 1.7;
}

.experiences-overview-text p:last-child {
  margin-bottom: 0;
}

.experiences-overview-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.experiences-overview-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  opacity: .58;
}

.experiences-overview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,4,36,.1), rgba(11,4,36,.88));
}

.experiences-overview-card div {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.experiences-overview-card strong,
.experiences-overview-card span {
  display: block;
}

.experiences-overview-card strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.experiences-overview-card span {
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
}

.experiences-section {
  margin-bottom: 58px;
}

.experiences-simple-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.experience-simple-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  align-items: stretch;
  overflow: hidden;
  min-height: 190px;
  padding: 12px;
  border: 1px solid rgba(132,101,255,.38);
  border-radius: 14px;
  background: rgba(30,18,80,.64);
  text-decoration: none !important;
}

.experience-simple-card img {
  width: 100%;
  height: 100%;
  min-height: 166px;
  object-fit: cover;
  border-radius: 10px;
  opacity: .62;
}

.experience-simple-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 6px;
}

.experience-simple-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: .26rem .5rem;
  border-radius: 999px;
  background: rgba(64,214,215,.14);
  color: #40d6d7;
  font-size: .62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.experience-simple-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.experience-simple-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
  line-height: 1.5;
}

.experience-progress-list {
  display: grid;
  gap: 10px;
}

.experience-progress-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(132,101,255,.34);
  border-radius: 12px;
  background: rgba(30,18,80,.5);
}

.experience-progress-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(64,214,215,.14);
  color: #40d6d7;
  font-size: .72rem;
  font-weight: 950;
}

.experience-progress-list h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: .95rem;
  font-weight: 950;
  text-transform: uppercase;
}

.experience-progress-list p {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: .92rem;
  line-height: 1.55;
}

.experience-clean-final {
  margin: 8px 0 34px;
  padding: clamp(28px, 5vw, 44px);
  text-align: center;
}

.experience-clean-final h2 {
  max-width: 720px;
  margin: 0 auto 12px;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
}

.experience-clean-final p {
  max-width: 740px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,.74);
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .experiences-overview,
  .experiences-simple-grid {
    grid-template-columns: 1fr;
  }

  .experience-simple-card {
    grid-template-columns: 150px 1fr;
  }
}

@media (max-width: 560px) {
  .experiences-shell {
    width: min(100% - 22px, 1040px);
  }

  .experiences-clean-hero {
    padding: 54px 0 30px;
  }

  .experiences-clean-hero h1 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .experiences-overview {
    margin-bottom: 42px;
  }

  .experiences-overview-card {
    min-height: 220px;
  }

  .experiences-overview-card img {
    min-height: 220px;
  }

  .experience-simple-card {
    grid-template-columns: 1fr;
  }

  .experience-simple-card img {
    min-height: 170px;
  }

  .experience-progress-list article {
    grid-template-columns: 42px 1fr;
    padding: 15px;
  }

  .experience-clean-final .booking-primary-btn {
    width: 100%;
  }
}


.experiences-clean-hero {
  max-width: 920px;
  margin: 0 auto;
  padding: 72px 0 54px;
  text-align: center;
}

.experiences-clean-hero .page-kicker {
  margin: 0 0 14px;
  color: #40d6d7;
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.experiences-clean-hero h1 {
  max-width: 760px;
  margin: 0 auto 22px;
  color: #fff;
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  font-weight: 950;
  line-height: .96;
  text-align: center;
  text-transform: uppercase;
}

.experiences-clean-hero p {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(255,255,255,.74);
  font-size: 1rem;
  line-height: 1.65;
  text-align: center;
}

.experiences-overview {
  margin-top: 0;
}


.renaissance-journey {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 24px 0 22px;
}

.renaissance-journey::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 20px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(64,214,215,.1),
    rgba(64,214,215,.75),
    rgba(255,180,110,.55),
    rgba(255,255,255,.15)
  );
}

.renaissance-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(132,101,255,.34);
  border-radius: 14px;
  background:
    radial-gradient(circle at 0% 0%, rgba(64,214,215,.1), transparent 34%),
    rgba(18,10,55,.48);
}

.renaissance-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(64,214,215,.14);
  border: 1px solid rgba(64,214,215,.38);
  color: #40d6d7;
  font-size: .72rem;
  font-weight: 950;
}

.renaissance-step h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: .95rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.renaissance-step p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: .95rem;
  line-height: 1.65;
}

.renaissance-step.is-dark {
  background:
    radial-gradient(circle at 0% 0%, rgba(80,70,180,.13), transparent 38%),
    rgba(15,8,42,.66);
}

.renaissance-step.is-dawn {
  background:
    radial-gradient(circle at 0% 0%, rgba(255,205,130,.14), transparent 38%),
    rgba(34,18,58,.58);
}

.renaissance-step.is-fire {
  background:
    radial-gradient(circle at 0% 0%, rgba(255,95,95,.14), transparent 38%),
    rgba(42,16,50,.58);
}

.renaissance-step.is-touch {
  background:
    radial-gradient(circle at 0% 0%, rgba(255,170,110,.14), transparent 38%),
    rgba(40,18,54,.58);
}

.renaissance-step.is-light {
  background:
    radial-gradient(circle at 0% 0%, rgba(64,214,215,.16), transparent 38%),
    rgba(22,18,62,.6);
}

@media (max-width: 560px) {
  .renaissance-journey::before {
    left: 17px;
  }

  .renaissance-step {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 15px;
  }

  .renaissance-step-number {
    width: 34px;
    height: 34px;
    font-size: .62rem;
  }

  .renaissance-step p {
    font-size: .88rem;
  }
}




