/* WayzAway public navigation, plan details and legal-page presentation — V5 */

:root {
  --wz-header-soft-pink: #ec0052;
  --wz-header-ink: #ffffff;
}

.wz-public-menu-toggle,
.wz-public-mobile-menu,
.wz-legacy-public-menu-toggle,
.wz-legacy-public-menu {
  display: none;
}

/* One consistent pink header across public, member and shared pages. */
body.wz-public-seo-page .wz-public-header {
  border-bottom: 0;
  background: var(--wz-header-soft-pink);
  box-shadow: 0 8px 28px rgba(87, 0, 31, 0.12);
  backdrop-filter: none;
}

body.wz-public-seo-page .wz-public-header .wz-public-brand-mark {
  width: 30px;
  height: 32px;
  filter: brightness(0) invert(1);
}

body.wz-public-seo-page .wz-public-header .wz-public-brand-word,
body.wz-public-seo-page .wz-public-header .wz-public-brand-word span,
body.wz-public-seo-page .wz-public-header .wz-public-nav a,
body.wz-public-seo-page .wz-public-header .wz-public-link-button {
  color: var(--wz-header-ink) !important;
}

body.wz-public-seo-page .wz-public-header .wz-public-brand-word,
body.wz-public-seo-page .wz-public-header .wz-public-brand-word span {
  font-size: 1.48rem;
}

body.wz-public-seo-page .wz-public-header .wz-public-nav a::after {
  background: var(--wz-header-ink);
}

body.wz-public-seo-page .wz-public-header .wz-public-primary-button {
  border-color: rgba(255, 255, 255, 0.75);
  background: #fff;
  color: #ec0052 !important;
  box-shadow: 0 9px 24px rgba(87, 0, 31, 0.12);
}

.v-app-bar.v-toolbar {
  min-height: 58px !important;
  height: 58px !important;
  border-bottom: 0 !important;
  background: var(--wz-header-soft-pink) !important;
  color: var(--wz-header-ink) !important;
  box-shadow: 0 7px 24px rgba(87, 0, 31, 0.12) !important;
}

.v-app-bar.v-toolbar .v-toolbar__content {
  min-height: 58px !important;
  height: 58px !important;
}

.v-app-bar .clickable > div:first-child {
  width: 30px !important;
  height: 32px !important;
}

.v-app-bar .clickable .v-img__img {
  filter: brightness(0) invert(1);
}

.v-app-bar .clickable h1 {
  font-size: 1.48rem !important;
}

.v-app-bar .clickable h2 {
  font-size: 1.48rem !important;
}

.v-app-bar .text-primary,
.v-app-bar .text-secondary,
.v-app-bar .v-toolbar__content > .v-btn,
.v-app-bar .v-toolbar__content > .v-btn .v-icon {
  color: var(--wz-header-ink) !important;
}

.v-app-bar .v-toolbar__append > .v-btn {
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  background: #fff !important;
  color: #ec0052 !important;
  box-shadow: 0 5px 16px rgba(87, 0, 31, 0.12) !important;
}

.v-app-bar .v-toolbar__append > .v-btn .text-primary,
.v-app-bar .v-toolbar__append > .v-btn .v-icon {
  color: #ec0052 !important;
}

body.wz-public-wall .wz-topbar,
.wzsc-app .wzsc-topbar {
  min-height: 58px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-bottom-color: rgba(61, 32, 48, 0.12) !important;
  background: var(--wz-header-soft-pink) !important;
  color: var(--wz-header-ink) !important;
  box-shadow: 0 7px 24px rgba(87, 0, 31, 0.12);
  backdrop-filter: none;
}

body.wz-public-wall .wz-topbar .wz-brand,
body.wz-public-wall .wz-topbar .wz-brand-name,
body.wz-public-wall .wz-topbar .wz-brand-name strong,
body.wz-public-wall .wz-topbar .wz-topbar-link,
.wzsc-app .wzsc-topbar .wzsc-brand,
.wzsc-app .wzsc-topbar .wzsc-brand-name,
.wzsc-app .wzsc-topbar .wzsc-brand-name strong,
.wzsc-app .wzsc-topbar .wzsc-home-link {
  color: var(--wz-header-ink) !important;
}

body.wz-public-wall .wz-topbar .wz-brand img,
.wzsc-app .wzsc-topbar .wzsc-brand img {
  width: 30px;
  height: 32px;
  filter: brightness(0) invert(1);
}

body.wz-public-wall .wz-topbar .wz-brand-name,
.wzsc-app .wzsc-topbar .wzsc-brand-name {
  font-size: 1.48rem;
}

@media (max-width: 680px) {
  body.wz-public-menu-open {
    overflow: hidden;
  }

  body.wz-public-seo-page .wz-public-header {
    border-bottom: 0;
    background: var(--wz-header-soft-pink);
    box-shadow: 0 8px 28px rgba(87, 0, 31, 0.12);
    backdrop-filter: none;
  }

  body.wz-public-seo-page .wz-public-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    width: min(100% - 32px, 1160px);
    min-height: 76px;
    padding: 0;
  }

  body.wz-public-seo-page .wz-public-header .wz-public-brand {
    width: fit-content;
    min-width: 0;
  }

  body.wz-public-seo-page .wz-public-header .wz-public-brand-mark {
    width: 30px;
    height: 32px;
    filter: brightness(0) invert(1);
  }

  body.wz-public-seo-page .wz-public-header .wz-public-brand-word,
  body.wz-public-seo-page .wz-public-header .wz-public-brand-word span {
    color: var(--wz-header-ink);
    font-size: 1.28rem;
    letter-spacing: -0.035em;
  }

  body.wz-public-seo-page .wz-public-header .wz-public-nav,
  body.wz-public-seo-page .wz-public-header .wz-public-header-actions {
    display: none !important;
  }

  .wz-public-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 48px;
    min-height: 48px;
    padding: 8px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--wz-header-ink);
    cursor: pointer;
    font: inherit;
  }

  .v-app-bar .clickable h1,
  .v-app-bar .clickable h2,
  body.wz-public-wall .wz-topbar .wz-brand-name,
  .wzsc-app .wzsc-topbar .wzsc-brand-name {
    font-size: 1.28rem !important;
  }

  .wz-legacy-public-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    min-width: 46px;
    height: 46px;
    margin-left: auto;
    padding: 8px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--wz-header-ink);
    cursor: pointer;
  }

  .wz-legacy-public-menu-toggle:hover,
  .wz-legacy-public-menu-toggle:focus-visible,
  .wz-legacy-public-menu-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.16);
    outline: none;
  }

  .wz-legacy-public-menu-toggle .wz-public-menu-lines {
    display: grid;
  }

  body.wz-public-pricing-modern .v-app-bar .v-toolbar__append {
    display: none !important;
  }

  .wz-legacy-public-menu {
    position: fixed;
    z-index: 1005;
    top: 58px;
    right: 0;
    left: 0;
    display: block;
    max-height: calc(100vh - 58px);
    overflow-y: auto;
    padding: 16px 20px 22px;
    border-bottom: 1px solid #e4e7ed;
    background: #fff;
    box-shadow: 0 20px 45px rgba(24, 32, 51, 0.18);
  }

  .wz-legacy-public-menu[hidden] {
    display: none !important;
  }

  .wz-legacy-public-menu nav {
    display: grid;
    gap: 3px;
  }

  .wz-legacy-public-menu nav a,
  .wz-legacy-public-menu .wz-public-mobile-signin {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 10px 14px;
    border-radius: 10px;
    color: #182033 !important;
    font-size: 1.04rem;
    font-weight: 700;
    text-decoration: none;
  }

  .wz-legacy-public-menu nav a:hover,
  .wz-legacy-public-menu nav a:focus-visible,
  .wz-legacy-public-menu nav a[aria-current="page"],
  .wz-legacy-public-menu .wz-public-mobile-signin:hover,
  .wz-legacy-public-menu .wz-public-mobile-signin:focus-visible {
    background: #fff0f5;
    color: #ec0052 !important;
    outline: none;
  }

  .wz-public-menu-toggle:hover,
  .wz-public-menu-toggle:focus-visible,
  .wz-public-menu-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.16);
    outline: none;
  }

  .wz-public-menu-lines {
    display: grid;
    gap: 5px;
    width: 29px;
  }

  .wz-public-menu-lines span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 99px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .wz-public-menu-toggle[aria-expanded="true"] .wz-public-menu-lines span:first-child,
  .wz-legacy-public-menu-toggle[aria-expanded="true"] .wz-public-menu-lines span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  .wz-public-menu-toggle[aria-expanded="true"] .wz-public-menu-lines span:nth-child(2),
  .wz-legacy-public-menu-toggle[aria-expanded="true"] .wz-public-menu-lines span:nth-child(2) {
    opacity: 0;
  }

  .wz-public-menu-toggle[aria-expanded="true"] .wz-public-menu-lines span:last-child,
  .wz-legacy-public-menu-toggle[aria-expanded="true"] .wz-public-menu-lines span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  .wz-public-menu-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .wz-public-mobile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 18px 22px 24px;
    border-bottom: 1px solid #e4e7ed;
    background: #fff;
    box-shadow: 0 20px 45px rgba(24, 32, 51, 0.18);
  }

  .wz-public-mobile-menu[hidden] {
    display: none !important;
  }

  .wz-public-mobile-menu nav {
    display: grid;
    gap: 3px;
  }

  .wz-public-mobile-menu nav a,
  .wz-public-mobile-signin {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 10px 14px;
    border-radius: 10px;
    color: #182033 !important;
    font-size: 1.04rem;
    font-weight: 700;
    text-decoration: none;
  }

  .wz-public-mobile-menu nav a:hover,
  .wz-public-mobile-menu nav a:focus-visible,
  .wz-public-mobile-menu nav a[aria-current="page"],
  .wz-public-mobile-signin:hover,
  .wz-public-mobile-signin:focus-visible {
    background: #fff0f5;
    color: #ec0052 !important;
    outline: none;
  }

  .wz-public-mobile-menu nav a[aria-current="page"]::after {
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-radius: 50%;
    background: #ec0052;
    content: "";
  }

  .wz-public-mobile-account {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid #e4e7ed;
  }

  .wz-public-mobile-account > :only-child {
    grid-column: 1 / -1;
  }

  .wz-public-mobile-account .wz-public-primary-button {
    min-height: 50px;
  }
}

body.wz-public-pricing-modern {
  background:
    radial-gradient(circle at 15% 8%, rgba(236, 0, 82, 0.08), transparent 28rem),
    #f7f8fb;
}

body.wz-public-pricing-modern .page-title-container {
  position: relative;
  isolation: isolate;
  width: min(1120px, calc(100% - 40px));
  margin: 34px auto 0;
  padding: clamp(28px, 5vw, 48px);
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, #191d31 0%, #332037 62%, #5a1735 100%);
  box-shadow: 0 22px 55px rgba(24, 32, 51, 0.18);
  color: #fff;
}

body.wz-public-pricing-modern .page-title-container::after {
  position: absolute;
  z-index: -1;
  top: -90px;
  right: -70px;
  width: 260px;
  height: 260px;
  border: 50px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  content: "";
}

body.wz-public-pricing-modern .page-title-container h2 {
  margin-top: 2px;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.04em;
}

body.wz-public-pricing-modern .page-title-container .text-medium-emphasis {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1.05rem !important;
}

body.wz-public-pricing-modern .page-title-container .v-btn {
  color: #fff;
}

.wz-pricing-kicker {
  margin: 0 0 3px;
  color: #ff8cb4;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.wz-public-pricing-modern .wz-pricing-content {
  width: min(1120px, calc(100% - 40px));
  margin: 28px auto 76px;
}

body.wz-public-pricing-modern .wz-pricing-content > .v-row {
  margin-inline: 0;
}

body.wz-public-pricing-modern .wz-pricing-content > .v-row > .v-col-md-10 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-inline: 0;
}

.wz-pricing-table-shell {
  overflow: hidden;
  border: 1px solid #e4e7ed;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 20px 55px rgba(24, 32, 51, 0.1) !important;
}

.wz-pricing-table-shell .v-table__wrapper {
  overflow-x: auto;
}

.wz-pricing-table {
  min-width: 780px;
  border-collapse: separate !important;
  border-spacing: 0;
}

.wz-pricing-table thead th {
  position: relative;
  height: auto !important;
  padding: 22px 18px 20px !important;
  border-bottom: 1px solid #e4e7ed !important;
  background: #fafbfc;
  color: #182033 !important;
  vertical-align: top !important;
}

.wz-pricing-table .wz-pricing-benefits-heading {
  width: 31%;
  border-top-left-radius: 22px;
  font-size: 1rem;
  vertical-align: middle !important;
}

.wz-pricing-table .wz-pricing-plan-heading > div > div:first-child {
  border-radius: 11px !important;
  background: #eef0f5 !important;
  color: #182033 !important;
}

.wz-pricing-table .wz-pricing-plan-heading h2 {
  font-size: 1.16rem;
}

.wz-pricing-table .wz-pricing-plan-heading h3 {
  margin-top: 12px;
  color: #182033;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
}

.wz-pricing-table .wz-pricing-plan-heading small {
  display: block;
  min-height: 40px;
  margin-top: 6px;
  color: #687286;
  font-size: 0.78rem;
  line-height: 1.4;
}

.wz-pricing-table .wz-pricing-plan-featured,
.wz-pricing-table .wz-pricing-featured-cell {
  background: #fff5f8;
}

.wz-pricing-table .wz-pricing-plan-featured > div > div:first-child {
  background: #ec0052 !important;
  color: #fff !important;
}

.wz-pricing-popular {
  display: inline-flex;
  margin-top: 11px;
  padding: 5px 10px;
  border-radius: 99px;
  background: #ec0052;
  color: #fff;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wz-pricing-table tbody td {
  height: 58px !important;
  padding: 13px 18px !important;
  border-bottom: 1px solid #edf0f4 !important;
  color: #4d576b;
}

.wz-pricing-table tbody tr:hover td {
  background-color: #fff9fb;
}

.wz-pricing-table .wz-pricing-feature-name {
  color: #182033;
  font-weight: 700;
}

.wz-pricing-entitlement {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.wz-pricing-entitlement-yes {
  background: #e9f8ef;
  color: #167343;
}

.wz-pricing-entitlement-value {
  background: #fff0f5;
  color: #b80040;
}

.wz-pricing-entitlement-no {
  background: #eef0f4;
  color: #737b89;
}

.wz-pricing-table tbody tr:last-child td {
  padding-top: 22px !important;
  padding-bottom: 24px !important;
  border-bottom: 0 !important;
}

.wz-pricing-table tbody .v-btn {
  min-width: 116px;
  border-radius: 11px !important;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.wz-pricing-table tbody td.wz-pricing-featured-cell .v-btn {
  border-color: #ec0052 !important;
  background: #ec0052 !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(236, 0, 82, 0.18);
}

.wz-pricing-note {
  max-width: 720px;
  margin: 24px auto 0;
  color: #687286;
  font-size: 0.92rem;
  text-align: center;
}

body.wz-public-legal-modern {
  background:
    radial-gradient(circle at 12% 8%, rgba(236, 0, 82, 0.08), transparent 28rem),
    #f7f8fb;
}

body.wz-public-legal-modern .page-title-container {
  position: relative;
  isolation: isolate;
  width: min(960px, calc(100% - 40px));
  margin: 34px auto 0;
  padding: clamp(28px, 5vw, 46px);
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, #191d31 0%, #332037 62%, #5a1735 100%);
  box-shadow: 0 22px 55px rgba(24, 32, 51, 0.18);
  color: #fff;
}

body.wz-public-legal-modern .page-title-container::after {
  position: absolute;
  z-index: -1;
  top: -105px;
  right: -72px;
  width: 280px;
  height: 280px;
  border: 52px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  content: "";
}

body.wz-public-legal-modern .page-title-container h2 {
  margin-top: 2px;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.04em;
}

body.wz-public-legal-modern .page-title-container .text-medium-emphasis {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1.05rem !important;
}

body.wz-public-legal-modern .page-title-container .v-btn {
  color: #fff !important;
}

.wz-legal-kicker {
  margin: 0 0 3px;
  color: #ff8cb4;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.wz-public-legal-modern .wz-legal-content {
  width: min(960px, calc(100% - 40px));
  margin: 28px auto 76px;
}

body.wz-public-legal-modern .wz-legal-content > .v-row {
  margin-inline: 0;
}

body.wz-public-legal-modern .wz-legal-content > .v-row > .v-col-md-9 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-inline: 0;
}

body.wz-public-legal-modern .wz-legal-content .v-card {
  overflow: hidden;
  border: 1px solid #e4e7ed !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 20px 55px rgba(24, 32, 51, 0.1) !important;
}

body.wz-public-legal-modern .wz-legal-content .v-card-text {
  padding: clamp(24px, 5vw, 52px) !important;
}

body.wz-public-legal-modern .rich-text-content {
  color: #3f485a;
  font-size: 1rem;
  line-height: 1.78 !important;
}

body.wz-public-legal-modern .rich-text-content h1,
body.wz-public-legal-modern .rich-text-content h2,
body.wz-public-legal-modern .rich-text-content h3 {
  color: #182033;
  letter-spacing: -0.025em;
}

body.wz-public-legal-modern .rich-text-content a {
  color: #ec0052 !important;
  font-weight: 700;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  body.wz-public-pricing-modern .page-title-container,
  body.wz-public-pricing-modern .wz-pricing-content {
    width: min(100% - 28px, 1120px);
  }

  body.wz-public-pricing-modern .page-title-container {
    margin-top: 18px;
    padding: 26px 20px;
    border-radius: 20px;
  }

  body.wz-public-pricing-modern .page-title-container .d-flex.gap-4 {
    gap: 8px !important;
  }

  body.wz-public-pricing-modern .wz-pricing-content {
    margin-top: 18px;
    margin-bottom: 54px;
  }

  .wz-pricing-table-shell {
    border-radius: 18px !important;
  }

  .wz-pricing-table {
    min-width: 720px;
  }

  .wz-pricing-table .wz-pricing-benefits-heading,
  .wz-pricing-table .wz-pricing-feature-name {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 150px;
    min-width: 150px;
    background: #fff;
    box-shadow: 8px 0 18px rgba(24, 32, 51, 0.05);
  }

  .wz-pricing-table .wz-pricing-benefits-heading {
    z-index: 3;
    background: #fafbfc;
  }

  .wz-pricing-table thead th,
  .wz-pricing-table tbody td {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  body.wz-public-legal-modern .page-title-container,
  body.wz-public-legal-modern .wz-legal-content {
    width: min(100% - 28px, 960px);
  }

  body.wz-public-legal-modern .page-title-container {
    margin-top: 18px;
    padding: 26px 20px;
    border-radius: 20px;
  }

  body.wz-public-legal-modern .wz-legal-content {
    margin-top: 18px;
    margin-bottom: 54px;
  }

  body.wz-public-legal-modern .wz-legal-content .v-card {
    border-radius: 18px !important;
  }

  body.wz-public-legal-modern .wz-legal-content .v-card-text {
    padding: 22px 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wz-public-menu-lines span {
    transition: none !important;
  }
}
