.elementor-2684 .elementor-element.elementor-element-fef0f53{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.massage-page{
  background:
    radial-gradient(1200px 700px at 18% 28%, rgba(123,231,255,.14) 0%, transparent 55%),
    radial-gradient(900px 600px at 78% 68%, rgba(47,230,214,.12) 0%, transparent 58%),
    radial-gradient(1100px 800px at 50% 45%, rgba(20,27,58,.55) 0%, rgba(7,11,22,1) 70%),
    linear-gradient(180deg, #070B16 0%, #060913 100%);
  color:#C8D3EA;
  padding:40px 24px;
  border:1px solid rgba(123,231,255,.10);
  box-shadow:0 18px 60px rgba(0,0,0,.35);
}

.massage-page h1,
.massage-page h2,
.massage-page h3,
.massage-page h4{
  font-family:"IM Fell English", serif;
  color:#F2F6FF;
  line-height:1.2;
  letter-spacing:.2px;
  margin:0 0 18px;
}

.massage-page h1{
  font-size:clamp(2rem, 4vw, 3rem);
  text-align:center;
  text-shadow:0 10px 40px rgba(0,0,0,.45);
  margin-bottom:20px;
}

.massage-page h2{
  font-size:clamp(1.45rem, 2.4vw, 2.1rem);
  margin-top:42px;
}

.massage-page h3{
  font-size:clamp(1.15rem, 2vw, 1.45rem);
  margin-top:28px;
}

.massage-page p,
.massage-page li{
  font-family:"Cormorant Garamond", serif;
  font-size:24px;
  line-height:1.7;
  color:#C8D3EA;
  margin:0 0 20px;
}

.massage-page strong{
  color:#F2C66B;
  font-weight:700;
}

.massage-page em{
  color:#A9B4CC;
}

.massage-page a{
  color:#2FE6D6;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid rgba(47,230,214,.35);
  transition:all .2s ease;
}

.massage-page a:hover{
  color:#7BE7FF;
  border-bottom-color:rgba(123,231,255,.65);
}

.massage-page img{
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
  border-radius:8px;
  border:1px solid rgba(123,231,255,.18);
  box-shadow:0 18px 60px rgba(0,0,0,.45);
}

.massage-page .image-caption{
  text-align:center;
  font-style:italic;
  font-family:"Cormorant Garamond", serif;
  font-size:20px;
  color:#A9B4CC;
  margin-top:10px;
  margin-bottom:28px;
}

.massage-page ul,
.massage-page ol{
  margin:0 0 24px 28px;
  padding:0;
}

.massage-page li{
  margin-bottom:10px;
}

.massage-page hr{
  border:none;
  border-top:1px solid rgba(123,231,255,.14);
  margin:36px 0;
}

.massage-page .page-intro,
.massage-page .page-section,
.massage-page .page-cta{
  max-width:980px;
  margin:0 auto 28px;
}

.massage-page .page-card{
  max-width:980px;
  margin:32px auto;
  padding:28px;
  background:rgba(10,16,34,.62);
  border:1px solid rgba(123,231,255,.14);
  box-shadow:0 18px 60px rgba(0,0,0,.45);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-radius:14px;
}

.massage-page .cta-button{
  display:inline-block;
  background:linear-gradient(135deg, #F2C66B 0%, #D8B25C 55%, #B58A32 100%);
  color:#0A1022 !important;
  font-family:"Cormorant Garamond", serif;
  font-size:22px;
  font-weight:700;
  text-decoration:none;
  padding:14px 28px;
  border-radius:8px;
  border:none;
  box-shadow:0 10px 26px rgba(216,178,92,.26);
}

.massage-page .cta-button:hover{
  color:#0A1022 !important;
  box-shadow:0 14px 34px rgba(216,178,92,.34);
  transform:translateY(-1px);
}

.massage-page .phone-link{
  color:#F2C66B !important;
  font-weight:700;
  border-bottom:1px solid rgba(242,198,107,.35);
}

.massage-page .phone-link:hover{
  color:#FFD98C !important;
  border-bottom-color:rgba(255,217,140,.65);
}

.massage-page .center{
  text-align:center;
}

.massage-page .narrow{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}

@media (max-width:767px){
  .massage-page{
    padding:28px 18px;
  }

  .massage-page p,
  .massage-page li{
    font-size:21px;
    line-height:1.65;
  }

  .massage-page .image-caption{
    font-size:18px;
  }

  .massage-page .page-card{
    padding:22px 18px;
  }

  .massage-page .cta-button{
    font-size:20px;
    padding:13px 22px;
  }
}/* End custom CSS */