@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;800&family=Noto+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans+KR:wght@400;500;700&display=swap');

@font-face {
  font-family: 'CreateQR JUST Sans';
  src: url('/assets/fonts/landing/just-sans/just-sans-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR JUST Sans';
  src: url('/assets/fonts/landing/just-sans/just-sans-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR JUST Sans';
  src: url('/assets/fonts/landing/just-sans/just-sans-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR NewBlack';
  src: url('/assets/fonts/landing/newblack/newblack-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR NewBlack';
  src: url('/assets/fonts/landing/newblack/newblack-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR NewBlack';
  src: url('/assets/fonts/landing/newblack/newblack-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR Clean';
  src: url('/assets/fonts/landing/clean/clean-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR Clean';
  src: url('/assets/fonts/landing/clean/clean-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR Fresh Start';
  src: url('/assets/fonts/landing/fresh-start/fresh-start-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR Fresh Start';
  src: url('/assets/fonts/landing/fresh-start/fresh-start-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR Things';
  src: url('/assets/fonts/landing/things/things-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR Quity';
  src: url('/assets/fonts/landing/quity/quity-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR Agency';
  src: url('/assets/fonts/landing/agency/agency-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR Ibrand';
  src: url('/assets/fonts/landing/ibrand/ibrand-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR Brooklyn';
  src: url('/assets/fonts/landing/brooklyn/brooklyn-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreateQR Brooklyn';
  src: url('/assets/fonts/landing/brooklyn/brooklyn-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --tp-theme-1: #5956e9;
  --tp-theme-primary: #ffdc60;
  --tp-dark-900: #181826;
  --tp-dark-700: #2a2b3d;
  --tp-muted: #6f7489;
  --tp-surface: #ffffff;
  --tp-border: #dfe5f2;
  --tp-shadow-lg: 0 28px 70px rgba(16, 24, 40, 0.22);
  --tp-shadow-md: 0 14px 36px rgba(20, 25, 40, 0.14);
  --tp-radius-xl: 28px;
  --tp-radius-lg: 20px;
  --tp-radius-md: 14px;
  --qr-green: #4fb88a;
  --qr-green-dark: #2f8f66;
  --qr-accent-rgb: 79, 184, 138;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body.public-landing {
  --landing-accent: var(--landing-page-bg, var(--tp-theme-1));
  --landing-soft-bg: #ffffff;
  margin: 0;
  min-height: 100vh;
  font-family: 'DM Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--tp-dark-900);
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
}

body.public-landing::before,
body.public-landing::after {
  display: none;
}

body.public-landing--profile {
  background: var(--landing-accent);
  min-height: 100svh;
  min-height: 100dvh;
}

body.public-landing--pdf {
  background: var(--landing-accent);
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

body.public-landing--menu {
  background: var(--landing-accent);
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

body.public-landing--text {
  background: var(--text-page-bg, #cbdad3);
  min-height: 100svh;
  min-height: 100dvh;
}

body.public-landing::before {
  width: 230px;
  height: 230px;
  left: -48px;
  top: 16vh;
  background-image: url('/assets/img/collax/shape-2.png');
  animation: landingFloatA 14s ease-in-out infinite;
}

body.public-landing::after {
  width: 180px;
  height: 180px;
  right: -30px;
  bottom: 14vh;
  background-image: url('/assets/img/collax/shape-1.png');
  animation: landingFloatB 16s ease-in-out infinite;
}

@keyframes landingFloatA {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-16px) rotate(6deg);
  }
}

@keyframes landingFloatB {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(12px) rotate(-8deg);
  }
}

body.public-landing a {
  color: var(--tp-theme-1);
  text-decoration-color: rgba(89, 86, 233, 0.35);
}

body.public-landing a:hover {
  color: #3c38c8;
}

body.public-landing :focus-visible {
  outline: 3px solid rgba(89, 86, 233, 0.45);
  outline-offset: 2px;
  border-radius: 10px;
}

body.public-landing img,
body.public-landing video,
body.public-landing iframe,
body.public-landing svg,
body.public-landing canvas {
  max-width: 100%;
}

.public-container {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  overflow-x: hidden;
  overflow-x: clip;
}

.public-container-single {
  max-width: 920px;
}

.public-container-gallery-single {
  width: min(100%, 1500px);
  max-width: min(1500px, 100vw);
  padding-inline: clamp(8px, 1.8vw, 24px);
  overflow: visible;
}

.public-container::before,
.public-container::after {
  display: none;
}

.public-container::before {
  width: 270px;
  height: 270px;
  top: -18px;
  right: -36px;
  background-image: url('/assets/img/collax/project-shape.png');
}

.public-container::after {
  width: 210px;
  height: 210px;
  left: -54px;
  bottom: 24px;
  background-image: url('/assets/img/collax/service-shape.png');
}

.public-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  padding: 28px;
}

.public-card::before {
  display: none;
}

.public-card > * {
  position: relative;
  z-index: 1;
}

.public-card h1 {
  margin: 0;
  font-size: clamp(1.62rem, 2.4vw, 2.3rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.public-card h2 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
}

.public-card p {
  margin-top: 0;
}

.muted {
  margin: 10px 0 0;
  color: var(--tp-muted);
}

.muted,
.links-button,
.public-card h1,
.public-card h2,
.app-page-website,
.video-link a,
.facebook-link,
.facebook-website,
.social-name,
.coupon-terms,
.coupon-expiry,
.coupon-offer-badge,
.coupon-modal-code,
.coupon-modal-terms p,
.playlist-link-main span,
.playlist-link-cta,
.business-social a span:first-child,
.profile-fields span,
.profile-fields a,
.event-contact span,
.event-contact a,
.business-lines span,
.business-lines a,
.business-hours span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.btn-primary,
.btn-secondary {
  appearance: none;
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  padding: 11px 18px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--tp-theme-1) 0%, #413de2 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(89, 86, 233, 0.34);
}

.btn-primary:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(89, 86, 233, 0.4);
}

.btn-secondary {
  background: rgba(89, 86, 233, 0.12);
  color: #272b43;
}

.btn-secondary:hover {
  color: #1f233c;
  background: rgba(89, 86, 233, 0.19);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(33, 42, 63, 0.12);
  object-fit: cover;
  aspect-ratio: 4 / 3;
  background: #edf1f8;
}

.gallery-image-button {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
  appearance: none;
}

.gallery-image-button img {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gallery-image-button:hover img,
.gallery-image-button:focus-visible img {
  transform: scale(1.02);
  box-shadow: 0 14px 28px rgba(18, 25, 43, 0.18);
}

.gallery-image-button:focus-visible {
  outline: 3px solid rgba(40, 110, 80, 0.45);
  outline-offset: 3px;
}

.gallery-page {
  background: var(--landing-accent);
}

.gallery-preview-card {
  background: #fff;
  border: 1px solid rgba(29, 39, 60, 0.12);
  border-radius: var(--tp-radius-lg);
  padding: 18px;
  box-shadow: var(--tp-shadow-md);
}

.gallery-preview-hero {
  border-radius: var(--tp-radius-md);
  padding: 18px;
  margin-bottom: 14px;
}

.gallery-preview-hero p {
  margin: 8px 0 0;
}

.gallery-preview-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 15px;
}

.gallery-preview-grid {
  margin-top: 12px;
}

.gallery-preview-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.gallery-page-single,
.gallery-page-single .gallery-preview-card,
.gallery-preview-grid-single,
.gallery-single-image-frame {
  overflow: visible;
}

.gallery-page-single .gallery-preview-card {
  padding: clamp(6px, 1vw, 14px);
}

.gallery-single-image-frame {
  width: 100%;
  touch-action: pan-x pan-y pinch-zoom;
}

.gallery-grid .gallery-single-image {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(33, 42, 63, 0.12);
  background: #edf1f8;
  aspect-ratio: auto;
  height: auto;
  max-height: none;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: pan-x pan-y pinch-zoom;
}

.gallery-preview-placeholder {
  border-radius: 14px;
  aspect-ratio: 4 / 3;
  border: 1px dashed #bec8dc;
  background: linear-gradient(135deg, #eef2fa 0%, #f8faff 100%);
}

.gallery-landing-v2 {
  --gallery-hero-height: clamp(260px, 30vw, 390px);
  --gallery-stack-card-size: min(340px, 60vw);
  --gallery-primary: #4C7934;
  --gallery-secondary: #1A1A1A;
  --gallery-primary-contrast: #111111;
  --gallery-secondary-contrast: #ffffff;
  --gallery-title-font: var(--tp-font-heading);
  --gallery-text-font: var(--tp-font-body);
  min-height: 100vh;
  background: #ffffff;
  color: #172033;
  font-family: var(--gallery-text-font);
}

.gallery-landing-v2-empty {
  --gallery-hero-height: clamp(150px, 16vw, 240px);
}

.gallery-landing-v2-empty.gallery-landing-v2-vertical {
  --gallery-hero-height: clamp(320px, 28vw, 420px);
}

.gallery-landing-v2::before,
.gallery-landing-v2::after,
.gallery-landing-v2 .public-container::before,
.gallery-landing-v2 .public-container::after {
  display: none;
}

.gallery-landing-page-v2 {
  min-height: 100vh;
  background: #ffffff;
}

.gallery-landing-hero-v2 {
  position: relative;
  min-height: var(--gallery-hero-height);
  display: grid;
  place-items: start center;
  overflow: hidden;
  padding: clamp(36px, 5vw, 56px) 20px 158px;
  background: var(--gallery-hero-bg, linear-gradient(180deg, var(--gallery-secondary) 0%, var(--gallery-primary) 100%));
  color: var(--gallery-hero-contrast, var(--gallery-secondary-contrast));
}

.gallery-landing-v2-empty .gallery-landing-hero-v2 {
  padding: clamp(24px, 4vw, 44px) 20px 86px;
}

.gallery-landing-hero-inner-v2 {
  width: min(820px, 100%);
  min-width: 0;
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  text-align: center;
}

.gallery-landing-hero-inner-v2 h1 {
  margin: 0;
  color: inherit;
  font-family: var(--gallery-title-font);
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 0.98;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.gallery-landing-hero-inner-v2 p {
  max-width: 720px;
  min-width: 0;
  margin: 0 auto;
  color: inherit;
  font-size: clamp(1.02rem, 2vw, 1.28rem);
  line-height: 1.45;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.gallery-landing-link-v2 {
  justify-self: center;
  max-width: 100%;
  min-width: 0;
  margin-top: 2px;
  background: rgba(255, 255, 255, 0.88);
  color: #172033;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 24px rgba(12, 24, 40, 0.12);
  overflow-wrap: anywhere;
  white-space: normal;
}

.gallery-landing-wave-v2 {
  position: absolute;
  left: -12vw;
  right: -12vw;
  bottom: -80px;
  height: 180px;
  background: #ffffff;
  border-radius: 50% 50% 0 0 / 76% 76% 0 0;
  z-index: 1;
}

.gallery-landing-content-v2 {
  width: min(980px, calc(100% - 32px));
  margin: clamp(-218px, -15vw, -150px) auto 0;
  padding: 0 0 clamp(56px, 8vw, 92px);
  position: relative;
  z-index: 4;
}

.gallery-landing-v2-empty .gallery-landing-content-v2 {
  margin-top: clamp(-106px, -7vw, -64px);
}

.gallery-stack-v2 {
  position: relative;
  display: block;
  width: min(660px, 94vw);
  height: clamp(300px, 30vw, 400px);
  margin: 0 auto;
  isolation: isolate;
}

.gallery-stack-v2.js-gallery-swiper {
  cursor: grab;
  touch-action: pan-y;
  outline: none;
  overflow: visible;
  perspective: 1200px;
  list-style: none;
  padding: 0;
}

.gallery-stack-v2.js-gallery-swiper:active {
  cursor: grabbing;
}

.gallery-stack-v2.js-gallery-swiper:focus-visible {
  border-radius: 12px;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--gallery-secondary) 32%, transparent);
}

.gallery-stack-v2 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  transform-style: preserve-3d;
  transition-property: transform;
}

.gallery-stack-v2 .swiper-slide {
  flex-shrink: 0;
  position: relative;
  display: block;
  transition-property: transform;
}

.gallery-stack-v2 .swiper-slide-invisible-blank {
  visibility: hidden;
}

.gallery-stack-v2 .swiper-3d .swiper-slide-shadow,
.gallery-stack-v2 .swiper-slide-shadow {
  display: none;
}

.gallery-stack-v2:not(.swiper-initialized) .swiper-wrapper {
  display: block;
  transform: none !important;
}

.gallery-stack-v2:not(.swiper-initialized) .gallery-swiper-slide-v2 {
  position: absolute;
  width: var(--gallery-stack-card-size);
  max-width: 76%;
  transition: none;
}

.gallery-stack-v2:not(.swiper-initialized) .gallery-swiper-slide-v2:nth-child(1) {
  left: 50%;
  top: 25px;
  z-index: 4;
  transform: translateX(-50%);
}

.gallery-stack-v2:not(.swiper-initialized) .gallery-swiper-slide-v2:nth-child(2) {
  left: 0;
  top: 48px;
  z-index: 3;
  transform: rotate(-1.5deg);
}

.gallery-stack-v2:not(.swiper-initialized) .gallery-swiper-slide-v2:nth-child(3) {
  right: 0;
  top: 54px;
  z-index: 3;
  transform: rotate(1.25deg);
}

.gallery-stack-v2:not(.swiper-initialized) .gallery-swiper-slide-v2:nth-child(n+4) {
  left: 42px;
  top: 82px;
  z-index: 1;
  transform: rotate(0.8deg);
}

.gallery-swiper-slide-v2 {
  width: var(--gallery-stack-card-size);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 10px;
  overflow: hidden;
  background: #eef4f1;
  box-shadow: 0 26px 56px rgba(16, 30, 48, 0.2);
  cursor: zoom-in;
  -webkit-tap-highlight-color: transparent;
}

.gallery-stack-v2 .gallery-swiper-image-v2 {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: auto;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-stack-card-v2-single {
  position: relative;
  left: auto;
  top: auto;
  width: min(760px, 100%);
  height: auto;
  aspect-ratio: auto;
  margin: 0 auto;
  transform: none;
}

.gallery-stack-card-v2-single .gallery-single-image {
  height: auto;
  max-height: none;
  object-fit: contain;
  border: 0;
  border-radius: 0;
}

.gallery-vertical-list-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  width: min(560px, calc(100% - 28px));
  margin: 0 auto;
}

.gallery-vertical-item-v2 {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(16, 30, 48, 0.16);
}

.gallery-vertical-image-v2 {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  background: #ffffff;
}

.gallery-landing-v2-vertical .gallery-landing-content-v2 {
  margin-top: clamp(-96px, -8vw, -56px);
}

.gallery-landing-v2-empty.gallery-landing-v2-vertical .gallery-landing-content-v2 {
  margin-top: clamp(-310px, -26vw, -300px);
}

@media (max-width: 980px) {
  .gallery-landing-v2 {
    --gallery-hero-height: 320px;
    --gallery-stack-card-size: min(276px, 58vw);
  }

  .gallery-landing-hero-v2 {
    padding: 38px 18px 128px;
  }

  .gallery-landing-content-v2 {
    margin-top: -198px;
  }

  .gallery-stack-v2 {
    width: min(520px, calc(100vw - 28px));
    height: 320px;
  }
}

@media (max-width: 640px) {
  .gallery-landing-v2 {
    --gallery-hero-height: 286px;
    --gallery-stack-card-size: min(216px, 68vw);
  }

  .gallery-landing-v2-empty {
    --gallery-hero-height: 170px;
  }

  .gallery-landing-hero-v2 {
    padding: 42px 16px 118px;
  }

  .gallery-landing-v2-empty .gallery-landing-hero-v2 {
    padding: 28px 16px 88px;
  }

  .gallery-landing-wave-v2 {
    left: -36vw;
    right: -36vw;
    bottom: -68px;
    height: 150px;
  }

  .gallery-landing-content-v2 {
    width: min(560px, calc(100% - 28px));
    margin-top: -164px;
    padding-bottom: 64px;
  }

  .gallery-landing-v2-empty .gallery-landing-content-v2 {
    margin-top: -36px;
  }

  .gallery-stack-v2 {
    width: min(292px, calc(100vw - 22px));
    height: 264px;
  }

  .gallery-action-list-v2 {
    margin-top: 12px;
  }
}

.gallery-action-list-v2 {
  width: min(520px, 100%);
  display: grid;
  gap: 12px;
  margin: clamp(10px, 3vw, 26px) auto 0;
}

.gallery-action-card-v2 {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 12px 18px 12px 12px;
  border-radius: 10px;
  background: var(--gallery-action-bg, #ffffff);
  color: var(--gallery-action-contrast, var(--gallery-secondary));
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

body.public-landing--gallery a.gallery-action-card-v2,
body.public-landing--gallery a.gallery-action-card-v2:visited,
body.public-landing--gallery a.gallery-action-card-v2:hover,
body.public-landing--gallery a.gallery-action-card-v2:focus-visible {
  color: var(--gallery-action-contrast, var(--gallery-secondary));
  text-decoration: none;
}

.gallery-action-card-v2:hover,
.gallery-action-card-v2:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.14);
}

.gallery-action-icon-v2,
.gallery-action-arrow-v2 {
  display: grid;
  place-items: center;
  color: #747c88;
}

.gallery-action-icon-v2 {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #f8fafc;
}

.gallery-action-icon-v2 svg,
.gallery-action-arrow-v2 svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-action-text-v2 {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: clamp(1rem, 2.2vw, 1.16rem);
  line-height: 1.25;
  font-weight: 750;
}

.gallery-action-arrow-v2 {
  justify-self: end;
}

body.public-landing.gallery-lightbox-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.public-landing--direct-image {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: #10131a;
}

body.public-landing--direct-image::before,
body.public-landing--direct-image::after {
  display: none;
}

.direct-image-page {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #10131a;
}

.direct-image-stage {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: grid;
  place-items: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  appearance: none;
  touch-action: pan-x pan-y pinch-zoom;
}

.direct-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  max-height: 100svh;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.direct-image-page.is-natural {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.direct-image-page.is-natural .direct-image-stage {
  width: max-content;
  min-width: 100vw;
  height: max-content;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: zoom-out;
  touch-action: pan-x pan-y pinch-zoom;
}

.direct-image-page.is-natural .direct-image {
  max-width: none;
  max-height: none;
  object-fit: initial;
}

.gallery-lightbox-backdrop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10131a;
  padding: 0;
  z-index: 80;
}

.gallery-lightbox-backdrop[hidden] {
  display: none !important;
}

.gallery-lightbox {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.gallery-lightbox-image {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  max-width: 100vw;
  max-height: 100vh;
  max-height: 100svh;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  background: #10131a;
  cursor: zoom-out;
  touch-action: pan-x pan-y pinch-zoom;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-lightbox-close {
  position: fixed;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  outline: none;
}

.pdf-landing-page {
  background: var(--landing-accent);
  display: grid;
  height: 100%;
  min-height: 0;
  padding: 16px;
}

.public-pdf-container {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 0;
  padding: 16px 20px;
}

.pdf-landing-card {
  background: #fff;
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(33, 42, 63, 0.14);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  box-shadow: var(--tp-shadow-md);
}

.pdf-landing-hero {
  display: grid;
  gap: 8px;
  text-align: center;
  padding: 18px;
}

.pdf-landing-hero p {
  margin: 0;
  font-size: 0.96rem;
}

.pdf-landing-frame {
  display: flex;
  margin: 14px;
  border-radius: var(--tp-radius-md);
  overflow: hidden;
  border: 1px solid rgba(24, 24, 38, 0.16);
  background: #101320;
  min-height: 0;
}

.pdf-landing-frame iframe {
  flex: 1;
  width: 100%;
  min-height: 0;
  border: 0;
  display: block;
}

.pdf-landing-cta {
  margin: 0 14px 14px;
  width: calc(100% - 28px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 11px 18px;
}

.pdf-landing-cta-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.pdf-landing-cta-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

body.public-landing--pdf.pdf-landing-v2 {
  --pdf-gradient: linear-gradient(180deg, var(--pdf-secondary, #537AC9) 0%, var(--pdf-secondary, #537AC9) 72%, var(--pdf-primary, #8BC6A4) 100%);
  background: #ffffff;
  min-height: 0;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #141821;
  font-family: var(--pdf-text-font, 'DM Sans', 'Noto Sans', system-ui, sans-serif);
}

html:has(body.public-landing--pdf.pdf-landing-v2) {
  height: 100%;
  overflow: hidden;
}

.pdf-landing-page-v2 {
  --pdf-hero-height: clamp(315px, 45vh, 430px);
  --pdf-overlap: clamp(92px, 14vh, 148px);
  --pdf-content-gap: clamp(12px, 1.8vh, 22px);
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  background: #ffffff;
  font-family: var(--pdf-text-font, 'DM Sans', 'Noto Sans', system-ui, sans-serif);
}

.pdf-landing-hero-v2 {
  position: relative;
  height: var(--pdf-hero-height);
  min-height: 0;
  padding: clamp(46px, 7vh, 76px) 20px calc(var(--pdf-overlap) + clamp(28px, 5vh, 58px));
  display: grid;
  align-items: start;
  justify-items: center;
  background: var(--pdf-hero-bg, var(--pdf-gradient));
  overflow: hidden;
}

.pdf-landing-hero-inner {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  display: grid;
  justify-items: center;
  gap: clamp(10px, 1.8vh, 18px);
  text-align: center;
  color: var(--pdf-hero-contrast, var(--pdf-secondary-contrast, #ffffff));
}

.pdf-landing-company {
  margin: 0;
  max-width: 100%;
  color: var(--pdf-hero-contrast, var(--pdf-secondary-contrast, #ffffff));
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pdf-landing-hero-v2 h1 {
  margin: 0;
  max-width: 100%;
  color: var(--pdf-hero-contrast, var(--pdf-secondary-contrast, #ffffff));
  font-family: var(--pdf-title-font, inherit);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pdf-landing-description {
  margin: 0;
  max-width: 620px;
  color: var(--pdf-hero-contrast, var(--pdf-secondary-contrast, #ffffff));
  font-family: var(--pdf-text-font, inherit);
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  line-height: 1.55;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pdf-landing-wave-v2 {
  position: absolute;
  left: -14%;
  right: -14%;
  bottom: -1px;
  height: clamp(108px, 15vh, 154px);
  background: #ffffff;
  clip-path: ellipse(65% 58% at 50% 100%);
  z-index: 0;
}

.pdf-landing-content-v2 {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: min(430px, calc(100% - 32px));
  height: calc(100vh - var(--pdf-hero-height) + var(--pdf-overlap));
  height: calc(100svh - var(--pdf-hero-height) + var(--pdf-overlap));
  height: calc(100dvh - var(--pdf-hero-height) + var(--pdf-overlap));
  min-height: 0;
  margin: calc(-1 * var(--pdf-overlap)) auto 0;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  gap: var(--pdf-content-gap);
}

.pdf-landing-content-v2:has(.pdf-landing-website-card) {
  grid-template-rows: minmax(0, 1fr) auto;
}

.pdf-landing-document-card-v2 {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 14px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.pdf-landing-frame-v2 {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 3px;
  overflow: hidden;
  background: #f8fafc;
}

.pdf-landing-frame-v2 iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f8fafc;
}

body.public-landing .pdf-landing-cta-v2 {
  width: 100%;
  min-height: 58px;
  margin-top: 14px;
  border-radius: 4px;
  background: var(--pdf-action-bg, var(--pdf-primary, #8BC6A4));
  color: var(--pdf-action-contrast, var(--pdf-primary-contrast, #111111));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 14px 22px;
  font-family: var(--pdf-text-font, inherit);
  font-size: clamp(1.08rem, 2.1vh, 1.26rem);
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.public-landing .pdf-landing-cta-v2:visited {
  color: var(--pdf-action-contrast, var(--pdf-primary-contrast, #111111));
  text-decoration: none;
}

body.public-landing .pdf-landing-cta-v2:hover,
body.public-landing .pdf-landing-cta-v2:focus-visible {
  color: var(--pdf-action-contrast, var(--pdf-primary-contrast, #111111));
  text-decoration: none;
  filter: brightness(0.98);
}

.pdf-landing-icon,
.pdf-landing-website-icon,
.pdf-landing-website-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.pdf-landing-icon svg,
.pdf-landing-website-icon svg,
.pdf-landing-website-arrow svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.pdf-landing-website-card {
  width: 100%;
  min-height: 58px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 8px 16px;
  color: #3773ec;
  font-family: var(--pdf-text-font, inherit);
  font-size: 1.2rem;
  text-decoration: none;
}

.pdf-landing-website-card:hover,
.pdf-landing-website-card:focus-visible {
  color: #245fce;
  text-decoration: none;
}

.pdf-landing-website-icon {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #f5f7fb;
  color: #7a8494;
  font-size: 1.2rem;
}

.pdf-landing-website-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdf-landing-website-arrow {
  color: #97a0ad;
  font-size: 1.05rem;
}

@media (max-width: 640px) {
  .pdf-landing-page-v2 {
    --pdf-hero-height: clamp(260px, 38vh, 330px);
    --pdf-overlap: clamp(92px, 14vh, 120px);
    --pdf-content-gap: 10px;
  }

  .pdf-landing-hero-v2 {
    padding: clamp(42px, 7vh, 58px) 18px calc(var(--pdf-overlap) + clamp(22px, 4vh, 40px));
  }

  .pdf-landing-hero-inner {
    gap: 10px;
  }

  .pdf-landing-company {
    font-size: clamp(0.92rem, 3.7vw, 1.05rem);
  }

  .pdf-landing-hero-v2 h1 {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .pdf-landing-description {
    font-size: clamp(0.98rem, 4vw, 1.15rem);
    line-height: 1.45;
  }

  .pdf-landing-wave-v2 {
    height: 104px;
    left: -34%;
    right: -34%;
    clip-path: ellipse(78% 58% at 50% 100%);
  }

  .pdf-landing-content-v2 {
    width: min(390px, calc(100% - 24px));
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }

  .pdf-landing-document-card-v2 {
    padding: 10px;
  }

  .pdf-landing-frame-v2 {
    height: 100%;
    min-height: 0;
  }

  .pdf-landing-cta-v2 {
    min-height: 50px;
    gap: 20px;
    margin-top: 10px;
    padding: 12px 18px;
    font-size: 1rem;
  }

  .pdf-landing-website-card {
    min-height: 52px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    font-size: 1rem;
  }

  .pdf-landing-website-icon {
    width: 42px;
    height: 42px;
  }
}

body.public-landing--menu.menu-landing-v2 {
  --menu-gradient: linear-gradient(180deg, var(--menu-secondary, #ffeadb) 0%, var(--menu-secondary, #ffeadb) 72%, var(--menu-primary, #b34700) 100%);
  background: #ffffff;
  min-height: 0;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #141821;
  font-family: var(--menu-text-font, 'DM Sans', 'Noto Sans', system-ui, sans-serif);
}

html:has(body.public-landing--menu.menu-landing-v2) {
  height: 100%;
  overflow: hidden;
}

.menu-landing-page-v2 {
  --menu-hero-height: clamp(290px, 42vh, 390px);
  --menu-overlap: clamp(92px, 14vh, 148px);
  --menu-content-gap: clamp(12px, 1.8vh, 22px);
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  background: #ffffff;
  font-family: var(--menu-text-font, 'DM Sans', 'Noto Sans', system-ui, sans-serif);
}

.menu-landing-hero-v2 {
  position: relative;
  height: var(--menu-hero-height);
  min-height: 0;
  padding: clamp(46px, 7vh, 76px) 20px calc(var(--menu-overlap) + clamp(28px, 5vh, 58px));
  display: grid;
  align-items: start;
  justify-items: center;
  background: var(--menu-hero-bg, var(--menu-gradient));
  overflow: hidden;
}

.menu-landing-hero-inner {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  display: grid;
  justify-items: center;
  gap: clamp(10px, 1.8vh, 18px);
  text-align: center;
  color: var(--menu-hero-contrast, var(--menu-secondary-contrast, #ffffff));
}

.menu-landing-hero-v2 h1 {
  margin: 0;
  max-width: 100%;
  color: var(--menu-hero-contrast, var(--menu-secondary-contrast, #ffffff));
  font-family: var(--menu-title-font, inherit);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu-landing-description {
  margin: 0;
  max-width: 620px;
  color: var(--menu-hero-contrast, var(--menu-secondary-contrast, #ffffff));
  font-family: var(--menu-text-font, inherit);
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  line-height: 1.55;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu-landing-wave-v2 {
  position: absolute;
  left: -14%;
  right: -14%;
  bottom: -1px;
  height: clamp(108px, 15vh, 154px);
  background: #ffffff;
  clip-path: ellipse(65% 58% at 50% 100%);
  z-index: 0;
}

.menu-landing-content-v2 {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: min(430px, calc(100% - 32px));
  height: calc(100vh - var(--menu-hero-height) + var(--menu-overlap));
  height: calc(100svh - var(--menu-hero-height) + var(--menu-overlap));
  height: calc(100dvh - var(--menu-hero-height) + var(--menu-overlap));
  min-height: 0;
  margin: calc(-1 * var(--menu-overlap)) auto 0;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  gap: var(--menu-content-gap);
}

.menu-landing-document-card-v2 {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 14px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.menu-landing-document-card-v2.has-cover {
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.menu-landing-cover-v2 {
  width: 100%;
  height: clamp(92px, 15vh, 138px);
  margin-bottom: 12px;
  border-radius: 3px;
  object-fit: cover;
  display: block;
}

.menu-landing-frame-v2 {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 3px;
  overflow: hidden;
  background: #f8fafc;
}

.menu-landing-frame-v2 iframe,
.menu-landing-document-image {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f8fafc;
}

.menu-landing-document-image {
  object-fit: contain;
}

body.public-landing .menu-landing-cta-v2 {
  width: 100%;
  min-height: 58px;
  margin-top: 14px;
  border-radius: 4px;
  background: var(--menu-action-bg, var(--menu-primary, #ffeadb));
  color: var(--menu-action-contrast, var(--menu-primary-contrast, #111111));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 14px 22px;
  font-family: var(--menu-text-font, inherit);
  font-size: clamp(1.08rem, 2.1vh, 1.26rem);
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.public-landing .menu-landing-cta-v2:visited {
  color: var(--menu-action-contrast, var(--menu-secondary-contrast, #111111));
  text-decoration: none;
}

body.public-landing .menu-landing-cta-v2:hover,
body.public-landing .menu-landing-cta-v2:focus-visible {
  color: var(--menu-action-contrast, var(--menu-secondary-contrast, #111111));
  text-decoration: none;
  filter: brightness(0.98);
}

.menu-landing-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.menu-landing-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 640px) {
  .menu-landing-page-v2 {
    --menu-hero-height: clamp(238px, 35vh, 300px);
    --menu-overlap: clamp(92px, 14vh, 120px);
    --menu-content-gap: 10px;
  }

  .menu-landing-hero-v2 {
    padding: clamp(42px, 7vh, 58px) 18px calc(var(--menu-overlap) + clamp(22px, 4vh, 40px));
  }

  .menu-landing-hero-inner {
    gap: 10px;
  }

  .menu-landing-hero-v2 h1 {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .menu-landing-description {
    font-size: clamp(0.98rem, 4vw, 1.15rem);
    line-height: 1.45;
  }

  .menu-landing-wave-v2 {
    height: 104px;
    left: -34%;
    right: -34%;
    clip-path: ellipse(78% 58% at 50% 100%);
  }

  .menu-landing-content-v2 {
    width: min(390px, calc(100% - 24px));
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }

  .menu-landing-document-card-v2 {
    padding: 10px;
  }

  .menu-landing-cover-v2 {
    height: clamp(76px, 12vh, 104px);
    margin-bottom: 10px;
  }

  .menu-landing-frame-v2 {
    height: 100%;
    min-height: 0;
  }

  .menu-landing-cta-v2 {
    min-height: 50px;
    gap: 20px;
    margin-top: 10px;
    padding: 12px 18px;
    font-size: 1rem;
  }
}

body.public-landing--coupon.coupon-landing-v2 {
  background: var(--coupon-hero-bg, var(--coupon-primary, #A62671));
  min-height: 100vh;
  min-height: 100svh;
  color: #151922;
  font-family: var(--coupon-text-font, 'DM Sans', 'Noto Sans', system-ui, sans-serif);
}

.coupon-landing-page-v2 {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(42px, 7vh, 78px) 20px max(28px, env(safe-area-inset-bottom));
  background: var(--coupon-hero-bg, var(--coupon-primary, #A62671));
  display: grid;
  justify-items: center;
  align-items: start;
  font-family: var(--coupon-text-font, 'DM Sans', 'Noto Sans', system-ui, sans-serif);
}

.coupon-ticket-v2 {
  box-sizing: border-box;
  width: min(430px, 100%);
  display: grid;
  gap: 18px;
}

.coupon-ticket-header-v2 {
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  align-items: center;
  gap: 16px;
  color: var(--coupon-hero-contrast, var(--coupon-secondary-contrast, #ffffff));
}

.coupon-ticket-company-v2 {
  margin: 0;
  min-width: 0;
  font-family: var(--coupon-title-font, inherit);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  grid-column: 1;
}

.coupon-ticket-share-v2 {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--coupon-hero-contrast, var(--coupon-secondary-contrast, #ffffff));
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  grid-column: 2;
  justify-self: end;
}

.coupon-ticket-share-v2 svg,
.coupon-ticket-badge-v2 svg,
.coupon-valid-until-v2 svg,
.coupon-location-button-v2 svg {
  width: 1em;
  height: 1em;
}

.coupon-ticket-share-v2 svg,
.coupon-ticket-badge-v2 svg,
.coupon-copy-button-v2 svg,
.coupon-reset-button-v2 svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coupon-ticket-share-v2 svg {
  width: 1.25em;
  height: 1.25em;
}

.coupon-ticket-badge-v2 svg {
  stroke: currentColor;
  fill: none;
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
}

.coupon-copy-button-v2 svg,
.coupon-reset-button-v2 svg {
  stroke: currentColor;
  fill: none;
  width: 1.18em;
  height: 1.18em;
}

.coupon-valid-until-v2 svg,
.coupon-location-button-v2 svg {
  fill: currentColor;
}

.coupon-ticket-image-v2 {
  width: 100%;
  height: clamp(118px, 22vh, 184px);
  margin-bottom: -18px;
  border-radius: 7px 7px 0 0;
  object-fit: cover;
  display: block;
}

.coupon-ticket-panel-v2 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-radius: 7px;
  background: #ffffff;
  padding: clamp(24px, 4vh, 34px) clamp(22px, 5vw, 30px) clamp(24px, 4vh, 32px);
  display: grid;
  gap: 18px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

.coupon-ticket-image-v2 + .coupon-ticket-panel-v2 {
  border-radius: 0 0 7px 7px;
}

.coupon-ticket-panel-v2::before,
.coupon-ticket-panel-v2::after {
  content: "";
  position: absolute;
  top: calc(100% - 146px);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--coupon-hero-bg, var(--coupon-primary, #A62671));
}

.coupon-ticket-panel-v2::before {
  left: -18px;
}

.coupon-ticket-panel-v2::after {
  right: -18px;
}

.coupon-ticket-badge-v2 {
  justify-self: center;
  min-height: 44px;
  margin-top: -46px;
  border-radius: 999px;
  background: var(--coupon-action-bg, var(--coupon-secondary, #BD002F));
  color: var(--coupon-action-contrast, var(--coupon-secondary-contrast, #ffffff));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 28px;
  font-size: 1rem;
  line-height: 1.2;
  max-width: min(300px, 100%);
  overflow-wrap: anywhere;
  text-align: center;
}

.coupon-ticket-panel-v2 h1 {
  margin: 0;
  color: #151922;
  font-family: var(--coupon-title-font, inherit);
  font-size: clamp(1.4rem, 4.8vw, 1.75rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.coupon-ticket-description-v2 {
  margin: 0;
  color: #6d7280;
  font-size: clamp(1.02rem, 3.8vw, 1.18rem);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.coupon-ticket-divider-v2 {
  height: 2px;
  margin: 10px -2px 8px;
  background-image: linear-gradient(90deg, #111 45%, transparent 45%);
  background-size: 12px 2px;
  background-repeat: repeat-x;
}

.coupon-reveal-button-v2,
.coupon-location-button-v2 {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 5px;
  background: var(--coupon-action-bg, var(--coupon-secondary, #BD002F));
  color: var(--coupon-action-contrast, var(--coupon-secondary-contrast, #ffffff));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 20px;
  font: inherit;
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.coupon-reveal-button-v2:hover,
.coupon-reveal-button-v2:focus-visible,
.coupon-location-button-v2:hover,
.coupon-location-button-v2:focus-visible {
  color: var(--coupon-action-contrast, var(--coupon-secondary-contrast, #ffffff));
  text-decoration: none;
  filter: brightness(0.98);
}

.coupon-code-card-v2,
.coupon-redemption-v2 {
  min-height: 176px;
  border-radius: 7px;
  background: #ffffff;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  padding: 22px 58px;
  text-align: center;
}

.coupon-code-card-v2[hidden],
.coupon-redemption-v2[hidden],
.coupon-reveal-button-v2[hidden] {
  display: none;
}

.coupon-code-card-v2 p,
.coupon-redemption-v2 p {
  margin: 0;
  color: #858a95;
  font-size: 1.05rem;
  line-height: 1.2;
}

.coupon-code-card-v2 strong {
  color: #151922;
  font-size: clamp(1.35rem, 5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.coupon-code-row-v2 {
  width: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
}

.coupon-copy-feedback-v2 {
  min-height: 28px;
  border-radius: 999px;
  background: #151922;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  padding: 5px 14px;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.15;
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  pointer-events: none;
}

.coupon-copy-feedback-v2.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.coupon-redemption-barcode-v2 img {
  display: block;
  width: min(230px, 82%);
  height: auto;
  max-height: 240px;
  object-fit: contain;
}

.coupon-copy-button-v2,
.coupon-reset-button-v2 {
  position: static;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  color: #151922;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0;
  cursor: pointer;
}

.coupon-copy-button-v2:hover,
.coupon-copy-button-v2:focus-visible,
.coupon-reset-button-v2:hover,
.coupon-reset-button-v2:focus-visible {
  color: #151922;
  filter: brightness(0.98);
}

.coupon-valid-until-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #858a95;
  font-size: 0.98rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.coupon-terms-preview-v2 {
  color: #151922;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

body.public-landing .coupon-terms-preview-v2,
body.public-landing .coupon-terms-preview-v2:visited,
body.public-landing .coupon-terms-preview-v2:hover,
body.public-landing .coupon-terms-preview-v2:focus-visible {
  color: #151922;
}

.coupon-location-button-v2 {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

body.public-landing .coupon-location-button-v2,
body.public-landing .coupon-location-button-v2:visited {
  color: #000000;
}

.coupon-location-button-v2:hover,
body.public-landing .coupon-location-button-v2:hover,
body.public-landing .coupon-location-button-v2:focus-visible {
  color: #000000;
}

.coupon-location-address-v2 {
  margin: -8px 0 0;
  color: #6d7280;
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}

.coupon-terms-full-v2 {
  color: var(--coupon-hero-contrast, var(--coupon-secondary-contrast, #ffffff));
  display: grid;
  gap: 10px;
  text-align: center;
}

.coupon-terms-full-v2 h2 {
  margin: 0;
  color: inherit;
  font-family: var(--coupon-title-font, inherit);
  font-size: clamp(1.12rem, 4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.25;
}

.coupon-terms-full-v2 p {
  margin: 0;
  color: inherit;
  font-size: 0.95rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .coupon-landing-page-v2 {
    padding: clamp(34px, 5vh, 56px) 22px max(24px, env(safe-area-inset-bottom));
  }

  .coupon-ticket-v2 {
    gap: 16px;
  }

  .coupon-ticket-share-v2 {
    width: 42px;
    height: 42px;
  }

  .coupon-ticket-image-v2 {
    height: clamp(132px, 20vh, 180px);
  }

  .coupon-ticket-panel-v2 {
    padding: 24px 22px;
    gap: 16px;
  }

  .coupon-ticket-panel-v2::before,
  .coupon-ticket-panel-v2::after {
    top: calc(100% - 138px);
  }

  .coupon-ticket-badge-v2 {
    min-height: 42px;
    margin-top: -44px;
    padding: 9px 24px;
  }

  .coupon-reveal-button-v2,
  .coupon-location-button-v2 {
    min-height: 54px;
    font-size: 1rem;
  }
}

.links-page-shell {
  background: var(--landing-accent);
}

.links-main-card {
  max-width: 740px;
  margin: 0 auto;
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(30, 39, 60, 0.12);
  background: #fff;
  padding: 24px;
  text-align: center;
  box-shadow: var(--tp-shadow-md);
}

.links-avatar {
  width: 102px;
  height: 102px;
  border-radius: 22px;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 16px 34px rgba(24, 28, 46, 0.24);
}

.links-subtitle {
  margin-top: 10px;
}

.links-button-list {
  display: grid;
  gap: 11px;
  margin-top: 17px;
}

.links-button {
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(89, 86, 233, 0.34);
  background: linear-gradient(140deg, #f4f6ff 0%, #edf1ff 100%);
  color: #24294a;
  font-weight: 700;
  text-decoration: none;
  padding: 11px 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.links-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(89, 86, 233, 0.24);
}

.social-page {
  background: var(--landing-accent);
}

.social-hero {
  height: 130px;
  border-radius: var(--tp-radius-lg);
  margin: 0 0 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.social-card {
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(27, 36, 56, 0.12);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  padding: 22px;
}

.social-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.social-item {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 11px;
  border-radius: 12px;
  border: 1px solid rgba(28, 37, 57, 0.11);
  background: #fff;
  color: inherit;
  text-decoration: none;
  padding: 10px 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(18, 25, 40, 0.14);
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: none;
}

.social-name {
  font-weight: 700;
  text-transform: capitalize;
}

.social-cta {
  font-size: 0.76rem;
  border: 1px solid rgba(89, 86, 233, 0.4);
  border-radius: 999px;
  padding: 3px 10px;
  color: #3c39c7;
  font-weight: 700;
  white-space: nowrap;
}

.profile-card {
  background: var(--landing-accent);
}

.profile-card-panel {
  margin-bottom: 16px;
}

.profile-hero {
  text-align: center;
  margin-bottom: 16px;
}

.profile-hero img {
  width: 120px;
  height: 120px;
  border-radius: 23px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 16px 28px rgba(20, 26, 42, 0.2);
}

.profile-hero h1 {
  margin-top: 10px;
}

.profile-fields {
  display: grid;
  gap: 0;
}

.profile-field-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(28, 37, 57, 0.1);
  color: inherit;
  text-decoration: none;
}

.profile-field-row:last-child {
  border-bottom: 0;
}

.profile-field-row > * {
  min-width: 0;
}

.profile-field-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #353c57;
}

.profile-field-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.profile-field-value {
  color: #4f556a;
  text-align: left;
}

.profile-field-link:hover .profile-field-value,
.profile-field-link:focus-visible .profile-field-value {
  color: #2f6f55;
  text-decoration: underline;
}

.profile-social-card h2 {
  font-size: 1.05rem;
  color: #242c48;
}

body.profile-landing-v2 {
  --profile-gradient: linear-gradient(180deg, var(--profile-secondary, #537AC9) 0%, var(--profile-primary, #8BC6A4) 100%);
  background: #ffffff;
  min-height: 100svh;
  min-height: 100dvh;
  color: #141821;
  font-family: var(--profile-text-font, 'DM Sans', 'Noto Sans', system-ui, sans-serif);
}

.profile-landing-page {
  width: 100%;
  min-height: 100svh;
  min-height: 100dvh;
  background: #ffffff;
  font-family: var(--profile-text-font, 'DM Sans', 'Noto Sans', system-ui, sans-serif);
}

.profile-landing-hero {
  position: relative;
  min-height: 390px;
  display: grid;
  justify-items: center;
  align-items: start;
  padding: 54px 20px 86px;
  background: var(--profile-hero-bg, var(--profile-gradient));
  overflow: hidden;
}

.profile-landing-hero-no-avatar {
  align-content: center;
}

.profile-landing-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.profile-landing-avatar-frame {
  --profile-avatar-image-bleed: 14px;
  display: block;
  width: 126px;
  height: 126px;
  border-radius: 999px;
  border: 7px solid #ffffff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
  background: #ffffff;
  overflow: hidden;
}

.profile-landing-avatar {
  display: block;
  width: calc(100% + var(--profile-avatar-image-bleed, 14px));
  height: calc(100% + var(--profile-avatar-image-bleed, 14px));
  max-width: none;
  object-fit: cover;
  object-position: var(--profile-image-x, 50%) var(--profile-image-y, 50%);
  transform: scale(var(--profile-image-scale, 1));
  transform-origin: var(--profile-image-x, 50%) var(--profile-image-y, 50%);
}

.profile-landing-hero-no-avatar .profile-landing-hero-inner h1 {
  margin-top: 0;
}

.profile-landing-hero h1 {
  margin: 24px 0 0;
  color: var(--profile-hero-contrast, var(--profile-primary-contrast, #070910));
  font-family: var(--profile-title-font, inherit);
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.profile-landing-hero p {
  margin: 0;
  color: var(--profile-hero-contrast, var(--profile-primary-contrast, #070910));
  font-family: var(--profile-text-font, inherit);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 400;
  overflow-wrap: anywhere;
}

.profile-landing-wave {
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -1px;
  height: 92px;
  background: #ffffff;
  clip-path: polygon(0 54%, 20% 60%, 46% 54%, 68% 38%, 100% 45%, 100% 100%, 0 100%);
}

.profile-landing-content {
  width: min(100%, 760px);
  margin: -78px auto 0;
  padding: 0 20px 56px;
  position: relative;
  z-index: 2;
}

.profile-landing-action-row {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 26px;
}

.profile-landing-action-row a {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #121621;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.13);
}

.profile-landing-action-row svg,
.profile-landing-add-contact svg,
.profile-landing-detail-icon svg,
.profile-landing-social-arrow svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.profile-landing-add-contact {
  width: 100%;
  min-height: 64px;
  border-radius: 16px;
  background: var(--profile-action-bg, var(--profile-primary, #8BC6A4));
  color: var(--profile-action-contrast, var(--profile-primary-contrast, #111111));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 1.08rem;
  font-family: var(--profile-text-font, inherit);
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
}

.profile-landing-add-contact:hover {
  color: var(--profile-action-contrast, var(--profile-primary-contrast, #111111));
  transform: translateY(-1px);
}

.profile-landing-summary {
  margin: 28px 0 22px;
  color: #858b98;
  text-align: center;
  font-family: var(--profile-text-font, inherit);
  font-size: 1rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.profile-landing-detail-card {
  margin-top: 28px;
  padding: 0 24px;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08);
}

.profile-landing-detail-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 19px 0;
  border-bottom: 1px solid #edf0f4;
  color: inherit;
  font-family: var(--profile-text-font, inherit);
  text-decoration: none;
}

.profile-landing-detail-row:last-child {
  border-bottom: 0;
}

.profile-landing-detail-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8a94a3;
  background: #f7f8fa;
}

.profile-landing-detail-icon i {
  font-size: 1.05rem;
  line-height: 1;
}

.profile-landing-detail-row span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.profile-landing-detail-row small {
  color: #8b94a3;
  font-size: 0.82rem;
  line-height: 1.25;
}

.profile-landing-detail-row strong {
  color: #141821;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.profile-landing-detail-row em {
  color: #5f6876;
  font-size: 0.95rem;
  font-style: normal;
  overflow-wrap: anywhere;
}

.profile-landing-map-link {
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  border-radius: 999px;
  background: #edf8f5;
  color: #315d54;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 400;
}

.profile-landing-social {
  margin-top: 28px;
}

.profile-landing-social h2 {
  margin: 0 0 14px;
  color: #141821;
  font-family: var(--profile-title-font, inherit);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.3;
}

.profile-landing-social-list {
  display: grid;
  gap: 14px;
}

.profile-landing-social-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 12px 16px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.profile-landing-social-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
}

.profile-landing-social-icon i {
  font-size: 1.32rem;
  line-height: 1;
}

.profile-landing-social-name {
  min-width: 0;
  color: #1b2030;
  font-family: var(--profile-text-font, inherit);
  font-size: 1.05rem;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.profile-landing-social-arrow {
  color: #8b94a3;
  display: inline-flex;
  justify-content: flex-end;
}

body.profile-landing-v2 .profile-landing-action-row a {
  color: #121621;
}

body.profile-landing-v2 .profile-landing-add-contact {
  color: var(--profile-action-contrast, var(--profile-primary-contrast, #111111));
}

body.profile-landing-v2 .profile-landing-add-contact:hover {
  color: var(--profile-action-contrast, var(--profile-primary-contrast, #111111));
}

body.profile-landing-v2 .profile-landing-detail-row,
body.profile-landing-v2 .profile-landing-social-item {
  color: inherit;
}

body.profile-landing-v2 .profile-landing-map-link {
  color: #315d54;
}

@media (max-width: 720px) {
  .profile-landing-hero {
    min-height: 330px;
    padding: 42px 16px 76px;
  }

  .profile-landing-avatar-frame {
    width: 104px;
    height: 104px;
  }

  .profile-landing-content {
    margin-top: -68px;
    padding: 0 16px 44px;
  }

  .profile-landing-action-row {
    gap: 18px;
  }

  .profile-landing-action-row a {
    width: 58px;
    height: 58px;
  }

  .profile-landing-detail-card {
    padding: 0 18px;
  }

  .profile-landing-detail-row,
  .profile-landing-social-item {
    gap: 14px;
  }
}

.public-text-container {
  max-width: 760px;
}

.public-landing--text .public-text-container {
  min-height: 100svh;
  min-height: 100dvh;
}

.text-page-card {
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 28px;
  background: var(--text-card-bg, #e7f0eb);
  box-shadow: none;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  min-height: calc(100svh - 96px);
  min-height: calc(100dvh - 96px);
  overflow: hidden;
  padding: 24px;
}

.text-page-heading {
  border-radius: 20px;
  background: linear-gradient(135deg, var(--text-background-light, #6bb288) 0%, var(--text-background, #438966) 100%);
  color: var(--text-heading-contrast, var(--text-background-contrast, #ffffff));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  text-align: center;
}

.text-page-heading h1 {
  color: inherit;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  letter-spacing: 0;
}

.text-page-icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  background: color-mix(in srgb, var(--text-heading-contrast, var(--text-background-contrast, #ffffff)) 12%, transparent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.text-page-icon svg,
.text-copy-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.text-message-content {
  min-height: 220px;
  border: 1px solid var(--text-border, #dfece6);
  border-radius: 22px;
  background: #ffffff;
  color: #27334a;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.72;
  overflow-wrap: anywhere;
  padding: 22px;
  white-space: pre-wrap;
}

.text-copy-button {
  appearance: none;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--text-primary-light, #6bb288) 0%, var(--text-primary, #438966) 100%);
  box-shadow: 0 14px 26px rgba(var(--text-shadow-rgb, 67, 137, 102), 0.22);
  color: var(--text-primary-contrast, #ffffff);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  min-height: 56px;
  padding: 15px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.text-copy-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(var(--text-shadow-rgb, 67, 137, 102), 0.28);
}

.app-page {
  background: var(--landing-accent);
}

.app-card {
  margin: 0 auto;
  max-width: 660px;
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(28, 37, 57, 0.12);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  padding: 24px;
  text-align: center;
}

.app-logo-wrap {
  margin-bottom: 10px;
}

.app-logo {
  width: 96px;
  height: 96px;
  border-radius: 22px;
  object-fit: cover;
  border: 1px solid rgba(19, 30, 50, 0.13);
}

.app-page-title {
  margin-bottom: 5px;
}

.app-page-website {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 700;
}

.app-page-description {
  margin-top: 6px;
}

.app-store-links {
  display: grid;
  gap: 10px;
}

.app-store-links-badges {
  margin-top: 16px;
}

.app-store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 14px;
  border: 1px solid rgba(18, 26, 43, 0.2);
  transition: transform 0.2s ease;
}

.app-store-badge:hover {
  transform: translateY(-1px);
}

body.public-landing a.app-store-badge,
body.public-landing a.app-store-badge:visited,
body.public-landing a.app-store-badge:hover,
body.public-landing a.app-store-badge:focus {
  color: #fff;
  text-decoration-color: transparent;
}

.app-store-badge-google,
.app-store-badge-ios,
.app-store-badge-amazon,
.app-store-badge-huawei {
  background: #101522;
  color: #fff;
}

.app-store-badge-copy {
  display: grid;
  text-align: left;
  line-height: 1.1;
}

.app-store-badge-copy small {
  font-size: 0.62rem;
  opacity: 0.84;
}

.app-store-badge-copy strong {
  font-size: 0.93rem;
}

.app-store-badge-icon {
  width: 21px;
  height: 21px;
  display: inline-flex;
}

.app-gallery-icon {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.app-store-badge-icon svg {
  width: 100%;
  height: 100%;
}

.app-landing-v2 {
  --app-primary: var(--landing-accent);
  --app-secondary: #537ac9;
  --app-primary-contrast: #111111;
  --app-secondary-contrast: #ffffff;
  --app-title-font: var(--tp-font-heading);
  --app-text-font: var(--tp-font-body);
  margin: 0;
  min-height: 100vh;
  background: var(--app-hero-bg, var(--app-primary));
  color: #20232a;
  font-family: var(--app-text-font);
}

.app-landing-page-v2 {
  min-height: 100vh;
}

.app-landing-v2 .app-landing-hero-v2 {
  position: relative;
  min-height: 100vh;
  background: var(--app-hero-bg, var(--app-primary));
  color: var(--app-hero-contrast, var(--app-secondary-contrast));
  display: grid;
  place-items: start center;
  align-content: start;
  gap: 22px;
  padding: 88px 24px 56px;
  overflow: hidden;
}

.app-landing-v2 .app-landing-share-v2 {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--app-hero-contrast, var(--app-secondary-contrast, #fff)) 65%, transparent);
  border-radius: 5px;
  display: grid;
  place-items: center;
  color: var(--app-hero-contrast, var(--app-secondary-contrast, #fff));
  background: transparent;
  cursor: pointer;
  font: inherit;
  appearance: none;
}

.app-landing-v2 .app-landing-share-v2:focus-visible {
  outline: 2px solid var(--app-hero-contrast, var(--app-secondary-contrast, #fff));
  outline-offset: 3px;
}

.app-landing-v2 .app-landing-hero-inner-v2 {
  width: min(720px, calc(100% - 32px));
  text-align: center;
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 6px;
}

.app-landing-v2 .app-landing-eyebrow-v2 {
  margin: 0;
  font-family: var(--app-text-font);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.92;
  overflow-wrap: anywhere;
}

.app-landing-v2 .app-landing-hero-v2 h1 {
  margin: 0;
  color: var(--app-hero-contrast, var(--app-secondary-contrast));
  font-family: var(--app-title-font);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.app-landing-v2 .app-landing-content-v2 {
  width: min(340px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding-bottom: 48px;
}

.app-landing-v2 .app-landing-feature-card-v2 {
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(20, 25, 40, 0.16);
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 18px 18px 20px;
  text-align: center;
  overflow: hidden;
}

.app-landing-v2 .app-landing-image-v2 {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border: 1px solid rgba(18, 26, 43, 0.2);
  border-radius: 6px;
  display: block;
  background: #f8fafc;
}

.app-landing-v2 .app-landing-description-v2 {
  margin: 0;
  color: #6f7489;
  font-family: var(--app-text-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

.app-landing-v2 .app-landing-store-list-v2 {
  display: grid;
  justify-items: center;
  gap: 9px;
  width: 100%;
  padding: 0;
}

.app-landing-v2 .app-store-badge {
  width: min(100%, 220px);
  min-height: 52px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  justify-content: start;
  padding: 8px 18px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #ffffff;
  box-shadow: none;
}

.app-landing-v2 .app-store-badge-icon {
  width: 36px;
  height: 36px;
  color: #ffffff;
  font-size: 1.6rem;
}

.app-landing-v2 .app-store-badge-copy {
  min-width: 0;
}

.app-landing-v2 .app-store-badge-copy small,
.app-landing-v2 .app-store-badge-copy strong {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-landing-v2 .app-store-badge-copy small {
  font-size: 0.66rem;
  font-weight: 600;
}

.app-landing-v2 .app-store-badge-copy strong {
  font-size: 1rem;
  font-weight: 800;
}

.app-landing-website-v2 {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 62px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--app-action-bg, #f8fafc);
  color: var(--app-action-contrast, #3c82f6);
  font-family: var(--app-text-font);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
  overflow: hidden;
}

body.public-landing .app-landing-website-v2,
body.public-landing .app-landing-website-v2:hover,
body.public-landing .app-landing-website-v2:focus-visible,
body.public-landing .app-landing-website-v2:visited {
  color: var(--app-action-contrast, #3c82f6);
  text-decoration: none;
}

.app-landing-website-v2 span:nth-child(2) {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-landing-website-v2 > i {
  color: currentColor;
}

.app-landing-website-icon-v2 {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #f5f7fb;
  color: #7a8394;
}

@media (max-width: 640px) {
  .app-landing-v2 .app-landing-hero-v2 {
    min-height: 100vh;
    padding: 76px 18px 40px;
    gap: 18px;
  }

  .app-landing-v2 .app-landing-share-v2 {
    top: 18px;
    right: 18px;
  }

  .app-landing-v2 .app-landing-content-v2 {
    width: min(100% - 24px, 340px);
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .app-landing-v2 .app-landing-store-list-v2 {
    display: grid;
    padding: 0;
  }

  .app-landing-v2 .app-store-badge {
    width: min(100%, 240px);
  }

  .app-landing-website-v2 {
    margin: 0;
  }
}

.video-page {
  background: var(--landing-accent);
}

.video-card {
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(28, 37, 57, 0.12);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  padding: 22px;
}

.video-frame {
  margin-top: 12px;
  border-radius: var(--tp-radius-md);
  overflow: hidden;
  border: 1px solid rgba(20, 29, 45, 0.24);
  background: #0f1220;
}

.video-frame iframe {
  width: 100%;
  display: block;
  border: 0;
  aspect-ratio: 16 / 9;
}

.video-missing {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  color: #c7cede;
}

.video-link {
  margin: 12px 0 0;
}

.video-landing-v2 {
  --video-landing-card-overlap-v2: clamp(130px, 32vw, 294px);
  background: #ffffff;
  color: #121827;
  font-family: var(--video-text-font);
}

.video-landing-page-v2 {
  min-height: 100vh;
  background: #ffffff;
}

.video-landing-v2 .video-landing-hero-v2 {
  position: relative;
  min-height: calc(var(--video-landing-card-overlap-v2) + 220px);
  display: grid;
  place-items: start center;
  padding: 64px 24px calc(var(--video-landing-card-overlap-v2) + 24px);
  background: var(--video-hero-bg, linear-gradient(180deg, var(--video-secondary) 0%, var(--video-primary) 100%));
  color: var(--video-hero-contrast, var(--video-secondary-contrast));
  overflow: hidden;
}

.video-landing-v2.video-landing-compact-meta-v2 .video-landing-hero-v2 {
  min-height: calc(var(--video-landing-card-overlap-v2) + 150px);
  padding: 32px 24px calc(var(--video-landing-card-overlap-v2) + 20px);
}

.video-landing-v2.video-landing-compact-meta-v2.video-landing-meta-count-1 .video-landing-hero-v2 {
  min-height: calc(var(--video-landing-card-overlap-v2) + 84px);
}

.video-landing-v2.video-landing-compact-meta-v2.video-landing-meta-count-3 .video-landing-hero-v2 {
  min-height: calc(var(--video-landing-card-overlap-v2) + 180px);
}

.video-landing-v2.video-landing-no-meta-v2 .video-landing-hero-v2 {
  min-height: calc(var(--video-landing-card-overlap-v2) + 24px);
  padding: 0;
  place-items: end center;
}

.video-landing-v2 .video-landing-hero-inner-v2 {
  position: relative;
  z-index: 1;
  width: min(840px, 100%);
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.video-landing-v2 .video-landing-company-v2 {
  margin: 0;
  color: var(--video-hero-contrast, var(--video-secondary-contrast));
  font-family: var(--video-text-font);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 700;
  line-height: 1.35;
  opacity: 0.95;
  overflow-wrap: anywhere;
}

.video-landing-v2 .video-landing-hero-v2 h1 {
  margin: 0;
  max-width: 900px;
  color: var(--video-hero-contrast, var(--video-secondary-contrast));
  font-family: var(--video-title-font);
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.video-landing-v2 .video-landing-description-v2 {
  margin: 0;
  max-width: 760px;
  color: color-mix(in srgb, var(--video-hero-contrast, var(--video-secondary-contrast)) 86%, transparent);
  font-family: var(--video-text-font);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 650;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.video-landing-v2 .video-landing-cta-v2 {
  width: min(100%, 520px);
  min-height: 58px;
  border: 1px solid var(--video-action-bg, color-mix(in srgb, var(--video-hero-contrast, var(--video-secondary-contrast)) 82%, transparent));
  border-radius: 5px;
  background: var(--video-action-bg, transparent);
  color: var(--video-action-contrast, var(--video-hero-contrast, var(--video-secondary-contrast)));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  font-family: var(--video-text-font);
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.video-landing-v2 .video-landing-cta-v2:hover,
.video-landing-v2 .video-landing-cta-v2:focus-visible {
  background: var(--video-action-bg, color-mix(in srgb, var(--video-hero-contrast, var(--video-secondary-contrast)) 12%, transparent));
  color: var(--video-action-contrast, var(--video-hero-contrast, var(--video-secondary-contrast)));
  filter: brightness(0.98);
}

.video-landing-v2 .video-landing-wave-v2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 118px;
  background: #ffffff;
  clip-path: polygon(0 58%, 24% 68%, 52% 54%, 76% 42%, 100% 46%, 100% 100%, 0 100%);
}

.video-landing-v2 .video-landing-content-v2 {
  position: relative;
  width: min(880px, calc(100% - 32px));
  margin: calc(0px - var(--video-landing-card-overlap-v2)) auto 0;
  padding-bottom: 72px;
  z-index: 2;
}

.video-landing-v2.video-landing-no-meta-v2 .video-landing-content-v2 {
  margin-top: calc(0px - var(--video-landing-card-overlap-v2));
}

.video-landing-v2.video-landing-compact-meta-v2 .video-landing-content-v2 {
  margin-top: calc(0px - var(--video-landing-card-overlap-v2));
}

.video-landing-v2 .video-landing-list-v2 {
  display: grid;
  gap: 28px;
}

.video-landing-v2 .video-landing-card-v2 {
  padding: 14px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.14);
}

.video-landing-v2 .video-landing-frame-v2 {
  overflow: hidden;
  border-radius: 4px;
  background: #0f1220;
}

.video-landing-v2 .video-landing-frame-v2 iframe {
  display: block;
  width: 100%;
  border: 0;
  aspect-ratio: 16 / 9;
}

.video-landing-v2 .video-missing {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #c7cede;
  text-align: center;
}

.video-landing-v2 .video-landing-youtube-link-v2 {
  width: fit-content;
  margin: 16px auto 2px;
  color: color-mix(in srgb, var(--video-primary) 72%, #111827);
  display: inline-flex;
  font-family: var(--video-text-font);
  font-size: 0.98rem;
  font-weight: 750;
  text-decoration: none;
}

.video-landing-v2 .video-landing-youtube-link-v2:hover,
.video-landing-v2 .video-landing-youtube-link-v2:focus-visible {
  color: var(--video-primary);
  text-decoration: underline;
}

@media (max-width: 640px) {
  .video-landing-v2 {
    --video-landing-card-overlap-v2: clamp(145px, 32vw, 208px);
  }

  .video-landing-v2 .video-landing-hero-v2 {
    min-height: calc(var(--video-landing-card-overlap-v2) + 170px);
    padding: 44px 18px calc(var(--video-landing-card-overlap-v2) + 20px);
  }

  .video-landing-v2.video-landing-compact-meta-v2 .video-landing-hero-v2 {
    min-height: calc(var(--video-landing-card-overlap-v2) + 118px);
    padding: 24px 18px calc(var(--video-landing-card-overlap-v2) + 18px);
  }

  .video-landing-v2.video-landing-compact-meta-v2.video-landing-meta-count-1 .video-landing-hero-v2 {
    min-height: calc(var(--video-landing-card-overlap-v2) + 66px);
  }

  .video-landing-v2.video-landing-compact-meta-v2.video-landing-meta-count-3 .video-landing-hero-v2 {
    min-height: calc(var(--video-landing-card-overlap-v2) + 144px);
  }

  .video-landing-v2.video-landing-no-meta-v2 .video-landing-hero-v2 {
    min-height: calc(var(--video-landing-card-overlap-v2) + 24px);
    padding: 0;
  }

  .video-landing-v2 .video-landing-hero-inner-v2 {
    gap: 14px;
  }

  .video-landing-v2 .video-landing-cta-v2 {
    min-height: 52px;
  }

  .video-landing-v2 .video-landing-wave-v2 {
    height: 84px;
  }

  .video-landing-v2 .video-landing-content-v2 {
    width: min(100% - 24px, 880px);
    margin-top: calc(0px - var(--video-landing-card-overlap-v2));
    padding-bottom: 48px;
  }

  .video-landing-v2.video-landing-no-meta-v2 .video-landing-content-v2 {
    margin-top: calc(0px - var(--video-landing-card-overlap-v2));
  }

  .video-landing-v2.video-landing-compact-meta-v2 .video-landing-content-v2 {
    margin-top: calc(0px - var(--video-landing-card-overlap-v2));
  }

  .video-landing-v2 .video-landing-list-v2 {
    gap: 18px;
  }

  .video-landing-v2 .video-landing-card-v2 {
    padding: 8px;
  }
}

.menu-preview-container {
  max-width: 920px;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 0;
  padding: 16px 20px;
}

.menu-preview-shell {
  background: var(--landing-accent);
  border-radius: var(--tp-radius-xl);
  padding: 16px;
  box-shadow: none;
  display: grid;
  height: 100%;
  min-height: 0;
}

.menu-preview-card {
  background: #fff;
  border: 1px solid rgba(29, 37, 56, 0.15);
  border-radius: var(--tp-radius-lg);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.menu-preview-header {
  display: grid;
  min-height: 0;
}

.menu-preview-cover {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.menu-preview-cover-placeholder {
  background: #171f34;
  color: #d3d8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  font-size: 0.84rem;
}

.menu-preview-info {
  text-align: center;
  padding: 14px;
  display: grid;
  gap: 4px;
}

.menu-preview-info strong {
  font-size: 1.02rem;
}

.menu-preview-info span {
  font-size: 0.86rem;
  opacity: 0.92;
}

.menu-preview-document {
  display: flex;
  margin: 14px;
  border-radius: var(--tp-radius-md);
  border: 1px solid rgba(26, 34, 54, 0.18);
  overflow: hidden;
  background: #0f1220;
  min-height: 0;
}

.menu-preview-document iframe {
  flex: 1;
  width: 100%;
  min-height: 0;
  border: 0;
  display: block;
  background: #fff;
}

.menu-preview-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: contain;
  background: #101320;
}

.menu-preview-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 14px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  padding: 10px 14px;
}

.menu-preview-cta-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.menu-preview-cta-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.feedback-page {
  background: #fff;
}

.feedback-page-container {
  overflow-x: hidden;
  overflow-x: clip;
}

.feedback-page-container::after {
  width: 170px;
  height: 170px;
  right: -28px;
  bottom: -10px;
  left: auto;
  background-image: url('/assets/img/collax/news-shape-2.png');
}

.feedback-page-header {
  text-align: center;
  margin-bottom: 16px;
}

.feedback-page-header h1 {
  color: var(--feedback-primary, var(--tp-theme-1));
}

.feedback-page-header p {
  margin: 8px 0 0;
  color: var(--tp-muted);
}

.feedback-alert {
  border-radius: 12px;
  padding: 11px 13px;
  margin-bottom: 12px;
  border: 1px solid transparent;
}

.feedback-alert-success {
  color: #1d6d43;
  background: #ecfcf3;
  border-color: #abebcb;
}

.feedback-alert-error {
  color: #8d1f2f;
  background: #fff1f3;
  border-color: #f3b5bf;
}

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

.feedback-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.feedback-form-card,
.feedback-stats-card {
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(25, 35, 56, 0.12);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  padding: 18px;
}

.feedback-form-card h2,
.feedback-stats-card h3 {
  margin-bottom: 12px;
}

.feedback-field {
  margin-bottom: 13px;
}

.feedback-field label {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #2b3450;
}

.required {
  color: #a9293e;
}

.feedback-input,
.feedback-textarea {
  width: 100%;
  border: 1px solid #ccd6ea;
  border-radius: 12px;
  background: #f8faff;
  color: #111728;
  padding: 10px 12px;
  font: inherit;
}

.feedback-textarea {
  resize: vertical;
  min-height: 118px;
}

.public-landing input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="hidden"])::placeholder,
.public-landing textarea::placeholder,
.public-landing .feedback-input::placeholder,
.public-landing .feedback-textarea::placeholder {
  color: #b9c6d9;
  opacity: 1;
}

.feedback-input.is-invalid,
.feedback-textarea.is-invalid {
  border-color: #d65b6d;
  background: #fff6f8;
}

.feedback-field-error {
  margin: 7px 0 0;
  font-size: 0.84rem;
  color: #a12335;
}

.feedback-star-picker {
  display: inline-flex;
  gap: 5px;
}

.feedback-star {
  border: 0;
  background: transparent;
  color: #c6cedf;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.feedback-star:hover,
.feedback-star.active {
  color: #ffb637;
}

.feedback-star:hover {
  transform: translateY(-1px);
}

.feedback-field-help {
  margin: 7px 0 0;
  color: #6b7590;
  font-size: 0.86rem;
}

.feedback-submit {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: var(--feedback-action-bg, linear-gradient(135deg, var(--feedback-primary, var(--tp-theme-1)) 0%, #3f3adc 100%));
  color: var(--feedback-action-contrast, #fff);
  font: inherit;
  font-weight: 700;
  padding: 11px 16px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feedback-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(63, 58, 220, 0.3);
}

.feedback-summary {
  display: grid;
  gap: 14px;
}

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

.feedback-average-score {
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1.1;
}

.feedback-average-stars {
  color: #ffb637;
  letter-spacing: 1px;
}

.feedback-average-count {
  color: #6e7690;
  font-size: 0.9rem;
}

.feedback-breakdown {
  display: grid;
  gap: 8px;
}

.feedback-breakdown-row {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 8px;
}

.feedback-breakdown-label,
.feedback-breakdown-value {
  font-size: 0.84rem;
  color: #4a536d;
}

.feedback-breakdown-track {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #edf1fa;
  overflow: hidden;
}

.feedback-breakdown-track > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--feedback-primary, var(--tp-theme-1)) 0%, #736df5 100%);
}

.feedback-reviews {
  margin-top: 14px;
  border-top: 1px solid rgba(31, 42, 64, 0.11);
  padding-top: 14px;
}

.feedback-reviews-topless {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.feedback-empty {
  color: #69728e;
}

.feedback-review-item {
  border: 1px solid rgba(26, 35, 56, 0.11);
  border-radius: 12px;
  padding: 11px 12px;
  margin-top: 10px;
  background: #fbfcff;
}

.feedback-review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.feedback-review-head > div {
  min-width: 0;
}

.feedback-review-stars {
  color: #ffb637;
  letter-spacing: 1px;
  font-size: 0.88rem;
}

.feedback-review-head strong {
  display: block;
  margin-top: 3px;
  overflow-wrap: anywhere;
}

.feedback-review-head time {
  color: #6f7890;
  font-size: 0.78rem;
  white-space: nowrap;
}

.feedback-review-item p {
  margin: 0;
  color: #404a65;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.feedback-pagination {
  margin-top: 14px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.feedback-page-link {
  text-decoration: none;
  border: 1px solid #ced7e8;
  background: #fff;
  color: #2f3750;
  border-radius: 10px;
  padding: 6px 11px;
  font-size: 0.84rem;
  font-weight: 700;
}

.feedback-page-link:hover,
.feedback-page-link.active {
  color: #fff;
  border-color: var(--feedback-primary, var(--tp-theme-1));
  background: var(--feedback-primary, var(--tp-theme-1));
}

.facebook-page {
  background: var(--landing-accent);
}

.facebook-card {
  max-width: 700px;
  margin: 0 auto;
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(30, 38, 58, 0.12);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  padding: 20px;
  text-align: center;
}

.facebook-cover {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: var(--tp-radius-md);
  border: 1px solid rgba(28, 37, 57, 0.12);
}

.facebook-cover-placeholder {
  display: grid;
  place-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #e9efff 0%, #f4f7ff 100%);
  color: #445076;
}

.facebook-cover-icon {
  font-size: 1.6rem;
}

.facebook-cover-like {
  font-size: 0.9rem;
  font-weight: 700;
}

.facebook-card h1 {
  margin-top: 13px;
}

.facebook-like-btn,
.facebook-link,
.facebook-website {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  padding: 10px 12px;
}

.facebook-like-btn {
  margin-top: 14px;
  background: #1877f2;
  color: #fff;
}

.facebook-like-btn:hover {
  color: #fff;
  background: #1363ca;
}

.facebook-link {
  margin-top: 8px;
  border: 1px solid rgba(24, 119, 242, 0.35);
  color: #1d4ea8;
  background: #f2f7ff;
}

.facebook-website {
  margin-top: 8px;
  border: 1px solid rgba(29, 39, 58, 0.16);
  color: #27314f;
  background: #f9fbff;
  overflow-wrap: anywhere;
}

.facebook-landing-v2 {
  display: grid;
  place-items: start center;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--facebook-secondary, #f2f7ff) 76%, #ffffff) 0, transparent 34rem),
    linear-gradient(180deg, var(--facebook-secondary, #f2f7ff) 0%, #ffffff 58%);
  color: #111827;
  font-family: var(--facebook-text-font, 'DM Sans', system-ui, sans-serif);
}

.facebook-landing-page-v2 {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
}

.facebook-landing-hero-v2 {
  position: relative;
  min-height: clamp(205px, 32vw, 460px);
  overflow: hidden;
  background-color: var(--facebook-primary, #1877f2);
  background-position: center;
  background-size: cover;
}

.facebook-landing-hero-v2 svg {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 62px;
}

.facebook-landing-content-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 13px;
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 0 20px 24px;
}

.facebook-landing-avatar-v2 {
  display: grid;
  place-items: center;
  width: 112px;
  aspect-ratio: 1;
  margin-top: -58px;
  border: 6px solid #ffffff;
  border-radius: 999px;
  background: #1877f2;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.2);
  overflow: hidden;
}

.facebook-landing-avatar-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--facebook-profile-image-x, 50%) var(--facebook-profile-image-y, 50%);
  transform: scale(var(--facebook-profile-image-scale, 1));
  transform-origin: var(--facebook-profile-image-x, 50%) var(--facebook-profile-image-y, 50%);
}

.facebook-landing-avatar-v2 i {
  font-size: 4.2rem;
}

.facebook-landing-content-v2 h1 {
  margin: 0;
  max-width: 100%;
  color: #111827;
  font-family: var(--facebook-title-font, 'DM Sans', system-ui, sans-serif);
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.facebook-landing-description-v2 {
  margin: 0;
  max-width: 100%;
  color: #5f6b82;
  font-size: 0.82rem;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.facebook-landing-cta-v2 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  min-height: 56px;
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  background: var(--facebook-action-bg, var(--facebook-cta-bg, var(--facebook-primary, #1877f2)));
  color: var(--facebook-action-contrast, #ffffff);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.facebook-landing-cta-label-v2 {
  display: block;
  font-size: 0.92rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

body.public-landing .facebook-landing-cta-v2,
body.public-landing .facebook-landing-cta-v2:visited {
  color: var(--facebook-action-contrast, #ffffff);
  text-decoration: none;
}

body.public-landing .facebook-landing-cta-v2:hover,
body.public-landing .facebook-landing-cta-v2:focus {
  color: var(--facebook-action-contrast, #ffffff);
  filter: brightness(0.95);
}

.facebook-landing-website-v2 {
  color: #1f6d4c;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.public-landing .facebook-landing-website-v2,
body.public-landing .facebook-landing-website-v2:visited {
  color: #1f6d4c;
  text-decoration: none;
}

.facebook-landing-website-v2:hover,
body.public-landing .facebook-landing-website-v2:hover,
body.public-landing .facebook-landing-website-v2:focus {
  color: #18573d;
}

@media (max-width: 640px) {
  .facebook-landing-page-v2 {
    box-shadow: none;
  }

  .facebook-landing-hero-v2 {
    min-height: 205px;
  }

  .facebook-landing-content-v2 {
    padding-bottom: 24px;
  }
}

.event-page {
  background: var(--landing-accent);
}

.event-card {
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(29, 37, 57, 0.12);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  padding: 20px;
}

.event-cover {
  width: 100%;
  display: block;
  border-radius: var(--tp-radius-md);
  border: 1px solid rgba(30, 39, 60, 0.14);
  margin-bottom: 12px;
  max-height: 320px;
  object-fit: cover;
}

.event-summary {
  margin-top: 7px;
}

.event-section {
  margin-top: 14px;
  border-top: 1px solid rgba(28, 36, 57, 0.1);
  padding-top: 12px;
}

.event-section h2 {
  margin-bottom: 8px;
}

.event-section p {
  margin: 0;
  color: #4a556f;
}

.event-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.event-services span {
  border-radius: 999px;
  border: 1px solid rgba(89, 86, 233, 0.3);
  background: rgba(89, 86, 233, 0.1);
  color: #2f3571;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 4px 10px;
}

.event-contact {
  display: grid;
  gap: 8px;
}

.event-contact div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(28, 36, 57, 0.1);
  padding-bottom: 7px;
}

.event-contact div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.event-contact div > * {
  min-width: 0;
}

.event-contact strong {
  color: #36405d;
}

.event-contact span,
.event-contact a {
  text-align: right;
}

.coupon-page {
  background: var(--landing-accent);
}

.coupon-card {
  max-width: 700px;
  margin: 0 auto;
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(29, 39, 60, 0.12);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  padding: 22px;
  text-align: center;
}

.coupon-image {
  width: 100%;
  border-radius: var(--tp-radius-md);
  border: 1px solid rgba(28, 37, 57, 0.14);
  margin-bottom: 12px;
  max-height: 300px;
  object-fit: cover;
}

.coupon-expiry {
  margin-top: 8px;
  display: inline-block;
  border-radius: 999px;
  border: 1px solid #ead592;
  background: #fff8dc;
  color: #6f5309;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 10px;
}

.coupon-terms {
  margin-top: 10px;
  color: #4b5672;
  font-size: 0.92rem;
  white-space: pre-line;
}

.coupon-actions {
  margin-top: 16px;
  display: grid;
  gap: 9px;
}

.coupon-claim {
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--tp-theme-1) 0%, #4340e2 100%);
  color: #fff;
  font: inherit;
  font-weight: 700;
  padding: 11px 14px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.coupon-claim:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(66, 62, 224, 0.34);
}

.coupon-claim:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.coupon-offer-badge {
  display: inline-flex;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(89, 86, 233, 0.32);
  background: rgba(89, 86, 233, 0.1);
  color: #312e8e;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 5px 12px;
}

.coupon-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(13, 16, 30, 0.64);
  display: grid;
  place-items: center;
  padding: 20px;
  z-index: 40;
}

.coupon-modal-backdrop[hidden] {
  display: none !important;
}

.coupon-modal {
  width: min(430px, 100%);
  max-width: calc(100vw - 40px);
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #fff;
  box-shadow: var(--tp-shadow-lg);
  padding: 20px;
  position: relative;
}

.coupon-modal h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.coupon-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: #5f6783;
  font-size: 1.45rem;
  cursor: pointer;
}

.coupon-modal-code {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #2e3563;
  border-radius: 12px;
  border: 1px dashed rgba(89, 86, 233, 0.38);
  background: #f4f5ff;
  padding: 10px 12px;
  text-align: center;
}

.coupon-modal-terms {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid rgba(30, 39, 58, 0.12);
  background: #fafbff;
  padding: 10px;
}

.coupon-modal-terms strong {
  display: block;
  margin-bottom: 6px;
}

.coupon-modal-terms p {
  margin: 0;
  font-size: 0.9rem;
  color: #505a74;
}

.coupon-modal-footer {
  margin-top: 12px;
}

.coupon-modal-confirm {
  width: 100%;
  border: 0;
  border-radius: 11px;
  background: var(--tp-theme-1);
  color: #fff;
  font: inherit;
  font-weight: 700;
  padding: 10px 12px;
  cursor: pointer;
}

body.coupon-modal-open {
  overflow: hidden;
}

.playlist-page {
  background: var(--landing-accent);
}

.playlist-card {
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(30, 39, 60, 0.12);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  padding: 20px;
  text-align: center;
}

.playlist-cover {
  width: min(260px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(30, 39, 60, 0.15);
  margin-bottom: 10px;
}

.playlist-artist {
  color: #4f5775;
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 5px;
}

.playlist-links {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.playlist-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid rgba(30, 39, 60, 0.12);
  background: #fff;
  color: #222a46;
  padding: 10px 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.playlist-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(20, 27, 40, 0.14);
}

.playlist-link-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  justify-content: flex-start;
}

.playlist-link-main span {
  text-align: left;
  font-weight: 700;
  white-space: normal;
}

.playlist-link-cta {
  border-radius: 999px;
  border: 1px solid rgba(89, 86, 233, 0.34);
  background: rgba(89, 86, 233, 0.1);
  color: #3a38ba;
  font-size: 0.77rem;
  font-weight: 700;
  padding: 4px 10px;
}

.mp3-page {
  background: var(--landing-accent);
}

.mp3-card {
  max-width: 700px;
  margin: 0 auto;
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(30, 39, 60, 0.12);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  padding: 22px;
  text-align: center;
}

.mp3-logo {
  width: 112px;
  height: 112px;
  border-radius: 24px;
  object-fit: cover;
  border: 1px solid rgba(30, 39, 60, 0.18);
  margin-bottom: 10px;
}

.mp3-player {
  width: 100%;
  margin-top: 14px;
}

.mp3-card .btn-primary,
.mp3-card .btn-secondary {
  margin-top: 14px;
}

.mp3-landing-v2 {
  --mp3-primary: #527AC9;
  --mp3-secondary: #7EC09F;
  --mp3-cta-text: #ffffff;
  --mp3-title-font: var(--tp-font-heading);
  --mp3-text-font: var(--tp-font-body);
  --mp3-image-x: 50%;
  --mp3-image-y: 50%;
  --mp3-image-scale: 1;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--mp3-secondary) 26%, transparent), transparent 34rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 44%, #eef5f1 100%);
  color: #172033;
  font-family: var(--mp3-text-font);
}

.mp3-landing-shell-v2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.mp3-landing-hero-v2 {
  position: relative;
  min-height: clamp(320px, 48vh, 520px);
  overflow: hidden;
  background:
    var(--mp3-hero-bg, linear-gradient(145deg, color-mix(in srgb, var(--mp3-primary) 92%, white 8%) 0%, color-mix(in srgb, var(--mp3-secondary) 82%, white 18%) 100%));
}

.mp3-landing-cover-hero-v2 {
  background: #121824;
}

.mp3-landing-hero-image-v2 {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--mp3-image-x, 50%) var(--mp3-image-y, 50%);
  transform: scale(var(--mp3-image-scale, 1));
  transform-origin: var(--mp3-image-x, 50%) var(--mp3-image-y, 50%);
}

.mp3-landing-share-v2 {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 5px;
  color: #ffffff;
  background: transparent;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  display: grid;
  place-items: center;
  cursor: pointer;
  font: inherit;
  appearance: none;
}

.mp3-landing-share-v2:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
}

.mp3-landing-wave-v2 {
  position: absolute;
  right: -6%;
  bottom: -1px;
  left: -6%;
  z-index: 2;
  height: 52%;
  background: #ffffff;
  clip-path: ellipse(64% 56% at 50% 100%);
}

.mp3-landing-content-v2 {
  position: relative;
  z-index: 3;
  width: min(100%, 720px);
  margin: 0 auto;
  margin-top: -60px;
  padding: clamp(28px, 5vw, 64px) clamp(24px, 5vw, 64px) clamp(40px, 7vh, 88px);
}

.mp3-landing-cover-v2 {
  width: clamp(150px, 25vw, 220px);
  aspect-ratio: 1;
  margin-top: clamp(-110px, -12vw, -76px);
  margin-bottom: 28px;
  border: 8px solid #ffffff;
  border-radius: 28px;
  overflow: hidden;
  background: #eef3fb;
  box-shadow: 0 18px 42px rgba(15, 24, 44, 0.22);
}

.mp3-landing-cover-v2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--mp3-image-x, 50%) var(--mp3-image-y, 50%);
  transform: scale(var(--mp3-image-scale, 1));
  transform-origin: var(--mp3-image-x, 50%) var(--mp3-image-y, 50%);
}

.mp3-landing-content-v2 h1 {
  margin: 0;
  font-family: var(--mp3-title-font);
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
  color: #0f172a;
}

.mp3-landing-description-v2 {
  max-width: 680px;
  margin: 20px 0 0;
  color: #5c687c;
  font-size: clamp(1.02rem, 2.2vw, 1.35rem);
  line-height: 1.65;
}

.mp3-landing-player-v2 {
  display: block;
  width: 100%;
  margin-top: 28px;
  accent-color: var(--mp3-primary);
}

.mp3-landing-cta-v2,
.mp3-landing-download-v2,
.mp3-landing-website-v2,
.mp3-landing-social-v2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
}

.mp3-landing-cta-v2 {
  margin-top: 24px;
  background: var(--mp3-action-bg, var(--mp3-primary));
  color: var(--mp3-action-contrast, var(--mp3-cta-text, #ffffff));
  box-shadow: 0 18px 36px color-mix(in srgb, var(--mp3-action-bg, var(--mp3-primary)) 30%, transparent);
}

body.public-landing .mp3-landing-cta-v2,
body.public-landing .mp3-landing-cta-v2:hover,
body.public-landing .mp3-landing-cta-v2:visited,
body.public-landing .mp3-landing-cta-v2:focus {
  color: var(--mp3-action-contrast, var(--mp3-cta-text, #ffffff));
  text-decoration-color: transparent;
}

.mp3-landing-download-v2 {
  margin-top: 12px;
  border: 1px solid color-mix(in srgb, var(--mp3-primary) 34%, transparent);
  background: color-mix(in srgb, var(--mp3-primary) 10%, #ffffff);
  color: color-mix(in srgb, var(--mp3-primary) 72%, #172033);
}

body.public-landing .mp3-landing-download-v2,
body.public-landing .mp3-landing-download-v2:hover,
body.public-landing .mp3-landing-download-v2:visited,
body.public-landing .mp3-landing-download-v2:focus {
  color: color-mix(in srgb, var(--mp3-primary) 72%, #172033);
}

.mp3-landing-website-v2 {
  justify-content: flex-start;
  min-height: auto;
  margin-top: 20px;
  color: color-mix(in srgb, var(--mp3-primary) 78%, #172033);
}

body.public-landing .mp3-landing-website-v2,
body.public-landing .mp3-landing-website-v2:hover,
body.public-landing .mp3-landing-website-v2:visited,
body.public-landing .mp3-landing-website-v2:focus {
  color: color-mix(in srgb, var(--mp3-primary) 78%, #172033);
}

.mp3-landing-social-v2 {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mp3-landing-social-v2 a {
  justify-content: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: #ffffff;
  color: #172033;
  box-shadow: 0 12px 30px rgba(20, 31, 55, 0.08);
}

body.public-landing .mp3-landing-social-v2 a,
body.public-landing .mp3-landing-social-v2 a:hover,
body.public-landing .mp3-landing-social-v2 a:visited,
body.public-landing .mp3-landing-social-v2 a:focus {
  color: #172033;
  text-decoration: none;
}

.mp3-landing-social-v2 i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #ffffff;
  background: var(--mp3-primary);
}

.business-page {
  background: var(--landing-accent);
}

.business-card {
  border-radius: var(--tp-radius-lg);
  border: 1px solid rgba(30, 39, 60, 0.12);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  padding: 20px;
}

.business-logo {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(30, 39, 60, 0.15);
  display: block;
  margin: 0 auto 10px;
}

.business-card h1,
.business-card .muted {
  text-align: center;
}

.business-lines,
.business-hours,
.business-social {
  margin-top: 14px;
}

.business-lines div,
.business-hours div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(28, 37, 57, 0.1);
}

.business-lines div:last-child,
.business-hours div:last-child {
  border-bottom: 0;
}

.business-lines div > *,
.business-hours div > * {
  min-width: 0;
}

.business-lines strong,
.business-hours strong {
  color: #36405d;
}

.business-lines span,
.business-lines a,
.business-hours span {
  text-align: right;
}

.business-hours h2 {
  margin-bottom: 7px;
}

.business-social {
  display: grid;
  gap: 8px;
}

.business-social a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid rgba(29, 38, 58, 0.11);
  background: #fff;
  color: #242b45;
  font-weight: 700;
  padding: 10px 12px;
}

.social-item > *,
.playlist-link > *,
.business-social a > * {
  min-width: 0;
}

.business-social a span:first-child {
  text-transform: capitalize;
}

.public-phone,
.phone-frame,
.phone-screen,
.wizard-phone-card,
.event-card-compact,
.coupon-card-compact,
.playlist-card-compact,
.mp3-card-compact,
.business-card-compact,
.facebook-card-compact,
.facebook-title,
.facebook-desc,
.event-mini-title,
.event-mini-summary,
.event-services-compact {
  display: none !important;
}

.instagram-page,
.ig-profile,
.ig-profile-header,
.ig-avatar,
.ig-headline,
.ig-stats,
.ig-grid {
  /* kept for non-rendered legacy instagram template compatibility */
}

@media (max-width: 991.98px) {
  .public-container {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .public-card {
    padding: 20px;
    border-radius: 22px;
  }

  .feedback-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .menu-preview-document iframe {
    min-height: 0;
  }

  .public-container::before {
    width: 200px;
    height: 200px;
    right: -24px;
  }

  .public-container::after {
    width: 170px;
    height: 170px;
    left: -34px;
  }
}

@media (max-width: 767.98px) {
  body.public-landing::before,
  body.public-landing::after,
  .public-container::before,
  .public-container::after {
    display: none;
  }

  .public-container-gallery-single {
    padding: 10px 6px 28px;
  }

  .public-card {
    padding: 16px;
  }

  .gallery-page-single {
    padding: 6px;
    border-radius: 18px;
  }

  .gallery-page-single .gallery-preview-card {
    padding: 6px;
    border-radius: 16px;
  }

  .gallery-page-single .gallery-preview-hero {
    padding: 12px;
  }

  .gallery-grid .gallery-single-image {
    border-radius: 12px;
  }

  .public-card h1 {
    font-size: 1.5rem;
  }

  .public-landing--profile .public-container-single {
    padding: 28px 14px;
  }

  .public-landing--profile .profile-card {
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .public-landing--profile .social-card {
    border-radius: 18px;
    padding: 16px;
  }

  .public-landing--profile .profile-hero img {
    width: 85px;
    height: 85px;
    border-radius: 21px;
  }

  .public-landing--profile .profile-hero h1 {
    font-size: 1.32rem;
  }

  .public-landing--profile .profile-field-row {
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }

  .public-landing--profile .profile-field-value {
    font-size: 0.88rem;
  }

  .public-landing--profile .profile-social-card h2 {
    font-size: 1rem;
  }

  .public-landing--profile .social-item {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 11px;
  }

  .public-landing--profile .social-cta {
    justify-self: end;
  }

  .public-landing--text .public-text-container {
    padding: 28px 14px;
  }

  .public-landing--pdf .public-pdf-container {
    padding: 12px;
  }

  .text-page-card {
    border-radius: 22px;
    gap: 14px;
    min-height: calc(100svh - 56px);
    min-height: calc(100dvh - 56px);
    padding: 16px;
  }

  .text-page-heading {
    border-radius: 18px;
    padding: 14px 12px;
  }

  .text-message-content {
    border-radius: 18px;
    min-height: 190px;
    padding: 18px;
  }

  .text-copy-button {
    border-radius: 16px;
    min-height: 52px;
  }

  .social-card,
  .links-main-card,
  .video-card,
  .app-card,
  .coupon-card,
  .event-card,
  .playlist-card,
  .mp3-card,
  .business-card {
    padding: 16px;
  }

  .profile-field-row,
  .event-contact div,
  .business-lines div,
  .business-hours div {
    align-items: flex-start;
  }

  .profile-field-value,
  .event-contact span,
  .event-contact a,
  .business-lines span,
  .business-lines a,
  .business-hours span {
    text-align: left;
  }

  .menu-preview-document iframe {
    min-height: 0;
  }

  .social-item,
  .playlist-link,
  .business-social a {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .social-cta,
  .playlist-link-cta {
    justify-self: start;
  }

  .feedback-breakdown-row {
    grid-template-columns: 40px minmax(0, 1fr) minmax(24px, auto);
  }

  .feedback-page-container::after {
    display: none;
  }
}

@media (max-width: 420px) {
  .public-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pdf-landing-cta,
  .menu-preview-cta {
    font-size: 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  body.public-landing::before,
  body.public-landing::after {
    animation: none !important;
  }
}

body.event-landing-v2 {
  --event-primary: #8bc6a4;
  --event-secondary: #537ac9;
  --event-primary-contrast: #17231b;
  --event-secondary-contrast: #fff;
  --event-title-font: 'Manrope', system-ui, sans-serif;
  --event-text-font: 'Manrope', system-ui, sans-serif;
  margin: 0;
  min-height: 100vh;
  background: #fff;
  color: #20232a;
  font-family: var(--event-text-font);
}

.event-landing-v2 .event-landing-shell-v2 {
  min-height: 100vh;
  position: relative;
  padding-bottom: 72px;
}

.event-landing-v2 .event-landing-hero-v2 {
  position: relative;
  min-height: 320px;
  background: var(--event-hero-bg, linear-gradient(180deg, var(--event-secondary) 0%, var(--event-primary) 100%));
  color: var(--event-hero-contrast, var(--event-secondary-contrast));
  display: grid;
  place-items: start center;
  padding: 90px 24px 120px;
  overflow: hidden;
}

.event-landing-v2 .event-landing-share-v2 {
  position: absolute;
  top: 14px;
  right: 4px;
  z-index: 3;
  width: 41.4px;
  height: 41.4px;
  padding: 0;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: var(--event-hero-contrast, var(--event-secondary-contrast, #fff));
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
  appearance: none;
}

.event-landing-v2 .event-landing-share-v2:focus-visible {
  outline: 2px solid var(--event-hero-contrast, var(--event-secondary-contrast, #fff));
  outline-offset: 3px;
}

.event-landing-v2 .event-landing-hero-v2 svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 150px;
}

.event-landing-v2 .event-landing-brand-v2 {
  position: relative;
  z-index: 1;
  font-family: var(--event-title-font);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 800;
}

.event-landing-v2 .event-landing-content-v2 {
  width: min(760px, calc(100% - 32px));
  margin: -71px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
}

.event-landing-v2 .event-main-card-v2,
.event-landing-v2 .event-section-card-v2 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(31, 41, 55, 0.09);
  padding: 22px;
}

.event-landing-v2 .event-main-card-v2 {
  text-align: center;
}

.event-landing-v2 .event-main-image-v2 {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 22px;
}

.event-landing-v2 .event-title-v2 {
  font-family: var(--event-title-font);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.08;
  margin: 0 0 12px;
}

.event-landing-v2 .event-summary-v2 {
  color: #7a8492;
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 auto 22px;
  max-width: 560px;
}

.event-landing-v2 .event-cta-v2 {
  display: grid;
  place-items: center;
  min-height: 58px;
  border-radius: 7px;
  background: var(--event-action-bg, var(--event-primary));
  color: var(--event-action-contrast, var(--event-primary-contrast));
  font-weight: 900;
  text-decoration: none;
}

.event-landing-v2 .event-section-heading-v2 {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.event-landing-v2 .event-section-heading-v2 span {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #f6f8fa;
  color: #8c96a3;
}

.event-landing-v2 .event-section-heading-v2 h2 {
  font-family: var(--event-title-font);
  font-size: 1.35rem;
  margin: 0;
}

.event-landing-v2 .event-detail-row-v2,
.event-landing-v2 .event-contact-row-v2,
.event-landing-v2 .event-social-row-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid #edf0f4;
}

.event-landing-v2 .event-detail-row-v2 strong {
  font-weight: 800;
}

.event-landing-v2 .event-detail-row-v2 span,
.event-landing-v2 .event-section-card-v2 p {
  color: #737d8b;
}

.event-landing-v2 .event-contact-row-v2 {
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
}

.event-landing-v2 .event-contact-row-v2 i,
.event-landing-v2 .event-social-icon-v2 {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f6f8fa;
  color: #8c96a3;
}

.event-landing-v2 .event-contact-row-v2 a,
.event-landing-v2 .event-social-row-v2 a,
.event-landing-v2 .event-map-link-v2 {
  color: var(--event-secondary);
  font-weight: 800;
  text-decoration: none;
}

.event-landing-v2 .event-social-row-v2 {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
}

.event-landing-v2 .event-facilities-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 14px;
}

.event-landing-v2 .event-facility-v2 {
  min-height: 112px;
  border-radius: 8px;
  background: #fbfcfd;
  border: 1px solid #edf0f4;
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
  font-weight: 800;
  color: #273346;
}

.event-landing-v2 .event-facility-v2 i {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #f0f2f5;
  display: grid;
  place-items: center;
  color: #8c96a3;
}

@media (max-width: 640px) {
  .event-landing-v2 .event-landing-hero-v2 {
    min-height: 260px;
    padding-top: 62px;
  }

  .event-landing-v2 .event-landing-content-v2 {
    width: min(420px, calc(100% - 24px));
    margin-top: -113px;
    gap: 18px;
  }

  .event-landing-v2 .event-main-card-v2,
  .event-landing-v2 .event-section-card-v2 {
    padding: 18px;
  }

  .event-landing-v2 .event-detail-row-v2 {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .event-landing-v2 .event-landing-list-v2 div,
  .event-landing-v2 .event-landing-contact-list-v2 div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .event-landing-v2 .event-landing-list-v2 div > :last-child,
  .event-landing-v2 .event-landing-contact-list-v2 div > :last-child {
    text-align: left;
  }
}

.event-landing-v2 .event-landing-page-v2 {
  min-height: 100vh;
  padding-bottom: 72px;
  position: relative;
}

.event-landing-v2 .business-landing-page-v2 {
  --business-landing-image-overlap: 180px;
}

.event-landing-v2 .business-landing-hero-v2 {
  min-height: 320px;
  padding: 82px 24px 120px;
  place-items: start center;
}

.event-landing-v2 .business-landing-hero-inner-v2 {
  max-width: min(720px, 100%);
}

.event-landing-v2 .event-landing-hero-v2.business-landing-hero-v2 h1 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.16;
  font-weight: 800;
  margin: 0;
}

.event-landing-v2 .business-landing-content-v2 {
  margin-top: calc(-1 * var(--business-landing-image-overlap));
}

.event-landing-v2 .event-landing-hero-inner-v2 {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
}

.event-landing-v2 .event-landing-eyebrow-v2 {
  font-weight: 800;
  margin: 0 0 24px;
  opacity: 0.92;
}

.event-landing-v2 .event-landing-hero-v2 h1 {
  font-family: var(--event-title-font);
  font-size: clamp(2.1rem, 5vw, 3.7rem);
  line-height: 1.05;
  margin: 0 0 14px;
}

.event-landing-v2 .event-landing-hero-v2 p {
  font-size: 1.1rem;
  line-height: 1.55;
  margin: 0;
}

.event-landing-v2 .event-landing-wave-v2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 78px;
  background: #fff;
  clip-path: polygon(0 58%, 24% 66%, 52% 54%, 76% 44%, 100% 46%, 100% 100%, 0 100%);
}

.event-landing-v2 .event-landing-main-card-v2,
.event-landing-v2 .event-landing-card-v2 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(31, 41, 55, 0.09);
  padding: 22px;
}

.event-landing-v2 .event-landing-main-card-v2 {
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.event-landing-v2 .business-landing-main-card-v2 {
  gap: 0;
  padding-bottom: 22px;
}

.event-landing-v2 .business-landing-main-card-overlap-v2 {
  margin-top: 0;
}

@media (max-width: 640px) {
  .event-landing-v2 .business-landing-page-v2 {
    --business-landing-image-overlap: 82px;
  }

  .event-landing-v2 .business-landing-hero-v2 {
    min-height: 248px;
    padding: 58px 18px 92px;
  }

  .event-landing-v2 .event-landing-hero-v2.business-landing-hero-v2 h1 {
    font-size: 1.15rem;
  }

  .event-landing-v2 .business-landing-content-v2 {
    width: min(420px, calc(100% - 24px));
    margin-top: calc(-1 * var(--business-landing-image-overlap));
  }
}

.event-landing-v2 .event-landing-cover-v2 {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.event-landing-v2 .business-landing-main-title-v2 {
  margin: 22px 22px 0;
  color: #151927;
  font-family: var(--event-title-font);
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.12;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.event-landing-v2 .business-landing-main-subtitle-v2 {
  margin: 12px 22px 0;
  color: #737d8b;
  font-size: 1rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.event-landing-v2 .event-landing-cta-v2 {
  margin: 18px 22px 22px;
  min-height: 58px;
  border-radius: 7px;
  background: var(--event-action-bg, var(--event-primary));
  color: var(--event-action-contrast, var(--event-primary-contrast));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
}

.event-landing-v2 .event-landing-cta-v2:first-child {
  margin-top: 22px;
}

body.public-landing .event-landing-v2 .event-landing-cta-v2,
body.public-landing .event-landing-v2 .event-landing-cta-v2:visited,
body.public-landing .event-landing-v2 .event-landing-cta-v2:hover,
body.public-landing .event-landing-v2 .event-landing-cta-v2:focus,
body.public-landing.event-landing-v2 .event-landing-cta-v2,
body.public-landing.event-landing-v2 .event-landing-cta-v2:visited,
body.public-landing.event-landing-v2 .event-landing-cta-v2:hover,
body.public-landing.event-landing-v2 .event-landing-cta-v2:focus {
  background: var(--event-action-bg, var(--event-primary));
  color: var(--event-action-contrast, var(--event-primary-contrast));
  text-decoration: none;
}

body.public-landing .event-landing-v2 .event-landing-cta-v2:hover,
body.public-landing.event-landing-v2 .event-landing-cta-v2:hover {
  filter: none;
}

.event-landing-v2 .event-landing-cta-v2 span {
  text-decoration: none;
}

.event-landing-v2 .event-landing-card-v2 header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.event-landing-v2 .event-landing-icon-v2 {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #f6f8fa;
  color: #8c96a3;
}

.event-landing-v2 .event-landing-card-v2 h2 {
  font-family: var(--event-title-font);
  font-size: 1.35rem;
  margin: 0;
}

.event-landing-v2 .event-landing-centered-v2 {
  text-align: center;
}

.event-landing-v2 .event-landing-card-v2 p {
  color: #737d8b;
  line-height: 1.6;
  margin: 0 0 12px;
}

.event-landing-v2 .event-landing-list-v2 div,
.event-landing-v2 .event-landing-contact-list-v2 div {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 16px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid #edf0f4;
}

.event-landing-v2 .event-landing-list-v2 div > *,
.event-landing-v2 .event-landing-contact-list-v2 div > * {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.event-landing-v2 .event-landing-list-v2 div > :last-child,
.event-landing-v2 .event-landing-contact-list-v2 div > :last-child {
  justify-self: stretch;
  text-align: right;
}

.event-landing-v2 .event-landing-list-v2 span,
.event-landing-v2 .event-landing-contact-list-v2 span {
  color: #737d8b;
}

.event-landing-v2 .event-landing-hours-list-v2 div {
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 12px;
}

.event-landing-v2 .event-landing-hours-list-v2 span {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.event-landing-v2 .event-landing-hours-list-v2 strong {
  white-space: nowrap;
}

.event-landing-v2 .event-landing-contact-list-v2 a,
.event-landing-v2 .event-landing-text-link-v2 {
  color: var(--event-secondary);
  font-weight: 800;
  text-decoration: none;
}

.event-landing-v2 .event-landing-map-button-v2 {
  min-height: 46px;
  width: 100%;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  padding: 12px 16px;
  background: color-mix(in srgb, var(--event-secondary) 16%, #ffffff);
  color: var(--event-secondary);
  font-weight: 800;
  text-decoration: none;
}

body.public-landing .event-landing-v2 .event-landing-map-button-v2,
body.public-landing .event-landing-v2 .event-landing-map-button-v2:visited,
body.public-landing .event-landing-v2 .event-landing-map-button-v2:hover,
body.public-landing .event-landing-v2 .event-landing-map-button-v2:focus {
  color: var(--event-secondary);
  text-decoration: none;
}

.event-landing-v2 .event-landing-contact-list-v2 {
  display: grid;
}

.event-landing-v2 .event-landing-contact-row-v2 {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 15px 0;
  border-top: 1px solid #edf0f4;
  color: #20232a;
  text-decoration: none;
}

.event-landing-v2 .event-landing-contact-icon-v2 {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f6f8fa;
  color: #8c96a3;
}

.event-landing-v2 .event-landing-contact-row-v2 > span:last-child {
  min-width: 0;
  display: grid;
  gap: 4px;
  justify-self: stretch;
  text-align: left;
}

.event-landing-v2 .event-landing-contact-row-v2 small {
  color: #8c96a3;
  font-size: 0.85rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.event-landing-v2 .event-landing-contact-row-v2 strong {
  color: #20232a;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 800;
  overflow-wrap: anywhere;
}

body.public-landing .event-landing-v2 .event-landing-contact-row-v2,
body.public-landing .event-landing-v2 .event-landing-contact-row-v2:visited,
body.public-landing .event-landing-v2 .event-landing-contact-row-v2:hover,
body.public-landing .event-landing-v2 .event-landing-contact-row-v2:focus {
  color: #20232a;
  text-decoration: none;
}

.event-landing-v2 .business-landing-contact-list-v2 {
  display: grid;
}

.event-landing-v2 .business-landing-contact-row-v2 {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 15px 0;
  border-top: 1px solid #edf0f4;
  color: #20232a;
  text-decoration: none;
}

body.public-landing .event-landing-v2 .business-landing-contact-row-v2,
body.public-landing .event-landing-v2 .business-landing-contact-row-v2:visited,
body.public-landing .event-landing-v2 .business-landing-contact-row-v2:hover,
body.public-landing .event-landing-v2 .business-landing-contact-row-v2:focus {
  color: #20232a;
  text-decoration: none;
}

.event-landing-v2 .business-landing-contact-icon-v2 {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f6f8fa;
  color: #8c96a3;
}

.event-landing-v2 .business-landing-contact-row-v2 > span:last-child {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.event-landing-v2 .business-landing-contact-row-v2 small {
  color: #8c96a3;
  font-size: 0.85rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.event-landing-v2 .business-landing-contact-row-v2 strong,
.event-landing-v2 .business-landing-contact-row-v2 a {
  color: #20232a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.event-landing-v2 .event-landing-social-list-v2 {
  display: grid;
  gap: 12px;
}

.event-landing-v2 .event-landing-social-list-v2 a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  color: #20232a;
  text-decoration: none;
}

.event-landing-v2 .event-landing-social-list-v2 a > span:first-child {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--social-color) 14%, #fff);
  color: var(--social-color);
  font-size: 1.2rem;
}

.event-landing-v2 .event-landing-profile-detail-card-v2 {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}

.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-contact-list-v2 {
  display: block;
}

.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-address-row-v2,
.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-contact-row-v2 {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 19px 0;
  border-top: 0;
  border-bottom: 1px solid #edf0f4;
  color: inherit;
  font-family: var(--event-text-font, inherit);
}

.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-address-row-v2:last-child,
.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-contact-row-v2:last-child {
  border-bottom: 0;
}

.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-contact-row-v2 > span:last-child,
.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-address-row-v2 > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
  justify-self: stretch;
  text-align: left;
}

.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-contact-row-v2 small,
.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-address-row-v2 small {
  color: #8b94a3;
  font-size: 0.82rem;
  line-height: 1.25;
}

.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-contact-row-v2 strong,
.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-address-row-v2 strong {
  color: #141821;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-contact-icon-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event-landing-v2 .event-landing-profile-detail-card-v2 .event-landing-contact-icon-v2 svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.event-landing-v2 .event-landing-map-button-v2,
body.public-landing .event-landing-v2 .event-landing-map-button-v2,
body.public-landing .event-landing-v2 .event-landing-map-button-v2:visited,
body.public-landing .event-landing-v2 .event-landing-map-button-v2:hover,
body.public-landing .event-landing-v2 .event-landing-map-button-v2:focus {
  width: max-content;
  max-width: 100%;
  min-height: 0;
  margin-top: 8px;
  border-radius: 999px;
  background: #edf8f5;
  color: #315d54;
  padding: 7px 16px;
  gap: 0;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 400;
}

.event-landing-v2 .event-landing-social-section-v2 {
  margin-top: 0;
}

.event-landing-v2 .event-landing-social-section-v2 h2 {
  font-family: var(--event-title-font, inherit);
  text-align: center;
}

.event-landing-v2 .event-landing-social-list-v2.profile-landing-social-list {
  gap: 14px;
}

.event-landing-v2 .event-landing-social-list-v2 .event-landing-social-row-v2 {
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  gap: 18px;
  min-height: 72px;
  padding: 12px 16px;
  border-top: 0;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
  color: inherit;
  font-weight: 400;
}

.event-landing-v2 .event-landing-social-list-v2 .event-landing-social-row-v2 > .event-landing-social-icon-v2.profile-landing-social-icon {
  border-radius: 999px;
  background: var(--social-color, #1f2937);
  color: #ffffff;
  display: inline-flex;
}

.event-landing-v2 .event-landing-social-list-v2 .event-landing-social-name-v2 {
  color: #1b2030;
  font-family: var(--event-text-font, inherit);
  font-size: 1.05rem;
  font-weight: 400;
}

.event-landing-v2 .event-landing-social-list-v2 .event-landing-social-arrow-v2 {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #8b94a3;
  font-size: 1rem;
}

.event-landing-v2 .event-landing-social-list-v2 .event-landing-social-arrow-v2 svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

body.public-landing .event-landing-v2 .event-landing-social-row-v2,
body.public-landing .event-landing-v2 .event-landing-social-row-v2:visited,
body.public-landing .event-landing-v2 .event-landing-social-row-v2:hover,
body.public-landing .event-landing-v2 .event-landing-social-row-v2:focus {
  color: inherit;
  text-decoration: none;
}

.event-landing-v2 .event-landing-facilities-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 14px;
}

.event-landing-v2 .event-landing-facilities-v2 div {
  min-height: 112px;
  border-radius: 8px;
  background: #fbfcfd;
  border: 1px solid #edf0f4;
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
}

.event-landing-v2 .event-landing-facilities-v2 span {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #f0f2f5;
  display: grid;
  place-items: center;
  color: #8c96a3;
}

.event-landing-v2 .event-landing-facilities-v2 div strong {
  color: #20232a;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.social-landing-v2 {
  --social-primary: #8bc6a4;
  --social-secondary: #537ac9;
  --social-primary-contrast: #111111;
  --social-secondary-contrast: #ffffff;
  --social-title-font: 'DM Sans', system-ui, sans-serif;
  --social-text-font: 'DM Sans', system-ui, sans-serif;
  margin: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--social-secondary) 22%, #f7f9fc) 0%, #f7f9fc 62%, #ffffff 100%);
  color: #20232a;
  font-family: var(--social-text-font);
}

.social-landing-shell-v2 {
  min-height: 100vh;
  width: 100%;
  max-width: none;
  margin: 0;
  background: #ffffff;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.social-landing-hero-v2 {
  min-height: 320px;
  padding: 58px 28px 64px;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--social-hero-bg, linear-gradient(180deg, var(--social-secondary) 0%, var(--social-primary) 100%));
  color: var(--social-hero-contrast, var(--social-secondary-contrast));
}

.social-landing-hero-title-v2 {
  position: relative;
  z-index: 4;
  max-width: 188px;
  margin: 22px auto 0;
  align-self: start;
  justify-self: center;
  color: currentColor;
  font-family: var(--social-title-font);
  font-size: 1.28rem;
  line-height: 1.06;
  font-weight: 850;
  text-align: center;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
}

body.social-landing-v2-has-images .social-landing-hero-title-v2 {
  transform: none;
}

.social-landing-share-v2 {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 6;
  width: 39.6px;
  height: 39.6px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--social-secondary-contrast, #ffffff) 65%, transparent);
  border-radius: 5px;
  display: grid;
  place-items: center;
  color: var(--social-secondary-contrast, #ffffff);
  background: transparent;
  cursor: pointer;
  font: inherit;
  appearance: none;
}

.social-landing-wave-v2 {
  height: 54px;
  margin-top: -38px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.social-landing-media-v2.gallery-landing-content-v2 {
  width: min(980px, calc(100% - 32px));
  margin: -166px auto 0;
  padding: 0 0 16px;
}

.social-landing-media-v2 .gallery-stack-v2 {
  --gallery-stack-card-size: min(236px, 76%);
  width: min(318px, 100%);
  height: 286px;
}

.social-landing-media-v2 .gallery-vertical-list-v2 {
  width: 100%;
  gap: 10px;
}

.social-landing-card-v2 {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: min(520px, calc(100% - 32px));
  margin: 0 auto;
  padding: 10px 28px 46px;
  display: grid;
  gap: 26px;
}

body.social-landing-v2-has-images .social-landing-card-v2 {
  padding-top: 24px;
}

body.social-landing-v2-has-stack .social-landing-card-v2 {
  padding-top: 34px;
}

.social-landing-intro-v2 {
  text-align: center;
  display: grid;
  gap: 14px;
}

.social-landing-intro-v2 h1 {
  margin: 0;
  color: #111111;
  font-family: var(--social-title-font);
  font-size: clamp(1.65rem, 7vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.social-landing-intro-v2 p {
  margin: 0;
  color: #747b86;
  font-size: 1rem;
  line-height: 1.58;
}

.social-landing-links-v2 {
  display: grid;
  gap: 14px;
}

.social-landing-links-v2 h2 {
  margin: 0 0 4px;
  color: #20232a;
  font-family: var(--social-title-font);
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.social-action-row-v2 {
  min-height: 54px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(231, 235, 241, 0.95);
  box-shadow: 0 14px 26px rgba(17, 24, 39, 0.06);
  padding: 8px 10px;
  color: #20232a;
  text-decoration: none;
}

body.public-landing .social-action-row-v2,
body.public-landing .social-action-row-v2:visited,
body.public-landing .social-action-row-v2:hover,
body.public-landing .social-action-row-v2:focus-visible {
  color: #20232a;
  text-decoration: none;
}

.social-action-icon-v2 {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 0.92rem;
}

.social-action-copy-v2 {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.social-action-copy-v2 strong {
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.social-action-arrow-v2 {
  color: #8c96a3;
  font-size: 0.9rem;
}

@media (max-width: 520px) {
  .social-landing-shell-v2 {
    min-height: 100dvh;
  }

  .social-landing-hero-v2 {
    min-height: 300px;
    padding-inline: 22px;
  }

  .social-landing-card-v2 {
    padding-inline: 22px;
  }
}

.mp3-landing-v2 .mp3-landing-shell-v2 {
  background: #ffffff;
}

.mp3-landing-v2 .mp3-landing-hero-v2 {
  width: 100%;
  border: 0;
}

.mp3-landing-v2 .mp3-landing-cover-hero-v2,
.mp3-landing-v2 .mp3-landing-hero-image-v2 {
  width: 100%;
}

.mp3-landing-v2 .mp3-landing-wave-v2 {
  right: -12%;
  left: -12%;
  height: 54%;
}

.feedback-landing-v2 {
  --feedback-primary: #527AC9;
  --feedback-secondary: #7EC09F;
  --feedback-cta-text: #ffffff;
  --feedback-title-font: var(--tp-font-heading);
  --feedback-text-font: var(--tp-font-body);
  --feedback-image-x: 50%;
  --feedback-image-y: 50%;
  --feedback-image-scale: 1;
  min-height: 100vh;
  background: #ffffff;
  color: #172033;
  font-family: var(--feedback-text-font);
}

.feedback-landing-shell-v2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.feedback-landing-hero-v2 {
  position: relative;
  width: 100%;
  min-height: clamp(300px, 46vh, 500px);
  overflow: hidden;
  background:
    var(--feedback-hero-bg, linear-gradient(145deg, color-mix(in srgb, var(--feedback-secondary) 86%, white 14%) 0%, color-mix(in srgb, var(--feedback-primary) 90%, white 10%) 100%));
}

.feedback-landing-cover-hero-v2 {
  background: #172033;
}

.feedback-landing-hero-image-v2 {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--feedback-image-x, 50%) var(--feedback-image-y, 50%);
  transform: scale(var(--feedback-image-scale, 1));
  transform-origin: var(--feedback-image-x, 50%) var(--feedback-image-y, 50%);
}

.feedback-landing-share-v2 {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 1px solid color-mix(in srgb, var(--feedback-hero-contrast, #ffffff) 62%, transparent);
  border-radius: 5px;
  color: var(--feedback-hero-contrast, #ffffff);
  background: color-mix(in srgb, var(--feedback-hero-contrast, #ffffff) 10%, transparent);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  display: grid;
  place-items: center;
  cursor: pointer;
  font: inherit;
  appearance: none;
}

.feedback-landing-share-v2:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--feedback-hero-contrast, #ffffff) 84%, transparent);
  outline-offset: 3px;
}

.feedback-landing-hero-copy-v2 {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(72px, 12vh, 130px) clamp(22px, 5vw, 64px) clamp(118px, 17vh, 190px);
  color: var(--feedback-hero-contrast, #ffffff);
}

.feedback-landing-hero-title-v2 {
  max-width: 720px;
  margin: 0;
  color: inherit;
  font-family: var(--feedback-title-font);
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.feedback-landing-wave-v2 {
  position: absolute;
  right: -12%;
  bottom: -1px;
  left: -12%;
  z-index: 2;
  height: 54%;
  background: #ffffff;
  clip-path: ellipse(64% 56% at 50% 100%);
}

.feedback-landing-content-v2 {
  position: relative;
  z-index: 3;
  width: min(100%, 760px);
  margin: 0 auto;
  margin-top: -60px;
  padding: clamp(28px, 5vw, 64px) clamp(22px, 5vw, 64px) clamp(42px, 7vh, 88px);
}

.feedback-landing-content-v2 h1 {
  margin: 0;
  font-family: var(--feedback-title-font);
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
  color: #0f172a;
}

.feedback-landing-description-v2 {
  max-width: 680px;
  margin: 18px 0 0;
  color: #5c687c;
  font-size: clamp(1rem, 2.1vw, 1.3rem);
  line-height: 1.62;
}

.feedback-landing-v2 .feedback-grid {
  margin-top: 26px;
}

.feedback-landing-v2 .feedback-form-card,
.feedback-landing-v2 .feedback-stats-card {
  border-radius: 16px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow: 0 18px 42px rgba(20, 31, 55, 0.08);
}

.feedback-landing-v2 .feedback-submit {
  background: var(--feedback-action-bg, var(--feedback-primary));
  color: var(--feedback-action-contrast, var(--feedback-cta-text, #ffffff));
  box-shadow: 0 18px 36px color-mix(in srgb, var(--feedback-action-bg, var(--feedback-primary)) 30%, transparent);
}

.feedback-landing-v2 .feedback-submit:hover {
  box-shadow: 0 20px 40px color-mix(in srgb, var(--feedback-action-bg, var(--feedback-primary)) 34%, transparent);
}

body.public-landing .feedback-landing-v2 .feedback-submit,
body.public-landing .feedback-landing-v2 .feedback-submit:hover,
body.public-landing .feedback-landing-v2 .feedback-submit:focus {
  color: var(--feedback-action-contrast, var(--feedback-cta-text, #ffffff));
}

.feedback-landing-v2 .feedback-breakdown-track span {
  background: var(--feedback-primary);
}

@media (max-width: 720px) {
  .feedback-landing-v2 .feedback-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

body.public-landing--menu.menu-builder-page {
  margin: 0;
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f4f6f8;
  color: #172033;
  font-family: var(--menu-text-font);
}

.menu-builder-public {
  min-height: 100vh;
  width: 100%;
  max-width: none;
  margin: 0;
  background: #ffffff;
  box-shadow: none;
}

.menu-builder-public[data-menu-builder-view="detail"] {
  background:
    linear-gradient(180deg, transparent 0%, transparent 44vh, #ffffff 44vh, #ffffff 100%),
    var(--menu-hero-bg, linear-gradient(180deg, var(--menu-secondary) 0%, var(--menu-primary) 100%));
  padding: 24px 0 0;
}

.menu-builder-public.is-enhanced [hidden] {
  display: none !important;
}

.menu-builder-home,
.menu-builder-detail {
  min-height: 100vh;
}

.menu-builder-hero {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  min-height: 354px;
  padding: 34px 24px 90px;
  text-align: center;
  background: var(--menu-hero-bg, linear-gradient(180deg, var(--menu-secondary), var(--menu-primary)));
  color: var(--menu-hero-contrast, var(--menu-secondary-contrast));
  overflow: hidden;
}

.menu-builder-logo {
  position: relative;
  z-index: 2;
  width: min(156px, 46vw);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .18);
}

.menu-builder-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--menu-title-font);
  font-size: clamp(2rem, 10vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.menu-builder-hero p {
  position: relative;
  z-index: 2;
  width: min(360px, 100%);
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.menu-builder-shell {
  width: min(100% - 32px, 760px);
  margin: -74px auto 0;
  position: relative;
  z-index: 2;
  padding-bottom: 36px;
  display: grid;
  gap: 18px;
}

.menu-builder-meta-shell {
  margin-top: 0;
  padding-top: 0;
}

.menu-builder-categories,
.menu-builder-section-panel,
.menu-builder-contact-card,
.menu-builder-info {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.menu-builder-categories {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 16px;
}

.menu-builder-categories h2,
.menu-builder-section-panel h2,
.menu-builder-contact-heading,
.menu-builder-info h2 {
  margin: 0;
  font-family: var(--menu-title-font);
  letter-spacing: 0;
}

body.public-landing .menu-builder-category-card,
body.public-landing .menu-builder-category-card:visited {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--menu-action-bg, var(--menu-secondary, #ffeadb));
  color: var(--menu-action-contrast, var(--menu-secondary-contrast, #111111));
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--menu-action-bg, var(--menu-secondary, #ffeadb)) 22%, transparent);
}

body.public-landing .menu-builder-category-card:hover,
body.public-landing .menu-builder-category-card:focus {
  color: var(--menu-action-contrast, var(--menu-secondary-contrast, #111111));
  text-decoration: none;
}

.menu-builder-detail {
  width: min(100% - 32px, 760px);
  margin: 24px auto 0;
  min-height: calc(100vh - 24px);
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 20px 70px rgba(15, 23, 42, .1);
  overflow: visible;
}

.menu-builder-public.is-enhanced[data-menu-builder-view="detail"] .menu-builder-detail {
  padding-top: 132px;
}

.menu-builder-detail-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 20px;
  min-height: 132px;
  padding: 34px 22px 0;
  border-bottom: 1px solid rgba(148, 163, 184, .18);
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.menu-builder-public.is-enhanced[data-menu-builder-view="detail"] .menu-builder-detail-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  width: min(100% - 32px, 760px);
  transform: translateX(-50%);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .1);
}

.menu-builder-back {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #f8fafc;
  color: #172033;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .1);
  cursor: pointer;
  font: inherit;
  font-size: 1.2rem;
  justify-self: start;
}

.menu-builder-tabs {
  display: flex;
  align-items: stretch;
  gap: 34px;
  width: 100%;
  min-width: 0;
  padding-inline: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.menu-builder-tabs::-webkit-scrollbar {
  display: none;
}

body.public-landing .menu-builder-tab,
body.public-landing .menu-builder-tab:visited {
  flex: 0 0 auto;
  min-height: 54px;
  display: inline-flex;
  align-items: flex-end;
  padding: 0 22px 12px;
  border-bottom: 4px solid transparent;
  color: #172033;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

body.public-landing .menu-builder-tab:hover,
body.public-landing .menu-builder-tab:focus {
  color: #172033;
  text-decoration: none;
}

.menu-builder-tab.is-active {
  border-bottom-color: #111827;
}

.menu-builder-section-list {
  display: grid;
  gap: 28px;
  padding: 24px 22px 54px;
}

.menu-builder-section-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  scroll-margin-top: 156px;
  border: 1px solid rgba(148, 163, 184, .22);
}

.menu-builder-section-panel header {
  display: grid;
  gap: 8px;
  text-align: center;
}

.menu-builder-section-panel header p,
.menu-builder-empty {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

.menu-builder-item-card {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, .22);
}

.menu-builder-item-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: #f8fafc;
}

.menu-builder-item-card-copy {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.menu-builder-item-card h3 {
  margin: 0;
  font-family: var(--menu-title-font);
  font-size: clamp(1.35rem, 7vw, 2rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.menu-builder-item-card p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
}

.menu-builder-item-card strong {
  color: var(--menu-primary);
  font-size: 1.2rem;
}

.menu-builder-item-translation {
  font-style: italic;
}

.menu-builder-allergens {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.menu-builder-allergen-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--menu-secondary) 18%, #ffffff);
}

.menu-builder-allergen-chip img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.menu-builder-section-allergens {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
  gap: 18px 12px;
  margin-top: 24px;
  padding: 20px 6px 6px;
  border-top: 1px solid rgba(148, 163, 184, .18);
}

.menu-builder-section-allergens span {
  display: inline-flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}

.menu-builder-section-allergens img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.menu-builder-section-allergens small {
  max-width: 100%;
  color: #172033;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.menu-builder-info {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.menu-builder-info p,
.menu-builder-info a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(148, 163, 184, .18);
  color: #172033;
  text-decoration: none;
}

.menu-builder-info span {
  color: #64748b;
}

.menu-builder-hours-card,
.menu-builder-social-card {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.menu-builder-hours-heading {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: #172033;
}

.menu-builder-hours-heading > span:last-child {
  min-width: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.2;
}

.menu-builder-hours-status {
  color: #dc2626;
  font-size: .9rem;
  font-weight: 800;
}

.menu-builder-hours-status::before {
  content: "- ";
}

.menu-builder-hours-status.is-open {
  color: #16a34a;
}

.menu-builder-hours-list {
  display: grid;
}

.menu-builder-hours-list p {
  display: grid;
  grid-template-columns: minmax(90px, .6fr) minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid rgba(148, 163, 184, .18);
}

.menu-builder-hours-list span {
  color: #172033;
  font-weight: 800;
}

.menu-builder-hours-list strong {
  min-width: 0;
  display: grid;
  gap: 3px;
  color: #64748b;
  font-weight: 700;
  text-align: right;
}

.menu-builder-hours-list small {
  font-size: .9rem;
  line-height: 1.25;
}

.menu-builder-contact-card {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.menu-builder-contact-heading {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: #172033;
}

.menu-builder-contact-heading-icon,
.menu-builder-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f8fafc;
  color: #94a3b8;
}

.menu-builder-contact-heading-icon {
  width: 42px;
  height: 42px;
}

.menu-builder-contact-heading-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.menu-builder-contact-list {
  display: grid;
}

.menu-builder-contact-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(148, 163, 184, .18);
  color: #172033;
  text-decoration: none;
}

body.public-landing .menu-builder-contact-row,
body.public-landing .menu-builder-contact-row:visited,
body.public-landing .menu-builder-contact-row:hover,
body.public-landing .menu-builder-contact-row:focus-visible {
  color: #172033;
  text-decoration: none;
}

.menu-builder-contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  justify-self: center;
}

.menu-builder-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.menu-builder-contact-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.menu-builder-contact-copy span {
  color: #8b94a3;
  font-size: .78rem;
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.menu-builder-contact-copy strong {
  color: #172033;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.menu-builder-social-card h2 {
  color: #172033;
  font-size: 1.24rem;
  line-height: 1.2;
}

.menu-builder-social-list {
  display: grid;
  gap: 10px;
}

.menu-builder-social-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #ffffff;
  color: #172033;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.menu-builder-social-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.2rem;
}

.menu-builder-social-row span:not(.menu-builder-social-icon) {
  min-width: 0;
  color: #172033;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.menu-builder-social-row > i {
  color: #94a3b8;
}

@media (max-width: 700px) {
  .menu-builder-public[data-menu-builder-view="detail"] {
    padding-top: 0;
  }

  .menu-builder-public {
    width: 100%;
    box-shadow: none;
  }

  .menu-builder-detail {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .menu-builder-public.is-enhanced[data-menu-builder-view="detail"] .menu-builder-detail {
    padding-top: 116px;
  }

  .menu-builder-detail-header {
    min-height: 116px;
    padding: 20px 18px 0;
  }

  .menu-builder-public.is-enhanced[data-menu-builder-view="detail"] .menu-builder-detail-header {
    left: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
  }

  .menu-builder-tabs {
    gap: 26px;
  }

  .menu-builder-tab {
    padding-inline: 0;
  }

  .menu-builder-section-panel {
    scroll-margin-top: 128px;
  }

  .menu-builder-info p,
  .menu-builder-info a,
  .menu-builder-hours-list p {
    display: grid;
  }
}
