:root {
  --hg-bg: #f7f2ea;
  --hg-surface: #fffdf9;
  --hg-surface-strong: #ffffff;
  --hg-text: #1f1b16;
  --hg-muted: #746a60;
  --hg-line: rgba(197, 166, 108, 0.28);
  --hg-gold: #cda45a;
  --hg-gold-deep: #b88d43;
  --hg-red: #c9261d;
  --hg-shadow: 0 18px 45px rgba(96, 73, 39, 0.12);
  --hg-copy-size: 13px;
  --hg-copy-line: 1.45;
  --hg-type-scale: 1;
  --hg-topbar-height: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
  text-size-adjust: none !important;
}

body.landing-body--hidden-gate {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
  text-size-adjust: none !important;
  background:
    radial-gradient(circle at top, rgba(222, 205, 178, 0.45), transparent 34%),
    linear-gradient(180deg, #efe7db 0%, #f7f2ea 18%, #f7f2ea 100%);
  color: var(--hg-text);
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

body.frontend-has-tabbar {
  --frontend-tabbar-height: 72px;
  padding-bottom: calc(var(--frontend-tabbar-height) + env(safe-area-inset-bottom));
}

body.landing-body--hidden-gate input,
body.landing-body--hidden-gate textarea,
body.landing-body--hidden-gate button,
body.landing-body--hidden-gate select {
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
  text-size-adjust: none !important;
}

.landing-main--hidden-gate {
  display: block;
  width: 100%;
  padding: 0;
}

.landing-body--hidden-gate .landing-nav,
.landing-body--hidden-gate .landing-footer {
  display: none !important;
}

.flash-container {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(390px, calc(100% - 24px));
  z-index: 9999;
}

.flash {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--hg-shadow);
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
}

.flash-close {
  border: 0;
  background: transparent;
  color: #8f8374;
  font-size: 20px;
  line-height: 1;
}

.hidden-gate-shell {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--hg-bg);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.hidden-gate-stage {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: var(--hg-topbar-height);
}

.hidden-gate-shell a {
  color: inherit;
  text-decoration: none;
}

.media-loading-enabled [data-media-shell] {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(233, 223, 208, 0.92) 0%, rgba(244, 238, 231, 0.96) 100%);
}

.media-loading-enabled .hidden-gate-hero-media[data-media-shell] {
  position: absolute;
  inset: 0;
}

.media-loading-enabled [data-media-shell]::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.55) 42%, transparent 78%);
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
  z-index: 2;
}

.media-loading-enabled [data-media-shell].is-loading::before {
  opacity: 1;
  animation: hidden-gate-media-shimmer 1.45s ease-in-out infinite;
}

.media-loading-enabled [data-media-shell].is-loaded::before {
  opacity: 0;
  animation: none;
}

.media-loading-enabled [data-media-shell].is-loading [data-media-reveal] {
  opacity: 0.001;
  transform: scale(1.018);
  filter: blur(12px);
}

.media-loading-enabled [data-media-shell].is-loaded [data-media-reveal] {
  opacity: 1;
  transform: none;
  filter: none;
  transition:
    opacity 0.42s ease,
    transform 0.6s ease,
    filter 0.6s ease;
}

.media-loading-enabled [data-hero-media-shell] {
  isolation: isolate;
}

.media-loading-enabled [data-hero-media-shell]::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 224, 176, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(20, 28, 39, 0.08) 0%, rgba(20, 28, 39, 0.34) 100%);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity 0.32s ease;
}

.media-loading-enabled [data-hero-media-shell].is-loading::after {
  opacity: 1;
}

.media-loading-enabled [data-hero-media-shell].is-loading .hidden-gate-hero-copy {
  opacity: 0.92;
}

.hidden-gate-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(200px, 42vh, 250px);
  padding: 18px 18px 20px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(14, 20, 29, 0.18) 0%, rgba(14, 20, 29, 0.58) 100%),
    linear-gradient(180deg, #4d6175 0%, #b89b78 100%);
}

.hidden-gate-hero-media,
.hidden-gate-hero-overlay,
.hidden-gate-hero-carousel,
.hidden-gate-hero-fallback-image,
.hidden-gate-hero-video {
  position: absolute;
  inset: 0;
}

.hidden-gate-hero-media {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hidden-gate-hero-media[hidden] {
  display: none !important;
}

.hidden-gate-hero-media--fallback,
.hidden-gate-hero-carousel,
.hidden-gate-hero-carousel .carousel-inner,
.hidden-gate-hero-carousel .carousel-item,
.hidden-gate-hero-carousel .carousel-item img,
.hidden-gate-hero-fallback-image,
.hidden-gate-hero-video {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.hidden-gate-hero-slide-image,
.hidden-gate-hero-fallback-image,
.hidden-gate-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hidden-gate-hero-carousel {
  z-index: 0;
}

.hidden-gate-hero-carousel .carousel-inner {
  position: relative;
  z-index: 1;
}

.hidden-gate-hero-carousel .carousel-control-prev,
.hidden-gate-hero-carousel .carousel-control-next {
  top: 0;
  bottom: 0;
  z-index: 12;
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden-gate-hero-overlay {
  background:
    linear-gradient(180deg, rgba(6, 15, 28, 0.12) 0%, rgba(6, 15, 28, 0.3) 42%, rgba(6, 15, 28, 0.58) 100%),
    radial-gradient(circle at center, rgba(255, 218, 150, 0.16), transparent 34%);
  z-index: 2;
  pointer-events: none;
}

.hidden-gate-hero-overlay--strong {
  background: rgba(0, 0, 0, 0.5) !important;
}

.hidden-gate-video-sound-btn {
  position: absolute;
  right: 16px;
  bottom: 18px;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(7, 13, 23, 0.38);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  font-size: 16px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hidden-gate-video-sound-btn:hover {
  background: rgba(7, 13, 23, 0.54);
  border-color: rgba(255, 255, 255, 0.54);
  transform: translateY(-1px);
}

.hidden-gate-hero-copy,
.hidden-gate-scroll-indicator {
  position: relative;
  z-index: 10;
}

.hidden-gate-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: var(--hg-topbar-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: rgba(247, 242, 234, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(197, 166, 108, 0.22);
  z-index: 40;
}

.hidden-gate-topbar a {
  color: inherit;
  text-decoration: none;
}

.hidden-gate-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hidden-gate-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3b3128;
}

.hidden-gate-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1.5px solid rgba(205, 164, 90, 0.32);
  background: rgba(205, 164, 90, 0.14);
  color: var(--hg-gold-deep);
  font-size: 18px;
}

.hidden-gate-brand-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.language-selector {
  position: relative;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(197, 166, 108, 0.28);
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #5a4d41;
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 120px;
  background: rgba(255, 253, 249, 0.98);
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(63, 46, 24, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

.lang-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-dropdown a {
  display: block;
  padding: 10px 12px;
  color: #5a4d41;
  text-decoration: none;
  font-size: 12px;
}

.lang-dropdown a:hover,
.lang-dropdown a.active {
  background: rgba(205, 164, 90, 0.12);
}

.btn-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #da3225 0%, #bc2018 100%);
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-nav-cta:hover {
  background: linear-gradient(180deg, #e04538 0%, #c8281f 100%);
  color: #fff !important;
}

.hidden-gate-nav-cta {
  padding: 8px 14px;
  font-size: 11px;
  white-space: nowrap;
}

.hidden-gate-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  padding: 0;
  text-align: center;
  pointer-events: none;
}

.hidden-gate-hero-copy h1 {
  margin: 0;
  font-size: clamp(24px, 7.2vw, 34px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.6px;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.35);
}

.hidden-gate-divider {
  width: 68px;
  height: 3px;
  margin: 18px auto 16px;
  border-radius: 999px;
  background: var(--hg-gold);
}

.hidden-gate-divider--small {
  width: 42px;
  height: 3px;
  margin: 10px 0 0;
}

.hidden-gate-hero-copy p {
  margin: 0;
  font-size: 18px;
  line-height: var(--hg-copy-line);
  letter-spacing: 0.2px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.hidden-gate-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 24px;
  color: #fff;
}

.hidden-gate-section {
  padding: 22px 16px 0;
}

.hidden-gate-section--cards {
  padding-top: 20px;
  padding-inline: 10px;
}

.hidden-gate-section--media-carousel {
  padding-top: 20px;
  padding-inline: 10px;
}

.hidden-gate-section--media-carousel-edge {
  padding-inline: 0;
}

.hidden-gate-section--product-head {
  padding-top: 20px;
  padding-inline: 0;
}

.hidden-gate-product-head-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(85, 58, 28, 0.12);
}

.hidden-gate-product-carousel-shell {
  position: relative;
  background: #fff;
}

.hidden-gate-grid {
  display: grid;
  gap: 16px;
}

.hidden-gate-grid--two {
  grid-template-columns: 1fr 1fr;
}

.hidden-gate-section--cards .hidden-gate-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hidden-gate-section--reasons {
  padding-inline: 10px;
}

.hidden-gate-section--reasons .hidden-gate-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hidden-gate-media-carousel {
  overflow: hidden;
  background: transparent;
  border: 0;
}

.hidden-gate-gallery-slide {
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.92);
}

.hidden-gate-gallery-slide--product {
  border-radius: 0;
  background: #f6f1ea;
}

.hidden-gate-gallery-slide--pain-point,
.hidden-gate-gallery-slide--pain-point .hidden-gate-gallery-trigger,
.hidden-gate-gallery-slide--pain-point .hidden-gate-media-carousel__image {
  border-radius: 0;
}

.hidden-gate-media-carousel__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hidden-gate-media-carousel__image--auto {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.hidden-gate-media-carousel--product .carousel-inner,
.hidden-gate-media-carousel--product .carousel-item,
.hidden-gate-media-carousel--product .hidden-gate-gallery-slide,
.hidden-gate-media-carousel--product .hidden-gate-gallery-trigger,
.hidden-gate-media-carousel--product .hidden-gate-media-carousel__image {
  border-radius: 0;
}

.hidden-gate-carousel-counter {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  min-width: 48px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(20, 18, 16, 0.6);
  color: #fff;
  font-size: calc(11px * var(--hg-type-scale));
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
}

.hidden-gate-card {
  min-height: 0;
  padding: 14px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--hg-shadow);
  border: 1px solid rgba(230, 220, 206, 0.72);
}

.hidden-gate-card--problem,
.hidden-gate-card--reason {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.hidden-gate-card-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #be5335;
  background: rgba(245, 239, 233, 0.7);
  font-size: 17px;
  margin-top: 2px;
}

.hidden-gate-card-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.hidden-gate-card-icon--gold {
  color: var(--hg-gold);
  background: rgba(205, 164, 90, 0.09);
}

.hidden-gate-card h3 {
  margin: 0 0 6px;
  font-size: calc(11.5px * var(--hg-type-scale));
  line-height: 1.35;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hidden-gate-card p {
  margin: 0;
  color: var(--hg-muted);
  font-size: calc(12px * var(--hg-type-scale));
  line-height: var(--hg-copy-line);
  display: block;
  overflow: visible;
}

.hidden-gate-section--cards .hidden-gate-card h3 {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.hidden-gate-section--reasons .hidden-gate-card h3 {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.hidden-gate-section-title h2,
.hidden-gate-numbered-title h2 {
  margin: 0;
  font-size: calc(15px * var(--hg-type-scale));
  line-height: 1.3;
  font-weight: 800;
}

.hidden-gate-section-title {
  text-align: center;
  margin-bottom: 18px;
}

.hidden-gate-steps {
  margin-top: 18px;
}

.hidden-gate-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.hidden-gate-step-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hidden-gate-step-marker > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d8b36d 0%, #c39a53 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.hidden-gate-step-line {
  flex: 1 1 auto;
  width: 2px;
  min-height: 48px;
  margin-top: 8px;
  background: linear-gradient(180deg, rgba(205, 164, 90, 0.75), rgba(205, 164, 90, 0.18));
}

.hidden-gate-step-copy h3 {
  margin: 2px 0 6px;
  font-size: calc(14px * var(--hg-type-scale));
  font-weight: 800;
}

.hidden-gate-step-copy p {
  margin: 0;
  color: var(--hg-muted);
  font-size: calc(12px * var(--hg-type-scale));
  line-height: var(--hg-copy-line);
}

.hidden-gate-proof-number {
  margin-top: 20px;
  text-align: center;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: var(--hg-gold);
  letter-spacing: 1px;
}

.hidden-gate-proof-label {
  margin: 6px 0 0;
  text-align: center;
  color: var(--hg-muted);
  font-size: calc(12px * var(--hg-type-scale));
}

.hidden-gate-testimonials {
  margin-top: 18px;
}

.hidden-gate-section--commerce-header {
  display: grid;
  gap: 16px;
  padding: 14px 16px 18px;
  border-top: 1px solid rgba(214, 193, 161, 0.32);
  background: transparent;
}

.hidden-gate-commerce-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(214, 193, 161, 0.38);
}

.hidden-gate-commerce-pill {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-height: 24px;
  padding: 0;
  font-size: calc(12px * var(--hg-type-scale));
  font-weight: 700;
  color: #3f3428;
  text-align: left;
}

.hidden-gate-commerce-pill--sold {
  justify-content: flex-end;
  text-align: right;
}

.hidden-gate-commerce-pill i {
  color: var(--hg-gold);
  font-size: 13px;
}

.hidden-gate-testimonials-empty {
  margin: 0;
  padding: 4px 0 0;
  color: var(--hg-muted);
  font-size: calc(12px * var(--hg-type-scale));
  text-align: center;
}

.hidden-gate-review-list {
  display: grid;
  gap: 0;
}

.hidden-gate-testimonial {
  margin: 0;
  padding: 16px 0;
  position: relative;
  overflow: hidden;
  background: transparent;
}

.hidden-gate-testimonial + .hidden-gate-testimonial {
  border-top: 1px solid rgba(214, 193, 161, 0.3);
}

.hidden-gate-testimonial::before {
  content: ", ,";
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 68px;
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: -12px;
  color: rgba(205, 164, 90, 0.09);
  pointer-events: none;
}

.hidden-gate-testimonial::after {
  content: none;
}

.hidden-gate-testimonial-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hidden-gate-testimonial-author {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hidden-gate-testimonial-avatar {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #ecdcc2 0%, #dcc7a2 100%);
}

.hidden-gate-testimonial-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  object-fit: cover;
  object-position: center;
}

.hidden-gate-testimonial-placeholder {
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #9f7a40;
  font-size: 18px;
}

.hidden-gate-testimonial-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hidden-gate-testimonial-author strong,
.hidden-gate-testimonial-author span {
  display: block;
}

.hidden-gate-testimonial-author strong {
  font-size: calc(12px * var(--hg-type-scale));
}

.hidden-gate-testimonial-country {
  margin-top: 2px;
  color: var(--hg-muted);
  font-size: calc(10px * var(--hg-type-scale));
  line-height: 1.3;
}

.hidden-gate-stars {
  color: #d1ae62;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.hidden-gate-testimonial p {
  margin: 14px 20px 0 0;
  font-size: calc(12px * var(--hg-type-scale));
  line-height: calc(var(--hg-copy-line) + 0.1);
  color: #3c332c;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 1;
}

.hidden-gate-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.hidden-gate-dots span,
.hidden-gate-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(205, 164, 90, 0.18);
  border: 0;
  padding: 0;
}

.hidden-gate-dots span.is-active,
.hidden-gate-dots button.is-active {
  background: var(--hg-gold);
}

.hidden-gate-numbered-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hidden-gate-numbered-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.hidden-gate-section--showcase .hidden-gate-numbered-title {
  margin-bottom: 8px;
}

.hidden-gate-section--reasons .hidden-gate-numbered-title {
  margin-bottom: 16px;
}

.hidden-gate-section--form .hidden-gate-numbered-title {
  margin-top: 10px;
  margin-bottom: 12px;
}

.hidden-gate-phone-wrap {
  position: relative;
  margin-top: 8px;
  padding-top: 8px;
}

.hidden-gate-snap-carousel {
  position: relative;
}

.hidden-gate-showcase-frame {
  width: min(272px, 74vw);
  margin: 0 auto;
  padding: 6px;
  border-radius: 26px;
  background: var(--hg-bg);
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.hidden-gate-showcase-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
}

.hidden-gate-showcase-track::-webkit-scrollbar {
  display: none;
}

.hidden-gate-showcase-slide {
  margin: 0;
  scroll-snap-align: start;
}

.hidden-gate-spark {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(252, 221, 158, 0.95), rgba(252, 221, 158, 0));
  filter: blur(1px);
}

.hidden-gate-spark::before,
.hidden-gate-spark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: rgba(252, 221, 158, 0.86);
  transform: translate(-50%, -50%);
}

.hidden-gate-spark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hidden-gate-spark--left {
  left: 18px;
  top: 180px;
}

.hidden-gate-spark--right {
  right: 26px;
  top: 126px;
}

.hidden-gate-showcase-image {
  display: block;
  width: 100%;
  min-height: 440px;
  border-radius: 20px;
  object-fit: cover;
  background: var(--hg-bg);
}

.hidden-gate-dots--showcase {
  margin-top: 18px;
}

.hidden-gate-numbered-title--form p {
  margin: 0;
  color: var(--hg-muted);
  font-size: calc(11px * var(--hg-type-scale));
  line-height: var(--hg-copy-line);
}

.hidden-gate-form-card {
  margin-top: 10px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--hg-shadow);
}

.hidden-gate-form-group {
  margin-top: 0;
}

.hidden-gate-form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: calc(11px * var(--hg-type-scale));
  font-weight: 700;
}

.hidden-gate-form {
  display: grid;
  gap: 14px;
}

.hidden-gate-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.hidden-gate-field-row--single {
  grid-template-columns: 1fr;
}

.hidden-gate-field-row--contact {
  margin-top: 0;
}

.hidden-gate-field,
.hidden-gate-field--contact-full {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #ece2d5;
  background: #fffefb;
}

.hidden-gate-field--contact-full {
  margin-top: 0;
}

.hidden-gate-field i,
.hidden-gate-field--contact-full i {
  color: #c1a067;
  font-size: 14px;
}

.hidden-gate-input {
  width: 100%;
  border: 0;
  background: transparent;
  outline: 0;
  color: var(--hg-text);
  font-size: calc(11px * var(--hg-type-scale));
  min-width: 0;
}

.hidden-gate-input::placeholder {
  color: #b0a290;
}

.hidden-gate-field--date {
  position: relative;
}

.hidden-gate-date-input-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.hidden-gate-input--date {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .hidden-gate-field--date.is-empty .hidden-gate-date-input-wrap::after {
    content: attr(data-placeholder);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b0a290;
    font-size: calc(11px * var(--hg-type-scale));
    line-height: 1;
    pointer-events: none;
    z-index: 0;
  }
}

.hidden-gate-chip-grid,
.hidden-gate-budget-grid {
  display: grid;
  gap: 10px;
}

.hidden-gate-chip-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hidden-gate-budget-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hidden-gate-chip,
.hidden-gate-budget {
  min-height: 40px;
  padding: 9px 6px;
  border-radius: 10px;
  border: 1px solid #eadfce;
  background: #fffefb;
  color: #4a4035;
  font-size: calc(11px * var(--hg-type-scale));
  font-weight: 600;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.hidden-gate-chip.is-active,
.hidden-gate-budget.is-active {
  color: #fff;
  border-color: var(--hg-gold-deep);
  background: linear-gradient(180deg, #d1ae65 0%, #b88d43 100%);
  box-shadow: 0 8px 20px rgba(184, 141, 67, 0.24);
}

.hidden-gate-chip:not(.is-active):hover,
.hidden-gate-budget:not(.is-active):hover {
  transform: translateY(-1px);
  border-color: #dcc39b;
}

.hidden-gate-textarea {
  width: 100%;
  min-height: 96px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #ece2d5;
  background: #fffefb;
  color: var(--hg-text);
  resize: vertical;
  outline: 0;
  font-size: calc(11px * var(--hg-type-scale));
  line-height: var(--hg-copy-line);
}

.hidden-gate-textarea::placeholder {
  color: #b0a290;
}

.hidden-gate-textarea-meta {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
  color: #b2a596;
  font-size: calc(10px * var(--hg-type-scale));
}

.hidden-gate-payment-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  color: #71675d;
  font-size: calc(11px * var(--hg-type-scale));
}

.hidden-gate-form-note {
  display: grid;
  gap: 2px;
  width: 100%;
  margin-top: 4px;
  color: #71675d;
  font-size: 11px;
  line-height: 1.5;
}

.hidden-gate-form-note strong {
  font-size: 11px;
  font-weight: 600;
}

.hidden-gate-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #da3225 0%, #bc2018 100%);
  color: #fff;
  font-size: calc(11px * var(--hg-type-scale));
  font-weight: 800;
  box-shadow: none;
}

.hidden-gate-submit-default,
.hidden-gate-submit-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hidden-gate-submit-loading {
  display: none;
}

.hidden-gate-submit.is-disabled,
.hidden-gate-submit:disabled {
  background: linear-gradient(180deg, #c9c1b8 0%, #b4aba1 100%);
  color: rgba(255, 255, 255, 0.92);
  cursor: not-allowed;
  opacity: 1;
  box-shadow: none;
  pointer-events: none;
}

.hidden-gate-submit.is-processing {
  background: linear-gradient(180deg, #da3225 0%, #bc2018 100%);
  color: #fff;
  cursor: wait;
}

.hidden-gate-submit.is-processing .hidden-gate-submit-default {
  display: none;
}

.hidden-gate-detail-stack {
  margin-top: 18px;
}

.hidden-gate-detail-stack--product-details {
  margin-top: 0;
  padding-top: 6px;
  border-top: 1px solid rgba(214, 193, 161, 0.32);
}

.hidden-gate-detail-stack__frame {
  margin: 0;
  background: rgba(255, 250, 245, 0.92);
}

.hidden-gate-detail-stack--product-details .hidden-gate-detail-stack__frame + .hidden-gate-detail-stack__frame {
  border-top: 1px solid rgba(214, 193, 161, 0.18);
}

.hidden-gate-detail-stack__frame img {
  display: block;
  width: 100%;
}

.portal-gallery-page {
  min-height: calc(100dvh - var(--frontend-tabbar-height) - env(safe-area-inset-bottom));
  background: #f7f2ea;
}

.portal-gallery-stack {
  display: grid;
  gap: 0;
}

.portal-gallery-stack--single {
  min-height: calc(100dvh - var(--frontend-tabbar-height) - env(safe-area-inset-bottom));
}

.portal-gallery-frame {
  margin: 0;
}

.portal-gallery-frame img {
  display: block;
  width: 100%;
}

.portal-gallery-stack--single .portal-gallery-frame {
  align-self: start;
}

.portal-gallery-stack--single .portal-gallery-frame img {
  height: auto;
  object-fit: contain;
}

.portal-gallery-empty {
  min-height: calc(100dvh - var(--frontend-tabbar-height) - env(safe-area-inset-bottom));
  display: grid;
  place-content: center;
  gap: 14px;
  padding: 24px;
  text-align: center;
}

.portal-gallery-empty__eyebrow {
  margin: 0;
  color: #b88d43;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.portal-gallery-empty__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.portal-gallery-empty__cta {
  min-height: 44px;
  padding: 0 18px;
  justify-content: center;
  white-space: nowrap;
}

.portal-gallery-empty__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(184, 141, 67, 0.3);
  color: #6b5840;
  text-decoration: none;
}

@keyframes hidden-gate-media-shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.hidden-gate-submit.is-processing .hidden-gate-submit-loading {
  display: inline-flex;
}

.frontend-contact-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  flex-wrap: wrap;
  font-size: calc(12px * var(--hg-type-scale));
}

.frontend-contact-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.frontend-footer {
  padding: 18px 20px calc(18px + env(safe-area-inset-bottom));
  text-align: center;
  color: #7a6f63;
  border-top: 1px solid rgba(122, 111, 99, 0.16);
  background: rgba(255, 253, 249, 0.9);
  backdrop-filter: blur(10px);
}

.frontend-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: calc(12px * var(--hg-type-scale));
}

.frontend-footer__links a,
.frontend-contact-meta a {
  color: inherit;
}

.frontend-footer__links a:hover,
.frontend-contact-meta a:hover {
  color: var(--hg-gold-deep);
}

.frontend-contact-meta--public {
  margin-bottom: 10px;
  color: #7a6f63;
}

.frontend-footer__copyright {
  margin: 0;
  font-size: calc(12px * var(--hg-type-scale));
}

.frontend-tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
}

.frontend-tabbar__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-height: var(--frontend-tabbar-height);
  padding-bottom: env(safe-area-inset-bottom);
}

.frontend-tabbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  min-height: var(--frontend-tabbar-height);
  color: #8b95a7;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: none;
}

.frontend-tabbar__item i {
  font-size: 18px;
}

.frontend-tabbar__item:hover,
.frontend-tabbar__item:focus,
.frontend-tabbar__item:active,
.frontend-tabbar__item:visited {
  color: #8b95a7;
  text-decoration: none;
}

.frontend-tabbar__item--active {
  color: var(--hg-gold-deep);
}

.frontend-tabbar__item--active:hover,
.frontend-tabbar__item--active:focus,
.frontend-tabbar__item--active:active,
.frontend-tabbar__item--active:visited {
  color: var(--hg-gold-deep);
}

.frontend-tabbar__item span {
  white-space: nowrap;
}

@media (max-width: 380px) {
  .landing-main--hidden-gate {
    padding-inline: 0;
  }

  .hidden-gate-topbar {
    padding-inline: 12px;
  }

  .hidden-gate-topbar-actions {
    gap: 8px;
  }

  .lang-btn {
    padding-inline: 10px;
  }

  .hidden-gate-nav-cta {
    padding-inline: 12px;
  }

  .hidden-gate-shell {
    border-radius: 0;
  }

  .hidden-gate-commerce-summary {
    gap: 8px;
  }

  .hidden-gate-showcase-image {
    width: 100%;
  }

  .hidden-gate-hero-copy h1 {
    font-size: 32px;
  }

  .hidden-gate-proof-number {
    font-size: 48px;
  }
}
