main {
  padding-top: 0 !important;
}
.mv_in_sub::after {
  display: none !important;
}
p.caption {
  display: none !important;
}
.mv_in_sub {
  background-position: center top !important;
  min-height: 281px !important;
  height: auto !important;
}
.breadcrumb,
.breadcrumbs,
nav.wpseo-breadcrumbs,
.yoast-breadcrumb {
  display: none !important;
}
@keyframes softGlow {
  0%, 100% {
    box-shadow: 0 6px 28px rgba(175,72,106,0.32), 0 2px 8px rgba(175,72,106,0.18);
  }
  50% {
    box-shadow: 0 10px 38px rgba(175,72,106,0.52), 0 4px 14px rgba(175,72,106,0.28);
  }
}
@keyframes shimmerSlide {
  0%   { transform: translateX(-130%) skewX(-12deg); }
  65%, 100% { transform: translateX(230%) skewX(-12deg); }
}
.cta-section {
  text-align: center;
  padding: 4px 20px 0;
}
.cta-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 16px;
  max-width: 360px;
  color: #a84e72;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
}
.cta-eyebrow::before,
.cta-eyebrow::after {
  content: '';
  display: block;
  flex: 0 0 36px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.cta-btn {
  display: block !important;
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, #c85c80 0%, #9e3f62 55%, #b84e72 100%) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 16px 28px 14px !important;
  border-radius: 10px;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  animation: softGlow 3.5s ease-in-out infinite;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.cta-btn::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.20) 50%, transparent 100%);
  animation: shimmerSlide 5s ease-in-out infinite;
  pointer-events: none;
}
.cta-btn span {
  text-decoration: none !important;
  border-bottom: none !important;
}
.cta-btn-label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24em;
  opacity: 0.88;
  margin-bottom: 4px !important;
  margin-top: 0 !important;
}
.cta-btn-price {
  display: block;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0 !important;
}
.cta-btn-price em {
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.85;
  letter-spacing: 0.1em;
  margin-left: 2px;
}
.cta-btn-divider {
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(255,255,255,0.35);
  margin: 8px auto !important;
}
.cta-btn-action {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0 !important;
}
.cta-btn-note {
  display: block;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.75;
  letter-spacing: 0.07em;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}
.cta-btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  animation-play-state: paused;
}
