.mysp-ph {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mysp-ph__bg,
.mysp-ph__overlay {
  position: absolute;
  inset: 0;
}

.mysp-ph__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
  z-index: 0;
  transition: transform 0.35s ease;
}

.mysp-ph__overlay {
  background: #0d121b;
  opacity: 0.75;
  z-index: 1;
}

.mysp-ph__content {
  position: relative;
  z-index: 2;
  width: min(100%, 1100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-bottom: 128px;
}

.mysp-ph__bc-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: rgba(13, 18, 27, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mysp-ph__bc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.2;
  color: #e5e7eb;
}

.mysp-ph__bc a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mysp-ph__bc a:hover {
  color: #f7c600;
}

.mysp-ph__bc-sep {
  opacity: 0.72;
}

.mysp-ph__bc-current {
  opacity: 0.95;
}

.mysp-ph__kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  color: #34acd8;
}

.mysp-ph__title {
  margin: 0;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-size: clamp(2rem, 2.8vw + 1rem, 3.4rem);
  color: #fff;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.mysp-ph__subtitle {
  max-width: 860px;
  font-size: clamp(1rem, 0.45vw + 0.95rem, 1.18rem);
  font-weight: 500;
  line-height: 1.6;
  color: #e5e7eb;
}

.mysp-ph__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.mysp-ph__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.mysp-ph__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.mysp-ph__btn--primary {
  background: #d63b2b;
  border-color: #34acd8;
}

.mysp-ph__btn--primary:hover {
  background: #b22f22;
}

.mysp-ph__btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: #f7c600;
}

.mysp-ph__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.mysp-ph__btn--tertiary {
  background: rgba(52, 172, 216, 0.14);
  border-color: #34acd8;
}

.mysp-ph__btn--tertiary:hover {
  background: rgba(52, 172, 216, 0.24);
}

.mysp-ph__btn--quaternary {
  background: rgba(222, 59, 42, 0.16);
  border-color: #de3b2a;
}

.mysp-ph__btn--quaternary:hover {
  background: rgba(222, 59, 42, 0.26);
}

.mysp-ph__btn--quinary {
  background: rgba(247, 198, 0, 0.14);
  border-color: #f7c600;
}

.mysp-ph__btn--quinary:hover {
  background: rgba(247, 198, 0, 0.24);
}

.mysp-ph__footerWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
  padding: 0 24px;
  pointer-events: none;
}

.mysp-ph__footer {
  width: min(100%, 1160px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(13, 18, 27, 0.28), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mysp-ph__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  pointer-events: auto;
}

.mysp-ph__meta--left {
  justify-content: flex-start;
}

.mysp-ph__meta--center {
  display: none;
}

.mysp-ph__meta--right {
  justify-content: flex-end;
}

.mysp-ph__metaItem,
.mysp-ph__socialLink {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 40px;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: none;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.mysp-ph__metaItem:hover,
.mysp-ph__socialLink:hover {
  opacity: 0.92;
}

.mysp-ph__metaItem--website {
  min-width: 220px;
  justify-content: center;
}

.mysp-ph__metaItem--youtube {
  color: #ffd7d7;
}

.mysp-ph__metaIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 16px;
  line-height: 1;
  flex: 0 0 auto;
  border-radius: 999px;
  background: transparent;
}

.mysp-ph__metaItem .mysp-ph__metaIcon {
  background: rgba(255, 255, 255, 0.96);
  color: #1f1f1f;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.mysp-ph__metaIcon .elementor-icon,
.mysp-ph__metaIcon i,
.mysp-ph__metaIcon svg {
  width: 1em;
  height: 1em;
  display: block;
}

.mysp-ph__socialLink {
  width: 48px;
  min-height: 48px;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.mysp-ph__socialLink:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.mysp-ph__socialLink[data-network="instagram"] {
  border-color: #e4405f !important;
  background: #ffffff !important;
  color: #e4405f !important;
}

.mysp-ph__socialLink[data-network="facebook"] {
  border-color: #1877f2 !important;
  background: #ffffff !important;
  color: #1877f2 !important;
}

.mysp-ph__socialLink[data-network="linkedin"] {
  border-color: #0a66c2 !important;
  background: #ffffff !important;
  color: #0a66c2 !important;
}

.mysp-ph__socialLink[data-network="youtube"] {
  border-color: #ff0000 !important;
  background: #ffffff !important;
  color: #ff0000 !important;
}

.mysp-ph__socialLink[data-network="x"] {
  border-color: #000000 !important;
  background: #ffffff !important;
  color: #000000 !important;
}

.mysp-ph__socialLink[data-network="twitter"] {
  border-color: #1da1f2 !important;
  background: #ffffff !important;
  color: #1da1f2 !important;
}

.mysp-ph__socialLink[data-network]:hover {
  filter: brightness(1.02);
}

/* Fallback: apply brand color by actual icon class when network value is stale */
.mysp-ph__socialLink:has(.fa-instagram),
.mysp-ph__socialLink:has(.fa-instagram-square) {
  border-color: #e4405f !important;
  background: #ffffff !important;
  color: #e4405f !important;
}

.mysp-ph__socialLink:has(.fa-facebook),
.mysp-ph__socialLink:has(.fa-facebook-f),
.mysp-ph__socialLink:has(.fa-facebook-square) {
  border-color: #1877f2 !important;
  background: #ffffff !important;
  color: #1877f2 !important;
}

.mysp-ph__socialLink:has(.fa-linkedin),
.mysp-ph__socialLink:has(.fa-linkedin-in) {
  border-color: #0a66c2 !important;
  background: #ffffff !important;
  color: #0a66c2 !important;
}

.mysp-ph__socialLink:has(.fa-youtube) {
  border-color: #ff0000 !important;
  background: #ffffff !important;
  color: #ff0000 !important;
}

.mysp-ph__socialLink:has(.fa-twitter),
.mysp-ph__socialLink:has(.fa-x-twitter) {
  border-color: #1da1f2 !important;
  background: #ffffff !important;
  color: #1da1f2 !important;
}

@media (max-width: 1024px) {
  .mysp-ph {
    align-items: flex-start;
  }

  .mysp-ph__footerWrap {
    position: relative;
    bottom: auto;
    margin-top: 36px;
    padding: 0;
  }

  .mysp-ph__footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
  }

  .mysp-ph__meta--left,
  .mysp-ph__meta--center,
  .mysp-ph__meta--right {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .mysp-ph__content {
    padding-inline: 12px;
  }

  .mysp-ph__bc {
    font-size: 12px;
  }

  .mysp-ph__subtitle {
    max-width: 100%;
  }

  .mysp-ph__cta {
    width: 100%;
  }

  .mysp-ph__btn {
    width: 100%;
  }

  .mysp-ph__meta {
    width: 100%;
    justify-content: center;
  }

  .mysp-ph__metaItem,
  .mysp-ph__metaItem--website {
    width: 100%;
    justify-content: center;
  }
}
