@charset "UTF-8";

/* ==================== Design Tokens ==================== */
:root {
  --jg-color-bg: #0a0806;
  --jg-color-gold: #d59322;
  --jg-color-cream: #fff7e8;
  --jg-color-control: #ffecd4;
  --jg-color-gold-wash: #d5932226;
  --jg-border-gold: rgba(255, 214, 120, 0.95);
  --jg-border-gold-muted: #d5932275;
  --jg-border-gold-soft: #d593225c;
  --jg-border-control: rgba(255, 236, 212, 0.45);
  --jg-bg-control: rgba(8, 6, 4, 0.52);
  --jg-bg-control-hover: rgba(213, 147, 34, 0.26);
  --jg-radius-xs: 7px;
  --jg-radius-sm: 8px;
  --jg-radius-md: 14px;
  --jg-radius-lg: 24px;
  --jg-radius-card: 30px;
  --jg-radius-pill: 999px;
  --jg-space-xs: 6px;
  --jg-space-sm: 10px;
  --jg-space-md: 16px;
  --jg-space-lg: 24px;
  --jg-space-xl: 32px;
  --jg-shadow-gold: 0 0 0 1px rgba(255, 219, 136, 0.15),
    0 0 12px rgba(255, 186, 59, 0.45), 0 0 24px rgba(255, 186, 59, 0.28),
    inset 0 1px 0 rgba(255, 244, 210, 0.35);
  --jg-shadow-card: 0 18px 48px rgba(0, 0, 0, 0.42);
  --jg-gradient-gold: linear-gradient(45deg,
      #d89a1f4a 0%,
      #c98512 45%,
      #ff9e00 100%);
  --jg-gradient-panel: linear-gradient(145deg,
      rgba(10, 8, 6, 0.96),
      rgba(42, 29, 11, 0.96));
}

/* ==================== Common Utilities ==================== */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inline-flex-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.grid-center {
  display: grid;
  place-items: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jg-gold-border {
  border: 1px solid var(--jg-border-gold);
}

.jg-soft-gold-border {
  border: 1px solid var(--jg-border-gold-soft);
}

.jg-card-surface {
  background: rgba(11, 10, 8, 0.58);
  border-radius: var(--jg-radius-card);
}

.jg-gold-glow {
  box-shadow: var(--jg-shadow-gold);
}

.jg-pill {
  border-radius: var(--jg-radius-pill);
}

.jg-text-gold {
  color: var(--jg-color-gold);
}

/* ==================== Coming Soon ==================== */
body:has(.jg-coming-soon) {
  overflow-x: hidden;
  background: #0a0806;
}

body:has(.jg-coming-soon) header,
body:has(.jg-coming-soon) footer {
  display: none;
}

.jg-coming-soon {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px) 18px;
  color: var(--jg-color-cream);
  isolation: isolate;
  font-family: "DM Sans", sans-serif;
  background:
    radial-gradient(circle at 50% -12%, rgba(255, 220, 148, 0.34), transparent 34%),
    radial-gradient(circle at 50% 112%, rgba(213, 147, 34, 0.22), transparent 36%),
    linear-gradient(145deg, #0a0806 0%, #221509 38%, #4f3517 100%);
}

.jg-coming-soon::before,
.jg-coming-soon::after,
.jg-coming-soon-bg {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.jg-coming-soon::before {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(255, 236, 188, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 236, 188, 0.045) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 74%);
}

.jg-coming-soon::after {
  z-index: -2;
  opacity: 0.42;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 11px);
  mix-blend-mode: screen;
}

.jg-coming-soon-bg {
  z-index: -1;
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 228, 155, 0.2), transparent 18%),
    radial-gradient(circle at 82% 72%, rgba(213, 147, 34, 0.2), transparent 22%),
    linear-gradient(180deg, rgba(8, 6, 4, 0.08), rgba(8, 6, 4, 0.48));
}

.jg-coming-soon-shell {
  width: min(100%, 980px);
  display: grid;
  gap: clamp(22px, 4vw, 34px);
  justify-items: center;
}

.jg-coming-soon-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
}

.jg-coming-soon-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jg-coming-soon-panel {
  position: relative;
  width: 100%;
  display: grid;
  justify-items: center;
  text-align: center;
}

.jg-coming-soon h1 {
  margin: 0;
  color: var(--e-global-color-primary);
  font-size: clamp(52px, 11vw, 90px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 6px;
  text-shadow:
    0 3px 0 rgba(93, 56, 12, 0.72),
    0 14px 28px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(255, 205, 103, 0.34);
}

.jg-coming-soon-copy {
  margin: 12px 0 20px;
  color: rgba(255, 247, 232, 0.92);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
}

.jg-coming-soon-countdown {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px);
}

.jg-coming-soon-time {
  min-height: clamp(108px, 16vw, 166px);
  display: grid;
  align-content: center;
  gap: 12px;
  backdrop-filter: blur(12px);
}

.jg-coming-soon-time strong {
  color: #fff7e8;
  font-size: clamp(34px, 7vw, 64px);
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.22);
}

.jg-coming-soon-time span {
  color: rgba(255, 247, 232, 0.86);
  font-size: clamp(11px, 1.7vw, 14px);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jg-coming-soon-form {
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: clamp(26px, 5vw, 42px);
  padding: 8px;
  border: 1px solid rgba(255, 214, 120, 0.58);
  border-radius: 999px;
  background: rgba(8, 6, 4, 0.34);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 245, 210, 0.18);
  backdrop-filter: blur(16px);
}

.jg-coming-soon-form input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0 8px 0 20px;
  color: #fff7e8;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
}

.jg-coming-soon-form input::placeholder {
  color: rgba(255, 247, 232, 0.62);
}

.jg-coming-soon-form button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 214, 120, 0.7);
  border-radius: 999px;
  padding: 0 24px;
  color: #fff7e8;
  background: linear-gradient(45deg, rgba(216, 154, 31, 0.38), #c98512 48%, #ff9e00 100%);
  box-shadow: var(--jg-shadow-gold);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.jg-coming-soon-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255, 219, 136, 0.2), 0 0 18px rgba(255, 186, 59, 0.58), 0 0 34px rgba(255, 186, 59, 0.32);
}

.jg-coming-soon-form svg {
  flex: 0 0 auto;
  font-size: 18px;
}

.jg-coming-soon-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: rgba(255, 247, 232, 0.8);
  font-size: 14px;
  font-weight: 700;
}

.jg-coming-soon-status.is-success {
  color: #f7d680;
}

.jg-coming-soon-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(16px, 3vw, 24px);
}

.jg-coming-soon-social a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 214, 120, 0.42);
  border-radius: 50%;
  background: rgba(8, 6, 4, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 245, 210, 0.16), 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.jg-coming-soon-social a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 214, 120, 0.8);
  background: rgba(213, 147, 34, 0.18);
}

.jg-coming-soon-social img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(92%) sepia(20%) saturate(934%) hue-rotate(342deg) brightness(101%) contrast(94%);
}

@media (max-width: 700px) {
  .jg-coming-soon {
    align-items: start;
    padding-top: 28px;
  }

  .jg-coming-soon-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jg-coming-soon-form {
    grid-template-columns: 1fr;
    border-radius: 24px;
    padding: 10px;
  }

  .jg-coming-soon-form input {
    min-height: 46px;
    padding: 0 12px;
    text-align: center;
  }

  .jg-coming-soon-form button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .jg-coming-soon h1 {
    font-size: 44px;
  }

  .jg-coming-soon-time {
    min-height: 98px;
  }
}

/* ==================== Header ==================== */
.header-left {
  width: fit-content;
}

.header-menu .elementor-nav-menu .current-menu-item a {
  border-bottom: 2px solid;
}

.header-menu li:hover a {
  color: var(--jg-color-gold) !important;
  transform: scale(1.05);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.rolling-menu nav {
  padding: 12px 60px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4901960784);
  background: transparent;
  backdrop-filter: blur(20px);
  width: fit-content;
  margin: 0px auto;
}

.cta-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.cta-header>a,
.jg-membership-notice-action,
.jg-btn,
.jg-popup-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--jg-border-gold);
  border-radius: var(--jg-radius-pill);
  background: var(--jg-gradient-gold);
  text-decoration: none;
}

.cta-header>a {
  color: var(--jg-color-cream);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  box-shadow: var(--jg-shadow-gold);
  transition: all 0.25s ease;
  background-color: transparent !important;
  padding: 16px 30px;
}

/* ==================== Membership Notice Popup ==================== */
html.jg-lock,
body.jg-lock {
  overflow: hidden;
  height: 100%;
}

.jg-membership-notice {
  position: fixed;
  z-index: 1002;
  display: grid;
  inset: 0;
  padding: 24px;
  background: rgba(0, 0, 0, 0.62);
  place-items: center;
}

.jg-membership-notice-card {
  position: relative;
  width: min(100%, 430px);
  border: 1px solid rgba(255, 214, 120, 0.72);
  border-radius: 24px;
  padding: 34px 28px 28px;
  color: var(--jg-color-cream);
  background: var(--jg-gradient-panel);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36), 0 0 28px rgba(213, 147, 34, 0.28);
  text-align: center;
}

.jg-membership-notice-icon {
  display: grid;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 214, 120, 0.55);
  border-radius: 50%;
  margin: 0 auto 18px;
  background: rgba(213, 147, 34, 0.16);
  place-items: center;
}

.jg-membership-notice-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.jg-membership-notice h2 {
  margin: 0 0 10px;
  color: #f8de9c;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 28px;
}

.jg-membership-notice p {
  margin: 0;
  color: rgba(255, 247, 232, 0.84);
  font-size: 14px;
  line-height: 1.65;
}

.jg-membership-notice-action {
  min-height: 44px;
  margin-top: 24px;
  padding: 0 24px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
}

.jg-membership-notice-close,
.jg-member-notice-close,
.jg-popup-close {
  position: absolute;
  display: grid;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  place-items: center;
}

.jg-membership-notice-close {
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 214, 120, 0.35);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
  font-size: 24px;
}

.jg-membership-notice-close:hover,
.jg-popup-close:hover {
  background: var(--e-global-color-primary);
}

/* ==================== Global Scrollbar ==================== */
html,
* {
  scrollbar-color: rgba(213, 147, 34, 0.86) rgba(10, 8, 6, 0.92);
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  border-radius: var(--jg-radius-pill);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)), rgba(10, 8, 6, 0.92);
}

*::-webkit-scrollbar-thumb {
  border: 2px solid rgba(10, 8, 6, 0.92);
  border-radius: var(--jg-radius-pill);
  background: linear-gradient(180deg, #f2b84a 0%, #d59322 48%, #8b570b 100%);
  box-shadow: inset 0 1px 0 rgba(255, 244, 210, 0.35);
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ffd178 0%, #e0a02a 48%, #a96c10 100%);
}

*::-webkit-scrollbar-corner {
  background: rgba(10, 8, 6, 0.92);
}

/* ==================== Home Page Shell ==================== */
.jg-page {
  position: fixed;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background: var(--jg-color-bg);
  inset: 0;
}

.jg-section {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  background: var(--jg-color-bg);
  inset: 0;
}

.jg-section:first-child {
  visibility: visible;
}

.jg-item {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 60px, -180px) rotateX(16deg);
  inset: 0;
  transform-style: preserve-3d;
  height: 100%;
}

.jg-item.is-active {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0) rotateX(0);
}

.jg-char,
.jg-line {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.jg-progress {
  position: fixed;
  z-index: 50;
  top: 50%;
  right: 12px;
  display: grid;
  transform: translateY(-50%);
  gap: 8px;
}

.jg-progress button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(232, 213, 176, 0.7);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: 0.25s;
}

.jg-progress button.active {
  background: #e8d5b0;
  transform: scale(1.65);
}

/* ==================== Hero Section ==================== */
.jg-hero {
  background: var(--jg-color-bg);
}

.jg-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jg-hero-bg video {
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.jg-hero-bg {
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.72));
  background-position: 0 30%;
  background-size: cover;
  transform: scale(1.04);
  filter: saturate(0.85);
  inset: 0;
}

.jg-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 40px;
  z-index: 10;
  position: absolute;
  width: 100%;
  padding-top: 120px;
}

.jg-hero-left {
  z-index: 10;
  padding: 40px;
  background: transparent;
  backdrop-filter: blur(20px);
  border-radius: var(--jg-radius-card);
  max-width: 500px;
  position: relative;
}

.jg-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--jg-border-gold-muted);
  z-index: 0;
  pointer-events: none;
}

.jg-border>span {
  position: absolute;
}

.jg-border>span:nth-child(1),
.jg-border>span:nth-child(4) {
  background: linear-gradient(90deg, transparent 0%, rgba(214, 154, 31, 0.15) 20%, rgb(247, 165, 1) 50%, rgba(214, 154, 31, 0.15) 80%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 166, 0, 0.6);
  left: 0;
  width: 100%;
  height: 1px;
}

.jg-border>span:nth-child(2),
.jg-border>span:nth-child(3) {
  background: linear-gradient(0deg, transparent 0%, rgba(214, 154, 31, 0.15) 20%, rgb(247, 165, 1) 50%, rgba(214, 154, 31, 0.15) 80%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 166, 0, 0.6);
  top: 0;
  height: 100%;
  width: 1px;
}

.jg-border>span:nth-child(1) {
  top: 0;
}

.jg-border>span:nth-child(4) {
  bottom: 0;
}

.jg-border>span:nth-child(2) {
  right: 0;
}

.jg-border>span:nth-child(3) {
  left: 0;
}

.jg-border>span:nth-child(4) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.jg-hero-left-top h2 {
  display: flex;
  flex-direction: column;
  font-size: 70px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}

.jg-hero-left-top h2 span:nth-child(2) {
  color: white;
  background: linear-gradient(45deg, var(--e-global-color-primary), transparent);
  border-radius: 2px;
  padding-left: 10px;
}

.jg-hero-left-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0px 40px;
}

.jg-hero-left-btn a {
  min-height: 52px;
  padding: 5px 24px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--e-global-color-primary);
  color: #fff;
}

.jg-hero-left-btn a img {
  width: 22px;
}

.jg-hero-left-btn a:nth-child(2) {
  background: transparent;
  border: 2px solid var(--e-global-color-primary);
}

.jg-hero-left-social {
  position: relative;
}

.jg-hero-left-social p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 30px;
  color: white;
  flex-shrink: 0;
  margin: 0px;
}

.jg-hero-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}

.jg-hero-social-list a {
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 30px;
  background: var(--e-global-color-primary);
}

.jg-hero-social-list a img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.jg-hero-right {
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: flex-end;
  max-width: 420px;
}

.jg-hero-sponor h4 {
  display: flex;
  align-items: center;
}

.jg-hero-sponor h4 p {
  flex-shrink: 0;
  margin: 0px;
}

.jg-hero-sponor-list {
  z-index: 1;
  position: relative;
}

.jg-hero-sponor-line {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-width: 48px;
}

.scroll-discover-line-row>.jg-hero-sponor-line::before,
.scroll-discover-line-row>.jg-hero-sponor-line::after {
  content: "";
  display: block;
  flex: 0 0 auto;
}

.scroll-discover-line-row>.jg-hero-sponor-line:first-of-type::before,
.scroll-discover-line-row>.jg-hero-sponor-line:last-of-type::after {
  flex: 1 1 auto;
  width: 100%;
  height: 1px;
}

.scroll-discover-line-row>.jg-hero-sponor-line:first-of-type::before {
  background: linear-gradient(to right, transparent, #d59322);
}

.scroll-discover-line-row>.jg-hero-sponor-line:last-of-type::after {
  background: linear-gradient(to left, transparent, #d59322);
}

.scroll-discover-line-row>.jg-hero-sponor-line:first-of-type::after,
.scroll-discover-line-row>.jg-hero-sponor-line:last-of-type::before {
  width: 16px;
  height: 16px;
  background-image: var(--jg-asset-star);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sponor-content {
  flex: 1;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.sponor-content-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: space-between;
}

.sponor-label {
  position: relative;
  background-color: var(--e-global-color-primary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
}

.sponor-label>img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.sponor-action {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.sponor-content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.sponor-promotion {
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--e-global-color-primary);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  height: fit-content;
}

.sponor-promotion span img {
  filter: brightness(0) invert(1);
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sponor-promotion b {
  padding: 4px 10px;
  background: white;
  border-radius: 8px;
  color: var(--e-global-color-primary);
}

.jg-hero-sponor-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.jg-hero-sponor-item.atas .sponor-logo {
  padding: 4px;
  background: black;
  border-radius: 8px;
  border: 2px solid white;
}

.jg-hero-sponor-item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}

.sponor-promotion span {
  max-width: 18px;
  display: flex;
}

.sponor-logo {
  flex-shrink: 0;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
}

.sponor-logo img,
.sponor-logo svg {
  border-radius: 8px;
  width: 100%;
}

.sponor-cta {
  background: var(--e-global-color-primary);
  border-radius: 8px;
  color: white !important;
  display: flex;
  align-items: center;
  min-width: 33px;
  justify-content: center;
  height: fit-content;
  font-size: 14px;
  gap: 8px;
  padding: 8px 12px;
}

.sponor-cta img {
  width: 16px;
}

.sponor-logo img {
  width: 100%;
}

.jg-hero-sponor {
  padding: 20px;
  border-radius: 30px;
  background: transparent;
  backdrop-filter: blur(20px);
  width: 100%;
  position: relative;
}

.jg-hero-sponor h4 {
  font-size: 18px;
  text-align: center;
}

.jg-hero-right-top {
  padding: 20px;
  border-radius: 30px;
  background: transparent;
  backdrop-filter: blur(20px);
  position: relative;
}

.jg-hero-right-item:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}

.jg-hero-right-item:not(:last-child)::after,
.jg-hero-sponor-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(214, 154, 31, 0.15) 20%, rgb(214, 154, 31) 50%, rgba(214, 154, 31, 0.15) 80%, transparent 100%);
  box-shadow: 0 0 8px rgba(224, 159, 36, 0.6);
}

.jg-hero-right-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.jg-hero-right-item span {
  max-width: 54px;
  border-radius: 50%;
  border: 1px solid var(--e-global-color-primary);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  padding: 12px;
}

.jg-hero-right-item p {
  margin: 0px;
}

.jg-hero-right-item h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 4px;
  font-weight: 700;
  padding: 5px 10px;
  background: linear-gradient(45deg, var(--e-global-color-primary), transparent);
  border-radius: 2px;
}

.jg-hero-right-item div {
  flex: 1;
}

.jg-hero-eyebrow {
  margin: 0 0 12px;
  color: #f3e2c8;
  text-transform: uppercase;
  font-size: clamp(12px, 1.2vw, 18px);
  font-weight: 700;
}

.jg-hero-name {
  line-height: 0.82;
  margin: 0;
  color: #ffecd4;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(72px, 12vw, 180px);
  font-weight: 900;
}

.jg-hero-cards {
  position: absolute;
  z-index: 4;
  right: 40px;
  bottom: 60px;
  left: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 28px);
}

.jg-scroll-side {
  position: absolute;
  z-index: 8;
  bottom: clamp(410px, 42vh, 480px);
  left: clamp(24px, 3vw, 46px);
  display: flex;
  align-items: center;
  color: #ffecd4;
  pointer-events: none;
  gap: 12px;
}

.jg-scroll-side span {
  opacity: 0.86;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 900;
}

.jg-scroll-side i,
.jg-about-sub-title i {
  position: relative;
  display: block;
  overflow: hidden;
  width: 54px;
  height: 1px;
  background: rgba(255, 236, 212, 0.28);
}

.jg-scroll-side i::after,
.jg-about-sub-title i::after {
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background: #ffecd4;
  box-shadow: 0 0 10px rgba(255, 236, 212, 0.8);
  content: "";
  animation: jgScrollSideLine 1.35s ease-in-out infinite;
}

@keyframes jgScrollSideLine {
  0% {
    left: -45%;
    opacity: 0;
  }

  20%,
  80% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.hero-logo {
  position: absolute;
  z-index: 5;
  top: 100px;
  right: 40px;
  width: 200px;
}

.home-item {
  position: relative;
  overflow: hidden;
  min-height: clamp(180px, 23vw, 340px);
  border-radius: 30px;
  background: #111;
  transition: 0.35s;
  text-decoration: none;
}

.home-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.78;
  transition: 0.5s;
  object-fit: cover;
  inset: 0;
}

.home-item:hover img {
  opacity: 0.95;
  transform: scale(1.07);
}

.home-item::after {
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 28%, rgba(0, 0, 0, 0.76));
  content: "";
  inset: 0;
}

.home-item-label {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 24px;
}

.home-item-title {
  line-height: 0.96;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: 1px;
}

.home-item-sub {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

/* ==================== About Section ==================== */
.jg-about .jg-hero-bg {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4)), var(--jg-asset-about-photo);
}

.jg-about-sub-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: var(--e-global-color-accent);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  gap: 12px;
}

.jg-about-wrap {
  position: absolute;
  display: flex;
  inset: 0;
  padding: 60px 40px 40px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.jg-about-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jg-about-quote {
  display: flex;
  border-left: 2px solid var(--e-global-color-primary);
  padding-left: 32px;
  max-width: 260px;
  transform: translateY(-60px);
}

.jg-about-quote>p {
  margin: 0;
  font-size: clamp(18px, 2vw, 36px);
  color: var(--e-global-color-primary);
  font-style: italic;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.jg-about-bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
  width: fit-content;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
}

.jg-about-bottom>span {
  width: 2px;
  height: 34px;
  background-color: var(--e-global-color-primary);
  display: block;
}

.jg-about-bottom>p {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.jg-about-bottom>p>span {
  max-width: 36px;
  flex-shrink: 0;
  display: flex;
}

.jg-about-copy {
  max-width: 920px;
}

.jg-about-copy h2 {
  margin: 0 0 28px;
  color: var(--e-global-color-accent);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 700;
  font-family: var(--e-global-typography-secondary-font-family);
}

.jg-about-copy b {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 40px;
  color: rgba(22, 20, 8, 0.9215686275);
  background-color: var(--e-global-color-accent);
  font-size: clamp(36px, 5vw, 46px);
  font-family: var(--e-global-typography-secondary-font-family);
}

.jg-about-copy p {
  max-width: 860px;
  line-height: 1.85;
  margin: 0 0 26px;
  color: var(--e-global-color-accent);
  font-size: clamp(16px, 1.7vw, 18px);
  font-weight: 400;
}

.jg-about-copy .small {
  max-width: 820px;
  font-size: clamp(15px, 1.25vw, 18px);
}

.jg-about-columns {
  display: grid;
  max-width: 960px;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 7vw, 90px);
}

.jg-about-columns h3 {
  margin: 0 0 20px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
}

.jg-about-columns p {
  line-height: 1.85;
  margin: 0;
  font-size: clamp(16px, 1.35vw, 20px);
}

.jg-about-slider-controls {
  position: absolute;
  z-index: 8;
  right: 40px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.jg-about-slider-btn,
.jg-join-price-btn,
.jg-agency-slider-btn {
  padding: 12px;
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid var(--jg-border-control);
  border-radius: 50%;
  place-items: center;
  color: var(--jg-color-control);
  background: var(--jg-bg-control);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.jg-about-slider-btn:hover,
.jg-about-slider-btn:focus-visible,
.jg-join-price-btn:hover,
.jg-join-price-btn:focus-visible,
.jg-agency-slider-btn:hover,
.jg-agency-slider-btn:focus-visible {
  border-color: var(--e-global-color-primary);
  background: var(--jg-bg-control-hover);
  transform: translateY(-2px);
}

.jg-about-slider-btn span,
.jg-join-price-btn span,
.jg-agency-slider-btn span {
  display: block;
  line-height: 1;
}

.jg-about-slider-dots,
.jg-join-price-dots,
.jg-agency-slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jg-about-slider-dots button,
.jg-join-price-dots button,
.jg-agency-slider-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 236, 212, 0.42);
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.jg-about-slider-dots button.is-active,
.jg-join-price-dots button.is-active,
.jg-agency-slider-dots button.is-active {
  width: 28px;
  background: var(--e-global-color-primary);
}

.jg-page:not(.is-ready) .home-item {
  visibility: hidden;
  opacity: 0;
  transform: translateY(90px) scale(0.92) rotateX(12deg);
}

/* ==================== Join & Membership Pricing Section ==================== */
.jg-join {
  background: #050505;
}

.jg-join-layout {
  position: absolute;
  display: grid;
  min-height: 100vh;
  background: #000;
  inset: 0;
  grid-template-columns: 1.05fr 0.95fr;
}

.jg-join-right {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.jg-join .jg-item {
  inset: 0;
}

.jg-relation {
  display: grid;
  min-height: 100vh;
  background: #000;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.jg-join-split-item .jg-relation {
  overflow: hidden;
  background: transparent;
}

.jg-join-split-item .jg-relation-left,
.jg-join-split-item .jg-relation-right {
  position: relative;
  z-index: 2;
  will-change: transform;
}

.jg-join-split-item .jg-relation-left {
  background: #000;
}

.jg-join-split-item .jg-relation-right {
  overflow: hidden;
  background: #000;
}

.jg-join-split-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  display: grid;
  width: clamp(104px, 10vw, 156px);
  border: 1px solid rgba(255, 235, 177, 0.92);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 222, 156, 0.32), rgba(9, 7, 4, 0.86) 64%);
  box-shadow: 0 0 18px rgba(255, 222, 124, 0.68), 0 0 58px rgba(213, 147, 34, 0.5), inset 0 0 28px rgba(255, 235, 177, 0.24);
  transform: translate(-50%, -50%);
  pointer-events: none;
  place-items: center;
  aspect-ratio: 1;
  will-change: transform, opacity;
}

.jg-join-split-lock::before {
  content: "";
  position: absolute;
  width: 48%;
  border: 4px solid rgba(255, 235, 177, 0.88);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateY(-28%);
  aspect-ratio: 1.25/1;
}

.jg-relation::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(to bottom, rgba(175, 117, 30, 0.2) 0%, rgba(255, 222, 124, 0.86) 18%, #fff7cf 42%, #ffffff 50%, #fff2b8 58%, rgba(255, 211, 91, 0.9) 82%, rgba(175, 117, 30, 0.24) 100%);
  box-shadow: 0 0 4px rgb(255, 255, 255), 0 0 10px rgb(255, 240, 184), 0 0 24px rgba(255, 205, 75, 0.95), 0 0 54px rgba(228, 154, 39, 0.86), 0 0 110px rgba(184, 124, 35, 0.68);
  opacity: var(--jg-split-divider-opacity, 1);
  z-index: 5;
}

.jg-relation::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent 0%, rgba(149, 95, 30, 0.08) 18%, rgba(221, 158, 50, 0.2) 34%, rgba(255, 229, 148, 0.58) 49%, rgba(255, 246, 206, 0.82) 50%, rgba(255, 229, 148, 0.58) 51%, rgba(221, 158, 50, 0.2) 66%, rgba(149, 95, 30, 0.08) 82%, transparent 100%);
  filter: blur(100px);
  pointer-events: none;
  opacity: var(--jg-split-divider-opacity, 1);
  z-index: 4;
}

.jg-relation-left {
  display: grid;
  align-content: center;
  padding: clamp(36px, 6vw, 90px);
  text-align: center;
  place-items: center;
}

.jg-logo-gold {
  margin-bottom: 20px;
}

.jg-logo-gold img {
  max-width: 200px;
}

.jg-logo-gold small {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.34em;
}

.jg-goin-img {
  margin-bottom: 40px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid var(--e-global-color-primary);
  aspect-ratio: 1/1;
  display: flex;
  box-shadow: 0px 0px 40px 20px rgba(209, 180, 119, 0.1607843137);
}

.jg-goin-img img {
  width: min(280px, 34vw);
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
}

.jg-relation-left h2 {
  line-height: 1.12;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 42px);
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-primary);
  font-weight: 700;
}

.jg-relation-left>p {
  max-width: 620px;
  line-height: 1.8;
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
}

.jg-join-image img,
.jg-relation-right img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.jg-price {
  display: grid;
  min-height: 100vh;
  padding: clamp(28px, 4vw, 56px);
  color: #fff;
  background: #7c6545;
  text-align: center;
  place-items: center;
}

.jg-price-box {
  width: min(100%, 980px);
}

.jg-price h2 {
  margin: 0 0 30px;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  font-family: var(--e-global-typography-secondary-font-family);
  padding: 16px 30px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.jg-price h2::before,
.jg-price h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(245, 222, 160, 0.55), transparent);
}

.jg-price h2::before {
  top: 0;
}

.jg-price h2::after {
  bottom: 0;
}

.jg-price strong {
  display: block;
  line-height: 0.82;
  font-size: clamp(40px, 8vw, 90px);
  font-weight: 600;
  background: linear-gradient(90deg, #f8de99 40%, #ac8531 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.jg-price small {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}

.jg-price ul {
  display: grid;
  padding: 0;
  margin: 40px auto;
  list-style: none;
  font-size: clamp(14px, 1.05vw, 17px);
  gap: 12px;
  font-weight: 500;
}

.jg-price li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.45;
  gap: 14px;
}

.jg-price li::before {
  content: "";
  background: var(--jg-asset-diamond);
  background-repeat: no-repeat;
  width: clamp(14px, 1.05vw, 20px);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: block;
  background-size: contain;
  background-position: center center;
}

.jg-btn {
  min-height: 52px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  color: white;
}

.join-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(245, 222, 160, 0.55), transparent);
  margin: 40px auto 0px;
  display: block;
}

.jg-join-price-controls {
  display: none;
}

.jg-split {
  display: grid;
  min-height: 100vh;
  color: #080808;
  background: #f4f4f4;
  text-align: center;
  grid-template-columns: 1fr 1fr;
}

.jg-split-panel {
  display: grid;
  align-content: center;
  padding: clamp(36px, 5vw, 86px);
  place-items: center;
}

.jg-split-panel.gold {
  background: #cfb36e;
}

.jg-split-panel h2 {
  margin: 0 0 24px;
  color: #34373f;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 500;
}

.jg-split-panel strong {
  display: block;
  line-height: 0.82;
  color: #000;
  font-size: clamp(64px, 7vw, 105px);
  font-weight: 400;
}

.jg-split-panel small {
  display: block;
  margin-top: 6px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.jg-split-panel ul {
  display: grid;
  max-width: 620px;
  padding: 0;
  margin: 54px auto 50px;
  color: #5d6068;
  list-style: none;
  font-size: 15px;
  gap: 16px;
}

.jg-split-panel li {
  display: flex;
  justify-content: center;
  line-height: 1.45;
  gap: 14px;
}

.jg-split-panel li::before {
  color: #000;
  content: "◇";
  font-weight: 900;
}

/* ==================== Products Section ==================== */
.jg-products {
  background: radial-gradient(circle at 50% 0%, rgba(216, 168, 74, 0.24), transparent 34%), linear-gradient(135deg, #080706 0%, #15110b 48%, #806643 100%);
}

.jg-products-wrap {
  display: grid;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-inline: 30px;
  color: #fff0cf;
  inset: 0;
  grid-template-rows: auto minmax(0, 1fr);
}

.jg-products-tabs {
  --jg-products-tab-index: 0;
  width: fit-content;
  gap: 8px;
  padding: 6px;
  margin: 20px auto;
  border-radius: 999px;
  background: rgba(5, 5, 4, 0.58);
  position: relative;
  border: 1px solid var(--e-global-color-primary);
}

.jg-products-tabs::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  width: calc((100% - 24px) / 2);
  border-radius: var(--jg-radius-pill);
  background: var(--jg-gradient-gold);
  box-shadow: 0 10px 28px rgba(213, 147, 34, 0.28);
  transform: translateX(calc(var(--jg-products-tab-index) * (100% + 8px)));
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
  pointer-events: none;
  z-index: 0;
}

.jg-products-tabs button {
  position: relative;
  z-index: 1;
  min-width: 132px;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 244, 216, 0.72);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.jg-products-tabs button.is-active,
.jg-products-tabs button:hover,
.jg-products-tabs button:focus-visible {
  color: #fff;
}

.jg-products-tabs button:hover,
.jg-products-tabs button:focus {
  background: transparent;
}



.jg-products-panels,
.jg-products-panel {
  min-width: 0;
}

.jg-products-panel[hidden] {
  display: none !important;
}

.jg-product-slider {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  min-width: 0;
  gap: 16px;
  z-index: 5;
}

.jg-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  position: relative;
  z-index: 5;
}

.jg-service-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 330px;
  overflow: hidden;
  border-radius: var(--jg-radius-card);
  background: linear-gradient(135deg, rgba(11, 10, 8, 0.98), rgba(4, 4, 4, 0.98));
  box-shadow: var(--jg-shadow-card);
  position: relative;
  padding: 2px;
}

.jg-service-media {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.jg-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 68%, rgba(4, 4, 4, 0.9));
  pointer-events: none;
}

.jg-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.jg-service-card:hover .jg-service-media img {
  transform: scale(1.04);
}

.jg-service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  padding-left: 0;
}

.jg-service-content>span {
  color: var(--e-global-color-a5f0511);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.jg-service-content h3 {
  max-width: 360px;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

.jg-service-content ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.jg-service-content li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 400;
  line-height: 1.25;
}

.jg-service-content li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f7a61b' d='m10.6 13.8l-2.15-2.15q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7L9.9 15.9q.3.3.7.3t.7-.3l5.65-5.65q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.jg-service-price {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.jg-service-price del {
  color: rgba(255, 255, 255, 0.48);
  font-size: 24px;
  font-weight: 600;
}

.jg-service-price strong {
  color: #f0a51e;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.jg-service-content a {
  gap: 14px;
  width: 100%;
  min-width: min(100%, 200px);
  min-height: 52px;
  border: 1px solid var(--e-global-color-a5f0511);
  border-radius: 16px;
  color: var(--e-global-color-a5f0511);
  text-decoration: none;
  font-weight: 500;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  font-size: 14px;
  text-transform: uppercase;
}

.jg-service-content a:hover {
  background: var(--jg-gradient-gold);
  color: #fff;
  transform: translateY(-2px);
}

.jg-service-content a img {
  width: 24px;
  height: 24px;
  transition: all 0.25s ease;
}

.jg-service-content a:hover img {
  filter: brightness(0) invert(1);
}

.jg-club-services {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  margin-top: 24px;
  position: relative;
  z-index: 5;
}

.jg-club-benefits,
.jg-club-mastermind {
  overflow: hidden;
  border: 1px solid rgba(213, 147, 34, 0.78);
  border-radius: var(--jg-radius-card);
  background: linear-gradient(135deg, rgba(7, 7, 6, 0.96), rgba(4, 4, 4, 0.98));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32), inset 0 0 22px rgba(213, 147, 34, 0.08);
}

.jg-club-benefits {
  padding: 20px;
  text-align: center;
}

.jg-club-benefits-head h3,
.jg-club-mastermind-copy h3 {
  margin: 0;
  color: #f4f0e8;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.jg-club-mastermind-copy h3 {
  justify-content: flex-start;
}

.jg-club-benefits-head h3 img {
  width: 40px;
  height: 40px;
}

.jg-club-benefits-head p {
  margin: 8px 0 0;
  color: #e5aa28;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jg-club-mastermind-copy span {
  border: 1px solid var(--e-global-color-a5f0511);
  padding: 6px 20px;
  border-radius: 30px;
  width: fit-content;
  margin-bottom: 10px;
}

.jg-club-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-block: 20px;
  margin-top: 20px;
}

.jg-club-benefits-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 0 12px;
}

.jg-club-benefits-grid article img {
  max-width: 40px;
  margin-bottom: 12px
}

.jg-club-benefits-grid article+article::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(241, 190, 81, 0.72), transparent);
}

.jg-club-benefits-grid h4 {
  margin: 0;
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.jg-club-benefits-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.jg-club-mastermind {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 172px;
}

.jg-club-mastermind-media {
  position: relative;
  height: 100%;
  min-height: 172px;
  overflow: hidden;
}

.jg-club-mastermind-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(3, 3, 3, 0.86));
  pointer-events: none;
}

.jg-club-mastermind-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jg-club-mastermind-copy {
  display: grid;
  gap: 5px;
  padding: 24px;
}

.jg-club-mastermind-copy>span,
.jg-club-mastermind-copy strong {
  color: #d99e21;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.jg-club-mastermind-copy strong {
  margin-top: 6px;
}

.jg-club-mastermind-copy h3 {
  font-size: 26px;
}

.jg-club-mastermind-copy p {
  max-width: 650px;
  margin: 4px 0 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.jg-club-schedule {
  gap: 10px;
  padding: 0 22px;
  border: 1px solid var(--e-global-color-a5f0511);
  border-radius: 16px;
  min-height: 52px;
  color: #e9ab26;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  text-transform: uppercase;
  font-size: 14px;
}

.jg-club-schedule img {
  max-width: 24px;
}

.jg-club-schedule:hover,
.jg-club-schedule:focus-visible {
  background: var(--jg-gradient-gold);
  color: #fff;
  transform: translateY(-2px);
}

.jg-club-schedule:hover img {
  filter: brightness(0) invert(1);
}

.jg-product-gallery {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.jg-product-gallery:active {
  cursor: grabbing;
}

.jg-product-nav {
  position: relative;
  z-index: 6;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(248, 222, 156, 0.8);
  border-radius: 50%;
  background: rgba(10, 8, 6, 0.72);
  color: #f8de9c;
  box-shadow: 0 0 24px rgba(213, 147, 34, 0.28);
  line-height: 1;
  transition: opacity 0.25s ease, background 0.25s ease, transform 0.25s ease;
  place-items: center;
  padding: 12px;
}

.jg-product-nav:hover {
  background: var(--e-global-color-primary);
  color: #fff;
  transform: scale(1.06);
}

.jg-product-nav:hover img {
  filter: brightness(0) invert(1);
}

.jg-product-nav.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.jg-products-wrap::before,
.jg-products-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(36px, 10vw, 160px);
  pointer-events: none;
  z-index: 4;
}

.jg-products-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #0a0806, transparent);
}

.jg-products-wrap::after {
  right: 0;
  background: linear-gradient(270deg, rgba(128, 102, 67, 0.3), transparent);
}

.jg-product-track {
  height: 100%;
  align-items: center;
}

.jg-product-card {
  display: grid;
  overflow: hidden;
  width: auto;
  color: #fff4d8;
  background: rgba(11, 10, 8, 0.58);
  text-decoration: none;
  height: fit-content;
  position: relative;
  border-radius: 30px;
  padding-top: 2px;
  height: fit-content;
}

.jg-product-media {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 340px;
  width: calc(100% - 4px);
  margin: 0px auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.jg-product-media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(11, 10, 8), transparent);
}

.jg-product-media img,
li.product .jg-product-media img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  object-fit: cover;
}

li.product .jg-product-media img {
  padding-top: 2px;
}

.jg-product-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 38%, rgba(255, 237, 178, 0.42), transparent 32%), linear-gradient(135deg, #16110a, #6f542f);
  color: #f8df9c;
  place-items: center;
}

.jg-product-placeholder span {
  display: grid;
  width: 46%;
  border: 1px solid rgba(248, 223, 156, 0.46);
  border-radius: 50%;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: clamp(56px, 8vw, 128px);
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 0 38px rgba(248, 223, 156, 0.22);
  place-items: center;
  aspect-ratio: 1;
}

.jg-product-card:hover .jg-product-media img {
  opacity: 0.92;
  transform: scale(1.06);
}

.jg-product-info {
  display: grid;
  padding: 18px;
  align-content: center;
  gap: 10px;
  text-align: center;
  z-index: 2;
}

.jg-product-info strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jg-product-info h3 {
  padding: 0px !important;
}

.jg-product-link,
li.product .button.jg-product-link {
  display: flex !important;
  width: 100%;
  border-radius: 30px;
  border: 1px solid var(--e-global-color-primary);
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 4px 16px;
  min-height: 52px;
  color: var(--e-global-color-a5f0511);
  transition: background 0.35s ease;
  background: transparent;
}

li.product .button.jg-product-link {
  margin-top: 0px !important;
}

li.product .button.jg-product-link img {
  margin: 0px !important;
}

.jg-product-link:hover,
li.product .button.jg-product-link:hover {
  background: var(--jg-gradient-gold);
  color: white;
}

.jg-product-link img {
  max-width: 20px;
  padding-top: 4px;
}

.jg-product-link:hover img {
  filter: brightness(0) invert(1);
}

.jg-product-info>span {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 0px !important;
}

.jg-product-info>span del .woocommerce-Price-amount {
  opacity: 0.7;
  color: #b9b9b9;
}

.jg-product-info>span del,
.jg-product-info>span del * {
  color: #b9b9b9;
  font-weight: 500;
}

.jg-product-info>span ins {
  text-decoration: none;
}

.jg-product-info span {
  color: var(--e-global-color-a5f0511);
  font-size: 16px;
  font-weight: 600;
}

.jg-product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 30px;
  color: var(--e-global-color-a5f0511);
  font-size: 12px;
  z-index: 2;
  border: 1px solid #f7a61b;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.6392156863);
}


.jg-product-badge img {
  max-width: 14px;
  transform: translateY(-1px);
}

/* ==================== Agency Section ==================== */
.jg-agency {
  --jg-agency-accent: var(--e-global-color-a5f0511);
  background: radial-gradient(circle at 24% 14%, rgba(213, 147, 34, 0.16), transparent 28%), radial-gradient(circle at 76% 34%, rgba(213, 147, 34, 0.1), transparent 34%), linear-gradient(135deg, #090805, #050504 64%, #0b0906);
}

.jg-agency-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 100px 30px 80px 30px;
  gap: 20px;
}

.jg-agency-wrap::before {
  content: "";
  position: absolute;
  inset: 74px -18px 12px;
  pointer-events: none;
  border: 1px solid rgba(213, 147, 34, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.34;
}

.jg-agency-hero,
.jg-agency-grid {
  position: relative;
  z-index: 1;
}

.jg-agency-slider-controls {
  display: none;
}

.jg-agency-hero {
  padding-block: 20px;
  gap: 44px;
}


.jg-agency-eyebrow {
  margin: 0 auto 12px;
  color: var(--jg-agency-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  max-width: 500px;
}

.jg-agency-copy h2 {
  margin: 0 0 18px;
  color: white;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.jg-agency-copy h2 span {
  display: block;
  color: var(--jg-agency-accent);
}

.jg-agency-copy>p:not(.jg-agency-eyebrow) {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}

.jg-agency-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.jg-agency-highlights div {
  min-height: 86px;
  padding: 18px 16px;
  border: 1px solid rgba(213, 147, 34, 0.5);
  border-radius: var(--jg-radius-md);
  background: rgba(255, 255, 255, 0.035);
}

.jg-agency-highlights strong,
.jg-agency-highlights span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.jg-agency-highlights strong {
  color: var(--jg-agency-accent);
}

.jg-agency-highlights span {
  margin-top: 4px;
  color: #fff;
}


.jg-agency-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.jg-agency-card {
  position: relative;
  display: flex;
  min-height: 416px;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  border-radius: var(--jg-radius-card);
  background: radial-gradient(circle at 70% 14%, rgba(255, 255, 255, 0.055), transparent 28%), linear-gradient(145deg, rgba(13, 12, 9, 0.96), rgba(5, 5, 4, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 16px 40px rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease;
}

.jg-agency-grid .jg-agency-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px #f7a61b42;
}

.jg-agency-grid .jg-agency-card:hover .jg-agency-cta {
  background: var(--jg-gradient-gold);
  color: white;
}

.jg-agency-number {
  display: block;
  margin: 0;
  color: var(--jg-agency-accent);
  font-size: 52px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(213, 147, 34, 0.18);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.4px var(--jg-agency-accent);
}

.jg-agency-icon {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto 30px;
  border-radius: 20px;
  flex-shrink: 0;
}

.jg-agency-icon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgb(213 147 34 / 28%) 0%, rgb(213 147 34 / 16%) 38%, transparent 72%);
  filter: blur(5px);
  pointer-events: none;
  transform: scale(1.6);
}

.jg-agency-top {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

.jg-agency-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, transparent, rgba(241, 190, 81, 0.72), transparent)
}

.jg-agency-heading>* {
  margin: 0;
}

.jg-agency-heading h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}


.jg-agency-heading>p {
  color: #ffffffa3;
  font-size: 14px;
  line-height: 1.45;
}



.jg-agency-included ul {
  position: relative;
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 84px;
  padding-right: 20px;
}

/* .jg-agency-included ul::before {
  content: "INCLUDED";
  position: absolute;
  top: 0;
  left: 20px;
  color: rgba(255, 255, 255, 0.16);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.4px var(--jg-agency-accent);
  opacity: 0.4;
} */

.jg-agency-included li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.25;
  padding-bottom: 12px;
  border-bottom: 1px solid #f7a61b40;
  margin-bottom: 12px;
  position: relative;
}

/* .jg-agency-included li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(241, 190, 81, 0.72), transparent);
} */

.jg-agency-included li::before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f7a61b' d='m10.6 13.8l-2.15-2.15q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7L9.9 15.9q.3.3.7.3t.7-.3l5.65-5.65q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
}

.jg-agency-grid .jg-agency-feature.is-card-hidden {
  display: none;
}

.jg-agency-view-full {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
  min-height: 42px;
  margin: 0 0 16px;
  padding: 0px 16px;
  color: var(--jg-agency-accent) !important;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  background: transparent !important;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  border: none;
  padding-left: 84px;
}

.jg-agency-view-full:hover span img {
  transform: translateX(10px);
}

.jg-agency-view-full span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.jg-agency-view-full span img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.jg-agency-modal {
  --jg-agency-accent: var(--e-global-color-a5f0511);
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.6);
}

.jg-agency-modal[hidden] {
  display: none;
}

.jg-agency-modal-shell {
  position: relative;
  width: min(100%, 620px);
  max-height: calc(100vh - 48px);
  margin: auto;
  overflow: hidden;
  border-radius: var(--jg-radius-card);
}

.jg-agency-modal-card {
  height: calc(100vh - 80px);
  max-height: 760px;
}

.jg-agency-modal-card .jg-agency-card {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.jg-agency-modal-card .jg-agency-included {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.jg-agency-modal-card .jg-agency-included::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 44px;
  background: linear-gradient(to bottom, transparent, rgba(5, 5, 4, 0.98));
  pointer-events: none;
}

.jg-agency-modal-card .jg-agency-included ul {
  flex: 1 1 auto;
  min-height: 0;
  padding-bottom: 36px;
  padding-left: 84px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(213, 147, 34, 0.65) transparent;
}

.jg-agency-modal-card .jg-agency-included ul::-webkit-scrollbar {
  width: 4px;
}

.jg-agency-modal-card .jg-agency-included ul::-webkit-scrollbar-track {
  background: transparent;
}

.jg-agency-modal-card .jg-agency-included ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(213, 147, 34, 0.65);
}

.jg-agency-modal-card .jg-agency-view-full {
  display: none;
}

.jg-agency-modal-close {
  position: absolute;
  z-index: 20;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--jg-agency-accent);
  border-radius: 50%;
  background: #090806;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.jg-agency-modal-close:focus {
  background: transparent !important;
}

.jg-agency-modal-close:hover {
  background-color: var(--e-global-color-primary) !important;
}

.jg-agency-modal-close:hover img {
  filter: brightness(0) invert(1);
}

body.jg-agency-modal-open {
  overflow: hidden;
}

.jg-agency-price {
  display: grid;
  justify-items: center;
  margin-top: auto;
  padding: 24px;
  border: 1px solid rgb(213 147 34 / 20%);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.22);
  text-align: center;
  background: #f7a61b1c;
}

.jg-agency-price span,
.jg-agency-price small {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.jg-agency-price strong {
  margin-top: 8px;
  color: var(--jg-agency-accent);
  font-size: 34px;
  font-weight: 800;
  line-height: 0.9;
}

.jg-agency-price small {
  margin-top: 2px;
  text-transform: none;
}

.jg-agency-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 12px;
  border: 1px solid var(--jg-agency-accent);
  border-radius: 16px;
  background: transparent;
  color: var(--jg-agency-accent);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.jg-agency-cta:hover {
  background: var(--jg-gradient-gold);
  color: #fff;
  transform: translateY(-2px);
}

.jg-products-head .scroll-discover-line-row>img {
  max-width: 30px;
}

.jg-products-empty {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  color: rgba(255, 244, 216, 0.76);
  font-size: 18px;
}

.jg-member-notice {
  position: fixed;
  z-index: 999998;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: radial-gradient(circle at 50% 30%, rgba(213, 147, 34, 0.14), transparent 34%), rgba(0, 0, 0, 0.58);
  color: var(--jg-color-cream);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.jg-member-notice.show {
  opacity: 1;
  pointer-events: auto;
}

.jg-member-notice-card {
  position: relative;
  width: min(100%, 500px);
  padding: 34px 38px 18px;
  overflow: hidden;
  border: 1px solid rgba(213, 147, 34, 0.95);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 28%), radial-gradient(circle at 50% 10%, rgba(213, 147, 34, 0.18), transparent 32%), linear-gradient(145deg, rgba(14, 13, 10, 0.98), rgba(6, 6, 5, 0.98));
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.62), 0 0 36px rgba(213, 147, 34, 0.28);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.25s ease;
}

.jg-member-notice.show .jg-member-notice-card {
  transform: translateY(0) scale(1);
}

.jg-member-notice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.16;
}

.jg-member-notice-top,
.jg-member-notice-copy,
.jg-member-notice-benefits,
.jg-member-notice-join,
.jg-member-notice-later,
.jg-member-notice-challenge {
  position: relative;
  z-index: 1;
}

.jg-member-notice-top {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.jg-member-notice-icon img {
  width: 120px;
  height: fit-content;
  object-fit: contain;
}

.jg-member-notice-copy {
  text-align: center;
}

.jg-member-notice-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.jg-member-notice-copy h2 span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.jg-member-notice-copy h2 span::before,
.jg-member-notice-copy h2 span::after {
  content: "";
  width: 100%;
  height: 1px;
}

.jg-member-notice-copy h2 span::before {
  background: linear-gradient(to right, transparent, #d59322);
}

.jg-member-notice-copy h2 span::after {
  background: linear-gradient(to left, transparent, #d59322);
}

.jg-member-notice-copy h2 span img {
  width: 20px;
  height: 20px;
}

.jg-member-notice-copy p {
  width: 100%;
  margin: 0 auto 14px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}

.jg-member-notice-close {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid var(--e-global-color-a5f0511);
}

.jg-member-notice-close:hover {
  color: var(--e-global-color-primary);
}

.jg-member-notice-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 14px;
  border: 1px solid rgba(213, 147, 34, 0.26);
  border-radius: 7px;
  background: rgba(7, 7, 6, 0.62);
}

.jg-member-notice-benefits span {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 74px;
  padding: 9px 8px;
  text-align: center;
}

.jg-member-notice-benefits span+span::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 1px;
  background: rgba(213, 147, 34, 0.38);
}

.jg-member-notice-benefits img,
.jg-member-notice-benefits b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  margin-bottom: 6px;
}

.jg-member-notice-benefits strong,
.jg-member-notice-benefits small {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.jg-member-notice-benefits small {
  color: rgba(255, 255, 255, 0.72);
}

.jg-member-notice-join,
.jg-member-notice-later {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.jg-member-notice-join {
  margin-bottom: 10px;
  border-radius: 8px;
  color: #fff;
  background: var(--jg-gradient-gold);
}

.jg-member-notice-join:hover {
  color: #050403;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.42), 0 0 24px rgba(213, 147, 34, 0.25);
}

.jg-member-notice-later {
  min-height: 32px;
  margin-bottom: 12px;
  border: 1px solid rgba(213, 147, 34, 0.58);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(5, 5, 4, 0.58);
  cursor: pointer;
}

.jg-member-notice-later:hover {
  color: #fff;
  border-color: rgba(255, 201, 93, 0.86);
}

.jg-member-notice-challenge {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
}

.jg-member-notice-target {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
}

.jg-member-notice-target::after {
  inset: 19px;
  background: #ffc052;
}

.jg-member-notice-challenge>div>div {
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: center;
}

.jg-member-notice-challenge p {
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.25;
}

.jg-member-notice-challenge strong {
  color: #f0a51e;
  font-size: 14px;
  line-height: 1.1;
  flex-shrink: 0;
}

.jg-member-notice-progress {
  display: block;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  width: 100%;
}

.jg-member-notice-progress::before {
  content: "";
  display: block;
  width: 34%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f8de9c, #ff9e00);
}

/* ==================== Contact Section ==================== */
.jg-contact {
  background: radial-gradient(circle at 74% 26%, rgba(213, 147, 34, 0.14), transparent 34%), radial-gradient(circle at 46% 42%, rgba(213, 147, 34, 0.09), transparent 26%), #070604;
}

.jg-contact-bg::before,
.jg-contact-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--jg-color-gold);
  box-shadow: 0 0 18px rgba(213, 147, 34, 0.9);
  opacity: 0.48;
}

.jg-contact-bg::before {
  top: 18%;
  left: 61%;
  width: 4px;
  height: 4px;
}

.jg-contact-bg::after {
  top: 34%;
  left: 55%;
  width: 3px;
  height: 3px;
}

.jg-contact-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(86px, 9vh, 112px) clamp(18px, 3vw, 40px) 24px;
  gap: 22px;
}

.jg-contact-hero,
.jg-contact-grid,
.jg-contact-benefits {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.jg-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: 40px;
}

.jg-contact-copy {
  max-width: 720px;
}

.jg-contact-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  color: var(--jg-color-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.jg-contact-eyebrow span {
  display: block;
  width: 34px;
  height: 1px;
  background: var(--jg-color-gold);
}

.jg-contact-copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: clamp(40px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 0.98;
}

.jg-contact-copy h2 span {
  color: var(--jg-color-gold);
}

.jg-contact-copy>p:not(.jg-contact-eyebrow) {
  margin: 0;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.jg-contact-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}

.jg-contact-brand img {
  max-width: 240px;
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(213, 147, 34, 0.28));
}

.jg-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.9fr);
  gap: 16px;
}

.jg-contact-card {
  border: 1px solid rgba(213, 147, 34, 0.56);
  border-radius: 30px;
  background: radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.06), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 58px rgba(0, 0, 0, 0.24);
}

.jg-contact-form {
  padding: clamp(22px, 3vw, 30px) clamp(22px, 4vw, 46px);
}

.jg-contact-card h3 {
  margin: 0 0 24px;
  color: #f2aa22;
  font-size: 18px;
  font-weight: 600;
}

.jg-contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

.jg-contact-field-wide {
  grid-column: 1/-1;
}

.jg-contact-field-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.jg-contact-field-grid label>span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.jg-contact-field-grid b {
  color: #ff4838;
  font-weight: 800;
}

.jg-contact-field-grid input,
.jg-contact-field-grid select,
.jg-contact-field-grid textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)), #111;
  color: #fff;
  font-size: 14px;
  outline: none;
  padding: 0 14px;
}

.jg-contact-field-grid select {
  appearance: auto;
  color: rgba(255, 255, 255, 0.64);
}

.jg-contact-field-grid select option {
  background: #101010;
  color: #fff;
}

.jg-contact-field-grid textarea {
  min-height: 92px;
  padding-top: 14px;
  resize: vertical;
}

.jg-contact-field-grid input::placeholder,
.jg-contact-field-grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.jg-contact-field-grid input:focus,
.jg-contact-field-grid select:focus,
.jg-contact-field-grid textarea:focus {
  border-color: rgba(213, 147, 34, 0.8);
  box-shadow: 0 0 0 3px rgba(213, 147, 34, 0.12);
}

.jg-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 46px;
  min-width: 180px;
  margin-top: 18px;
  padding: 0 15px 0 22px;
  border: 1px solid rgba(255, 214, 120, 0.82);
  border-radius: 8px;
  background: var(--jg-gradient-gold);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(213, 147, 34, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

.jg-contact-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.jg-contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.jg-contact-status {
  min-height: 20px;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.jg-contact-status:empty {
  display: none;
}

.jg-contact-status.is-success {
  color: #7ee2a8;
}

.jg-contact-status.is-error {
  color: #ff8b80;
}

.jg-contact-submit i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  font-style: normal;
}

.jg-contact-secure {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 400;
}

.jg-contact-secure span {
  display: flex;
  margin-top: -2px;
}

.jg-contact-secure span img {
  width: 20px;
}

.jg-contact-info {
  padding: clamp(22px, 3vw, 30px);
}

.jg-contact-info h3 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.jg-contact-info h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  background: var(--jg-color-gold);
}

.jg-contact-method {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.jg-contact-method-icon,
.jg-contact-member-icon,
.jg-contact-benefit-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(213, 147, 34, 0.7);
  border-radius: 50%;
  color: var(--jg-color-gold);
}

.jg-contact-method-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
}

.jg-contact-method-icon img,
.jg-address-icon--user img,
.jg-address-icon--pin img {
  width: 100%;
  height: 100%;
}

.jg-contact-method strong,
.jg-contact-member-box strong,
.jg-contact-benefits strong {
  color: #f2aa22;
  font-weight: 800;
}

.jg-contact-method strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.jg-contact-method a,
.jg-contact-method span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.jg-contact-method p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.jg-contact-member-box {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(213, 147, 34, 0.55);
  border-radius: 16px;
  background: rgba(213, 147, 34, 0.045);
}

.jg-contact-member-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
}

.jg-contact-member-icon img {
  width: 100%;
}

.jg-contact-member-box strong {
  display: block;
  font-size: 14px;
}

.jg-contact-member-box p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.35;
}

.jg-contact-member-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(213, 147, 34, 0.7);
  border-radius: 10px;
  color: #f2aa22;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  min-width: 0;
}

.jg-contact-member-box span {
  display: flex;
}

.jg-contact-member-box span img {
  width: 22px;
}

.jg-contact-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.018);
}

.jg-contact-benefits>div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 10px clamp(12px, 2vw, 28px);
  border-right: 1px solid rgba(213, 147, 34, 0.5);
}

.jg-contact-benefits>div:last-child {
  border-right: 0;
}

.jg-contact-benefit-icon {
  grid-row: span 2;
  width: 30px;
  height: 30px;
}

.jg-contact-benefits strong {
  font-size: 13px;
}

.jg-contact-benefits p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.jg-contact-benefit-shield::before {
  content: "";
  width: 13px;
  height: 15px;
  border: 1.5px solid currentColor;
  clip-path: polygon(50% 0, 100% 18%, 86% 78%, 50% 100%, 14% 78%, 0 18%);
}

.jg-contact-benefit-clock::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.jg-contact-benefit-clock::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translate(2px, -2px);
}

.jg-contact-benefit-star::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 69% 57%, 81% 100%, 50% 74%, 19% 100%, 31% 57%, 0 35%, 38% 35%);
}

.jg-contact-benefit-diamond::before {
  content: "";
  width: 16px;
  height: 13px;
  border: 1.5px solid currentColor;
  clip-path: polygon(18% 0, 82% 0, 100% 38%, 50% 100%, 0 38%);
}

/* ==================== Music Section ==================== */
.jg-music {
  background: #000;
}

.jg-music-wrap {
  position: absolute;
  display: grid;
  padding: clamp(22px, 3vw, 48px);
  inset: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 70px);
}

.jg-video {
  position: relative;
  overflow: hidden;
  min-height: 60vh;
}

.jg-video img {
  width: 100%;
  height: 100%;
  opacity: 0.82;
  object-fit: cover;
}

.jg-video h2 {
  position: absolute;
  top: -9%;
  left: 50%;
  line-height: 0.75;
  margin: 0;
  color: #fff;
  transform: translateX(-50%);
  letter-spacing: 0.02em;
  font-size: clamp(90px, 20vw, 300px);
}

.jg-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(78px, 9vw, 120px);
  border-radius: 50%;
  color: #111;
  background: #f7ecdb;
  transform: translate(-50%, -50%);
  font-size: 28px;
  text-decoration: none;
  place-items: center;
  aspect-ratio: 1;
}

.jg-spotify-row {
  display: grid;
  align-items: center;
  padding: 0 clamp(16px, 8vw, 130px) clamp(12px, 3vw, 34px);
  grid-template-columns: minmax(120px, 0.35fr) 1fr;
  gap: clamp(28px, 6vw, 90px);
}

.jg-spotify-row h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 44px);
}

.jg-spotify-card {
  display: grid;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  background: #a83200;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
}

.jg-spotify-card img {
  width: 110px;
  border-radius: 4px;
  object-fit: cover;
  aspect-ratio: 1;
}

.jg-spotify-card strong,
.jg-spotify-card span,
.jg-spotify-card small {
  display: block;
  color: #fff;
}

.jg-spotify-card span {
  margin-top: 8px;
  opacity: 0.9;
}

.jg-spotify-card small {
  margin-top: 12px;
  opacity: 0.8;
}

.scroll-discover-vertical {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  pointer-events: none;
}

.scroll-discover-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.92;
  text-shadow: 0 0 10px rgba(246, 232, 207, 0.18);
}

.scroll-discover-line-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.scroll-discover-line-row>p {
  flex-shrink: 0;
  margin: 0;
}

.scroll-discover-line-row .line {
  width: 130px;
  height: 1px;
  display: block;
  background: linear-gradient(to right, transparent, #f8de9c);
}

.scroll-discover-line-row .right-line {
  background: linear-gradient(to left, transparent, #f8de9c);
}

.scroll-discover-line-row .arrow {
  font-size: 22px;
  line-height: 1;
  color: #f6e8cf;
  opacity: 0.95;
  text-shadow: 0 0 10px rgba(246, 232, 207, 0.28);
  animation: discoverArrowFloat 1.6s ease-in-out infinite;
}

@keyframes discoverArrowFloat {

  0%,
  100% {
    transform: translateY(-2px);
    opacity: 0.65;
  }

  50% {
    transform: translateY(4px);
    opacity: 1;
  }
}

.jg-click-game {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jg-game-note {
  display: inline-block;
  margin-bottom: 18px;
  padding: 12px 22px;
  border: 1px solid rgba(213, 147, 34, 0.7);
  border-radius: 999px;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(45deg, var(--e-global-color-primary), transparent);
}

.jg-game-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
  background: #000;
  box-shadow: 0 0 45px rgba(213, 147, 34, 0.22);
}

.jg-game-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.jg-game-image-wrap::after {
  content: "CLICK HERE";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 196, 75, 0.8);
  background: rgba(0, 0, 0, 0.28);
  color: #ffc44b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  box-shadow: 0 0 35px rgba(213, 147, 34, 0.45);
  transition: 0.25s ease;
  z-index: 3;
}

.jg-game-image-wrap:hover::after {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(213, 147, 34, 0.18);
}

.jg-game-image-wrap.is-cracked::after {
  content: "HIT AGAIN";
}

.jg-game-image-wrap.is-shattered::after {
  content: "UNLOCKED";
  border-color: rgba(255, 255, 255, 0.9);
  color: #fff;
  background: rgba(213, 147, 34, 0.32);
}

.jg-click-counter {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(213, 147, 34, 0.8);
  color: #ffc44b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  pointer-events: none;
  user-select: none;
  z-index: 4;
}

.jg-game-image-wrap.jg-hit {
  animation: jgImageHit 0.22s ease;
}

@keyframes jgImageHit {
  0% {
    transform: scale(1);
  }

  35% {
    transform: scale(0.985) translateX(3px);
  }

  70% {
    transform: scale(1.01) translateX(-3px);
  }

  100% {
    transform: scale(1);
  }
}

/* ==================== Game Unlock Popup ==================== */
.jg-unlock-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.jg-unlock-popup.show {
  display: flex;
}

.jg-popup-content {
  position: relative;
  width: min(92vw, 520px);
  padding: 46px 36px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(8, 8, 10, 0.98), rgba(38, 24, 6, 0.96));
  box-shadow: 0 0 70px rgba(213, 147, 34, 0.35);
  text-align: center;
  color: #fff;
}

.jg-popup-inner {
  z-index: 10;
  position: relative;
}

.jg-popup-small {
  margin: 0 0 12px;
  color: var(--e-global-color-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.jg-popup-content h2 {
  margin: 0 0 14px;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.jg-popup-content p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.jg-popup-btn {
  color: var(--jg-color-cream) !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 219, 136, 0.15), 0 0 12px rgba(255, 186, 59, 0.45), 0 0 24px rgba(255, 186, 59, 0.28), inset 0 1px 0 rgba(255, 244, 210, 0.35);
  transition: all 0.25s ease;
  background-color: transparent !important;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0px;
  width: fit-content;
}

.jg-popup-content p,
.jg-popup-content h2,
.jg-popup-content span {
  user-select: none;
}

.jg-popup-close {
  right: 10px;
  top: 10px;
  background: transparent;
  color: #fff;
  font-size: 28px;
  border: 1px solid var(--e-global-color-primary);
  width: 40px;
  height: 40px;
}

/* ==================== Video Popup ==================== */
.popup-video {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}

.popup-video.active {
  display: flex;
}

.popup-content {
  max-height: 800px;
  height: fit-content;
  width: 500px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 1px;
}

.popup-video-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.popup-video-text {
  border-radius: 0px 0px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 20px;
  background: linear-gradient(to bottom, transparent 0%, rgba(201, 134, 18, 0.5137254902) 50%, rgba(255, 157, 0, 0.7137254902) 100%);
}

.popup-video-text h2 p {
  margin: 0px;
}

.popup-video-text p {
  margin-bottom: 10px;
  text-align: center;
}

.popup-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  opacity: 0.92;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 157, 0, 0.95) 0%, rgba(201, 134, 18, 0.86) 56%, rgba(255, 255, 255, 0.16) 100%);
  box-shadow: 0 0 0 10px rgba(255, 157, 0, 0.16), 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 34px rgba(255, 157, 0, 0.55);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  animation: popup-play-pulse 1.8s ease-out infinite;
}

.popup-play-icon::before,
.popup-play-icon::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 2px solid rgba(255, 157, 0, 0.55);
  border-radius: 50%;
  animation: popup-play-ring 1.8s ease-out infinite;
  pointer-events: none;
}

.popup-play-icon::after {
  animation-delay: 0.45s;
}

.popup-play-icon svg {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.popup-play-icon:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 0 0 13px rgba(255, 157, 0, 0.2), 0 22px 46px rgba(0, 0, 0, 0.42), 0 0 44px rgba(255, 157, 0, 0.7);
}

@keyframes popup-play-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 10px rgba(255, 157, 0, 0.16), 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 34px rgba(255, 157, 0, 0.55);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(255, 157, 0, 0.08), 0 20px 44px rgba(0, 0, 0, 0.4), 0 0 48px rgba(255, 157, 0, 0.75);
  }
}

@keyframes popup-play-ring {
  0% {
    opacity: 0.8;
    transform: scale(0.82);
  }

  100% {
    opacity: 0;
    transform: scale(1.42);
  }
}

@media (prefers-reduced-motion: reduce) {

  .popup-play-icon,
  .popup-play-icon::before,
  .popup-play-icon::after {
    animation: none;
  }
}

.popup-video-wrap video {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  min-height: 664px;
  object-fit: cover;
}

.popup-video-text h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0px 0px 10px;
}

.popup-video-text h2 p {
  flex-shrink: 0;
}

.popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 11;
}

.popup-close:hover {
  background: var(--e-global-color-primary);
}

.popup-video-wrap .jg-popup-btn {
  margin: 0px;
}

.popup-video-cta {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
}

/* ==================== WooCommerce Checkout ==================== */
.woocommerce-checkout .entry-title {
  display: none;
}

.woocommerce-info {
  background: transparent;
  color: white;
  border: none;
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 70px;
  margin-bottom: 12px;
}

.woocommerce-checkout .showcoupon {
  color: var(--e-global-color-primary);
}

.woocommerce-checkout main {
  padding-top: 100px;
  padding-bottom: 40px;
}

.woocommerce-info .jg-border {
  border-radius: 16px;
}

.woocommerce-info .jg-border>span:nth-child(3),
.woocommerce-info .jg-border>span:nth-child(2),
.woocommerce-form-coupon .jg-border>span:nth-child(3),
.woocommerce-form-coupon .jg-border>span:nth-child(2) {
  display: none;
}

.woocommerce-info::before {
  content: "";
  background-image: var(--jg-asset-discount);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  left: 15px;
  top: 10px;
  bottom: auto;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  margin: 12px 0px;
  position: relative;
  border: none;
  display: grid;
  grid-template-columns: 1fr 160px;
  padding: 16px;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon p {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.woocommerce-form-coupon .jg-border {
  border-radius: 16px;
}

.woocommerce-form-coupon #coupon_code {
  min-height: 46px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--jg-border-gold-muted);
  padding: 2px 20px;
  color: white;
}

.woocommerce-form-coupon #coupon_code::placeholder {
  color: rgba(213, 147, 34, 0.75);
}

.woocommerce-form-coupon #coupon_code:focus-visible {
  outline: 1px solid var(--e-global-color-primary);
  outline-offset: 1px;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon p.form-row-last {
  padding-left: 8px;
}

.woocommerce-form-coupon .form-row-last button {
  width: 100%;
  min-height: 46px;
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(216, 154, 31, 0.2901960784) 0%, #c98512 45%, #ff9e00 100%) !important;
  color: white !important;
  font-weight: 500;
}

form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  gap: 0px 16px;
}

#customer_details {
  grid-row: span 2;
  position: relative;
  padding: 24px;
}

.jg-products-summary {
  padding: 24px;
}

form.checkout.woocommerce-checkout .jg-border {
  border-radius: 24px;
}

.jg-products-head,
.jg-products-summary {
  position: relative;
}

.jg-products-head>span,
.jg-products-summary>span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  color: var(--e-global-color-a5f0511);
}

.jg-products-head h2 {
  font-size: clamp(28px, 5vw, 56px);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  margin: 0px;
  text-align: center;
  color: #fff;
}

.jg-products-head h2>span {
  color: var(--e-global-color-primary);
}

.woocommerce-billing-fields h3,
.jg-products-summary h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
}

.jg-products-head .scroll-discover-line-row {
  width: max-content;
  margin: 0px auto;
  min-width: 400px;
  gap: 6px;
}

.jg-products-head .scroll-discover-line-row p {
  flex-shrink: 0;
  margin: 0px;
  color: white;
}

.jg-products-description {
  text-align: center;
  font-weight: 400;
  margin: 0px;
  letter-spacing: 0.5px;
}

.woocommerce-billing-fields h3>div,
.jg-products-summary h3>div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.woocommerce-billing-fields h3>div>span:first-child,
.jg-products-summary h3>div>span:first-child {
  color: rgba(255, 255, 255, 0.9450980392);
  font-size: 20px;
  font-weight: 500;
}

.woocommerce-billing-fields h3>div>span:last-child,
.jg-products-summary h3>div>span:last-child {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6705882353);
  font-weight: 400;
}

.billing-heading-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  flex-shrink: 0;
  background: rgba(213, 147, 34, 0.062);
  position: relative;
}

.billing-heading-icon img {
  max-width: 100%;
}

.billing-heading-icon:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213, 147, 34, 0.9), transparent);
}

#customer_details>div.col-1 {
  width: 100%;
  float: none;
}

#customer_details .required_field {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

#customer_details #billing_email,
#customer_details #account_password {
  background: transparent;
  border-color: var(--jg-border-gold-muted);
  padding: 2px 15px 2px 40px;
  min-height: 46px;
  line-height: 1;
  border-radius: 12px;
  color: white;
  font-size: 14px;
}

#customer_details #billing_email::placeholder,
#customer_details #account_password::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1;
}

#customer_details .woocommerce-input-wrapper {
  position: relative;
}

#customer_details .woocommerce-input-wrapper::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Disabled iOS checkout icon offset
@supports (-webkit-touch-callout: none) {
  #billing_email_field .woocommerce-input-wrapper::after {
    top: -20px;
  }
} */
[type=button]:focus {
  background-color: var(--e-global-color-primary);
}

#customer_details .validate-email .woocommerce-input-wrapper::after {
  background-image: var(--jg-asset-email);
}

#customer_details .password-input.woocommerce-input-wrapper::after {
  background-image: var(--jg-asset-password-lock);
  background-size: 90%;
}

.woocommerce form .show-password-input.display-password::before,
.woocommerce-page form .show-password-input.display-password::before {
  background-image: var(--jg-asset-eye);
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
  background-image: var(--jg-asset-eye-closed);
}

#password_strength {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(80px, 1fr) auto;
  grid-template-areas: "bar label";
  gap: 12px;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 16px;
  padding: 0px;
}

#password_strength::before {
  content: "";
  grid-area: bar;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.05);
}

#password_strength::after {
  content: "";
  grid-area: bar;
  width: 0;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.create-account .woocommerce-password-hint {
  color: white !important;
  opacity: 0.7;
  font-weight: 300 !important;
  font-size: 12px !important;
}

#password_strength .jg-password-strength-label {
  grid-area: label;
  white-space: nowrap;
  font-weight: 500;
}

#password_strength.short {
  color: #ff5b5b;
}

#password_strength.bad {
  color: #ff9e00;
}

#password_strength.good {
  color: #f8de9c;
}

#password_strength.strong {
  color: #4fd18b;
}

#password_strength.short::after {
  width: 25%;
}

#password_strength.bad::after {
  width: 50%;
}

#password_strength.good::after {
  width: 75%;
}

#password_strength.strong::after {
  width: 100%;
}

.jg-account-benefits {
  position: relative;
  z-index: 1;
  padding: 20px 0 0;
  color: white;
}

.jg-account-benefits-note {
  display: grid;
  align-items: center;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  min-height: 74px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.02);
}

.jg-account-benefits-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.jg-account-benefits-icon {
  display: grid;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #ffbd2f;
  background: radial-gradient(circle, rgba(213, 147, 34, 0.28), rgba(213, 147, 34, 0.1) 58%, rgba(0, 0, 0, 0.38));
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34), 0 0 24px rgba(213, 147, 34, 0.18);
  line-height: 1;
  place-items: center;
  padding: 8px;
}

.jg-account-benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 32px;
}

.jg-account-benefit {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 116px;
  padding: 0 18px;
  text-align: center;
}

.jg-account-benefit:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.jg-account-benefit .jg-account-benefits-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  padding: 14px;
}

.jg-account-benefit strong {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.jg-account-benefit span:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.jg-products-head {
  padding: 24px;
}

.jg-products-head .billing-heading-icon {
  padding: 12px;
}

.woocommerce table.shop_table {
  border-radius: 14px;
  border-color: var(--jg-border-gold-muted);
  overflow: hidden;
}

.shop_table.woocommerce-checkout-review-order-table * {
  border: none !important;
}

.woocommerce table.shop_table tr>* {
  padding: 12px 16px;
  font-weight: 500 !important;
}

.woocommerce table.shop_table thead tr th {
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 12px;
  border-bottom: 1px solid var(--jg-border-gold-muted) !important;
}

.woocommerce table.shop_table tr>*:last-child {
  text-align: right;
}

.woocommerce table.shop_table .order-total>* {
  border-top: 1px solid var(--jg-border-gold-muted) !important;
  font-weight: 700 !important;
  font-size: 20px;
  color: var(--e-global-color-primary);
}

.woocommerce-checkout #payment {
  background: transparent;
}

.wc_payment_method label {
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}

.wc_payment_methods {
  border: 1px solid var(--jg-border-gold-muted) !important;
  border-radius: 14px;
}

#place_order {
  width: 100%;
  border: 1px solid var(--jg-border-gold);
  border-radius: 14px;
  background: var(--jg-gradient-gold);
  color: var(--jg-color-cream);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 219, 136, 0.15), 0 0 12px rgba(255, 186, 59, 0.45), 0 0 24px rgba(255, 186, 59, 0.28), inset 0 1px 0 rgba(255, 244, 210, 0.35);
  transition: all 0.25s ease;
  background-color: transparent !important;
  padding: 16px 30px;
}

.form-row.place-order {
  padding: 0px !important;
  margin: 24px 0px 0px !important;
}

.woocommerce-privacy-policy-text p {
  opacity: 0.9;
  font-weight: 400;
  font-size: 14px;
}

.woocommerce-NoticeGroup-checkout {
  grid-row: span 2;
  grid-column: span 2;
}

.checkout-inline-error-message {
  margin-top: 4px;
}

.woocommerce-error {
  margin-bottom: 16px;
  border-radius: 16px;
  background: transparent;
  border: 1px solid var(--jg-border-gold-muted);
}

.woocommerce-billing-fields__field-wrapper>p .woocommerce-input-wrapper input {
  background: transparent !important;
  border-color: var(--e-global-color-a5f0511) !important;
  border-radius: 6px !important;
  color: white !important;
  min-height: 42px !important;
  font-size: 14px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  margin-top: 16px;
}

.woocommerce-additional-fields h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

#order_comments_field {
  padding: 0;
  margin: 0;
}

#order_comments_field label {
  margin-bottom: 12px;
}

#order_comments {
  min-height: 100px;
  border-radius: 16px;
  background: transparent;
  border: 1px solid var(--e-global-color-primary);
  padding: 16px;
}

.woocommerce-checkout .checkout .checkout-inline-error-message {
  font-size: 13px;
  margin-top: 6px;
}

.woocommerce-error {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start !important;
  border-radius: 24px !important;
}

.woocommerce-error a {
  font-size: 14px !important;
}

.woocommerce-error * {
  font-size: 14px;
}

.woocommerce-error li {
  gap: 12px;
  width: fit-content !important;
}

.woocommerce-form-login.login {
  border-color: var(--e-global-color-primary) !important;
  border-radius: 24px !important;
  margin: 0 0 12px !important;
}

.woocommerce-form-login.login p label {
  margin-bottom: 6px;
}

.woocommerce-form-login.login .form-row {
  width: 49%;
}

.woocommerce-form-login.login .form-row:nth-child(5) {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.woocommerce-form-login.login .form-row:nth-child(5) label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.woocommerce-form-login.login .form-row:nth-child(5) .woocommerce-form-login__submit {
  min-height: 52px;
  border-radius: 12px;
  border: 1px solid var(--jg-border-gold);
  color: white;
  background: var(--jg-gradient-gold);
  margin: 0;
  text-transform: uppercase;
}

.woocommerce-form-login.login .lost_password {
  text-align: right;
  width: fit-content;
  margin-left: auto;
  transform: translateY(-55px);
  margin-top: -40px;
}

.woocommerce-form-login.login p input {
  min-height: 46px;
  background: transparent !important;
  border-radius: 8px !important;
  border: 1px solid var(--e-global-color-primary) !important;
  color: white !important;
}

/* ==================== WooCommerce Product Archives ==================== */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
  color: white !important;
}

.woocommerce.archive .site-main,
.woocommerce-page.archive .site-main,
.jg-product-category-archive {
  width: min(1140px, 100% - 40px);
  margin: 0 auto;
  padding: 100px 0 56px;
}

.woocommerce.archive .woocommerce-breadcrumb,
.woocommerce-page.archive .woocommerce-breadcrumb,
.jg-product-category-archive .woocommerce-breadcrumb {
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 20px;
}

.woocommerce.archive .woocommerce-breadcrumb a,
.woocommerce-page.archive .woocommerce-breadcrumb a,
.jg-product-category-archive .woocommerce-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

.woocommerce.archive .woocommerce-result-count,
.woocommerce-page.archive .woocommerce-result-count,
.jg-product-category-archive .woocommerce-result-count {
  color: #fff;
  font-weight: 600;
}

.woocommerce.archive .woocommerce-ordering select,
.woocommerce-page.archive .woocommerce-ordering select,
.jg-product-category-archive .woocommerce-ordering select {
  min-width: 240px;
  border: 1px solid rgba(213, 147, 34, 0.45);
  background: #fff;
  color: #111;
}

.jg-product-archive-toolbar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 42px;
}

.jg-product-archive-toolbar .woocommerce-notices-wrapper,
.jg-membership-archive-products {
  grid-column: span 2;
}

.woocommerce.archive ul.products,
.woocommerce-page.archive ul.products,
.jg-product-category-archive ul.products,
.jg-membership-archive-products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  text-align: center;
}

.woocommerce.archive .woocommerce-ordering select,
.woocommerce-page.archive .woocommerce-ordering select,
.jg-product-category-archive .woocommerce-ordering select {
  margin-left: auto;
  width: fit-content;
}

.woocommerce.archive ul.products::before,
.woocommerce.archive ul.products::after,
.woocommerce-page.archive ul.products::before,
.woocommerce-page.archive ul.products::after,
.jg-product-category-archive ul.products::before,
.jg-product-category-archive ul.products::after,
.jg-membership-archive-products::before,
.jg-membership-archive-products::after {
  display: none !important;
}

.woocommerce.archive ul.products li.product,
.woocommerce-page.archive ul.products li.product,
.jg-product-category-archive ul.products li.product,
.jg-membership-archive-products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  background: rgba(10, 8, 6, 0.82);
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.woocommerce.archive ul.products li.product a img,
.woocommerce-page.archive ul.products li.product a img,
.jg-product-category-archive ul.products li.product a img,
.jg-membership-archive-products li.product a img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 14px;
  object-fit: cover;
}

.woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page.archive ul.products li.product .woocommerce-loop-product__title,
.jg-product-category-archive ul.products li.product .woocommerce-loop-product__title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  padding: 0 !important;
}

.jg-related-products {
  order: 30;
  width: 100%;
  margin-top: 60px;
}

.jg-related-products>h2 {
  margin: 0 0 40px;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--e-global-typography-secondary-font-family);
}

.single-product .summary .jg-related-products .jg-membership-archive-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-product .site-main>.jg-related-products .jg-membership-archive-products,
.single-product .woocommerce>.jg-related-products .jg-membership-archive-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ==================== WooCommerce Single Product ==================== */
.single-product .site-main {
  padding-top: 100px;
  padding-bottom: 40px;
}

.woocommerce-product-gallery__image {
  border-radius: 30px;
}

.woocommerce span.onsale {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d51c39;
  top: 12px;
  left: 12px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  top: 12px;
  right: 12px;
  line-height: 1;
  background: transparent;
  border: 1px solid var(--e-global-color-primary);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  background-image: var(--jg-asset-search);
  width: 100%;
  height: 100%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  top: auto;
  left: auto;
  transform: none;
}

.custom-product-before-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 14px;
  width: fit-content;
  color: var(--e-global-color-primary);
  margin-bottom: 12px;
  order: -4;
}

.woocommerce div.product .product_title {
  order: -3;
}

.custom-product-before-title img {
  max-width: 16px;
  padding-top: 3px;
}

.woocommerce div.product .product_title {
  font-family: var(--e-global-typography-e30a097-font-family);
  font-weight: 600;
}

.single-product .summary>.price {
  order: -2;
  margin: 0px;
}

.single-product .summary>.price *:not(.single-product .price del, .single-product .price del *) {
  color: var(--e-global-color-a5f0511);
}

.single-product .jg-related-products .price del,
.single-product .jg-related-products .price del *,
.single-product .jg-related-products .price ins * {
  font-size: 16px;
}

.woocommerce .jg-related-products .price {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.single-product .summary>p.price {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  font-size: 18px !important;
  margin-bottom: 40px;
}

.single-product .summary>p.price::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--e-global-color-accent);
  opacity: 0.5;
  border-radius: 4px;
}

/* Reset p.price khi có span.price bên trong */
.single-product .summary>p.price:has(> span.price) {
  margin-bottom: 0;
}

.single-product .summary>p.price:has(> span.price)::after {
  display: none;
}

/* Chỉ apply cho span.price */
.single-product .summary>p.price>span.price {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  font-size: 18px !important;
  margin-bottom: 40px;
}

.single-product .summary>p.price>span.price::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--e-global-color-accent);
  opacity: 0.5;
  border-radius: 4px;
}

.single-product .price del,
.single-product .price del * {
  color: #b9b9b9;
  font-weight: 400;
  font-size: 18px;
}

.single-product .price ins {
  color: var(--e-global-color-a5f0511);
  text-decoration: none;
  font-weight: 500 !important;
  font-size: 18px;
}

.custom-product-discount {
  color: white !important;
  padding: 2px 8px;
  font-size: 14px !important;
  border-radius: 30px;
  margin-left: 12px;
  background: #d51c39;
}

.custom-product-feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  order: 20;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  position: relative;
}

.custom-product-feature-strip .jg-border {
  border-radius: 16px;
}

.custom-product-feature-strip .jg-border>span:nth-child(2),
.custom-product-feature-strip .jg-border>span:nth-child(3) {
  display: none;
}

.custom-product-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 14px 16px;
  position: relative;
}

.custom-product-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 16px;
  width: 1px;
  background: rgba(213, 147, 34, 0.16);
}

.custom-product-feature-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-primary, #d59322);
}

.custom-product-feature:nth-child(2) .custom-product-feature-icon {
  width: 32px;
}

.custom-product-feature-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.custom-product-feature-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
  line-height: 1.2;
}

.custom-product-feature-copy strong {
  color: var(--e-global-color-primary, #d59322);
  font-size: 13px;
  font-weight: 600;
}

.custom-product-feature-copy span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 300;
}

.single-product .summary form.cart {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0px !important;
}

.product_meta {
  display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: 0px !important;
}

.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.woocommerce div.product section.related.products {
  display: block !important;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 24px;
}

.single-product .summary .quantity {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.single-product .summary .quantity::before {
  content: "Quantity";
  font-size: 14px;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
  opacity: 0.8;
  letter-spacing: 1px;
}

.single-product .summary .quantity {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-product .summary .quantity .custom-qty-button {
  background: transparent;
  color: white;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: none;
  width: 52px;
  height: 52px;
  padding: 20px;
}

.single-product .summary .quantity .custom-qty-button span {
  display: flex;
}

.single-product .summary .quantity input.qty {
  width: 52px;
  height: 52px;
  background: transparent;
  color: white;
  border: none;
  outline: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

.custom-qty-button:hover,
.custom-qty-button:focus {
  background: var(--e-global-color-primary, #14171a);
  color: #ffffff;
  border-color: var(--e-global-color-primary, #14171a);
}

.custom-qty-button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.custom-qty-control {
  width: fit-content;
  border-radius: 30px;
  border: 1px solid #656565;
  display: flex;
}

.single-product .summary .quantity input.qty::-webkit-outer-spin-button,
.single-product .summary .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .summary .quantity input.qty {
  -moz-appearance: textfield;
  appearance: textfield;
}

.single-product .summary .variations .jg-variation-options,
.single-product .summary .variations .jg-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.single-product .summary .variations .jg-variation-option,
.single-product .summary .variations .jg-size-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  font-weight: 500;
  min-width: 80px;
}

.single-product .summary .variations .jg-variation-option:hover,
.single-product .summary .variations .jg-variation-option:focus,
.single-product .summary .variations .jg-size-option:hover,
.single-product .summary .variations .jg-size-option:focus {
  background: rgba(255, 255, 255, 0.12);
}

.single-product .summary .variations .jg-variation-option.active,
.single-product .summary .variations .jg-size-option.active {
  background: #ffffff;
  color: var(--e-global-color-primary, #14171a);
  border-color: #ffffff;
}

.single-product .summary .variations .jg-variation-option[disabled],
.single-product .summary .variations .jg-size-option[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.single-product .summary .variations select.jg-variation-select-hidden,
.single-product .summary .variations select.jg-size-select-hidden {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.single-product .summary .woocommerce-variation-price {
  display: none !important;
}

.single-product .summary .variations .label {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
  opacity: 0.8;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
}

.single-product .summary .variations tbody tr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.single-product .summary .variations .jg-variation-options>button {
  min-width: auto;
  min-height: auto;
  line-height: 1;
  width: auto;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  font-size: 14px;
}

.reset_variations {
  margin-top: 6px;
  font-size: 14px !important;
  width: fit-content;
  visibility: visible !important;
  display: none;
}

.reset_variations:hover {
  color: white;
}

.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 20px;
}

.single-product .summary .variations .jg-variation-option.active {
  background: var(--jg-color-gold-wash);
  color: white;
  border-color: var(--e-global-color-primary);
}

.single-product .summary .variations .value {
  padding: 0;
}

.single-product .summary .variations tr * {
  background: transparent;
}

.woocommerce div.product form.cart .variations {
  background: transparent;
}

.single-product .summary .variations .value {
  display: flex;
  flex-direction: column;
}

.single_add_to_cart_button.button {
  min-height: 52px;
  background: var(--jg-gradient-gold) !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  border: 1px solid var(--jg-border-gold) !important;
  text-transform: uppercase;
  height: fit-content !important;
  flex: 1;
}

.woocommerce div.product form.cart .variations select {
  display: none;
}

.single_variation_wrap {
  position: relative;
}

.woocommerce-variation-availability {
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
}

.woocommerce-variation-availability p {
  margin: 0;
}

.jg-variation-option:disabled {
  position: relative;
}

.jg-variation-option:disabled::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #b12c2c;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) rotate(45deg);
}

.jg-variation-option:disabled::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #b12c2c;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.woocommerce div.product div.summary {
  display: flex;
  flex-direction: column;
  margin: 0px !important;
}

.woocommerce div.product div.images img {
  height: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  height: 100%;
}

.woocommerce-product-gallery__wrapper * {
  height: 100%;
}

.woocommerce-product-details__short-description {
  order: -3;
  opacity: 0.8;
  font-weight: 300;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

.jg-membership-archive-products .product {
  padding: 0;
}

.jg-related-products>h2>p {
  flex-shrink: 0;
  margin: 0px;
}

.woocommerce-message,
.woocommerce-error {
  background: transparent;
  border: 1px solid var(--e-global-color-primary) !important;
  border-radius: 50px;
  color: white;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-error li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.woocommerce-message a,
.woocommerce-error a {
  background: transparent !important;
  color: var(--e-global-color-primary) !important;
  border-radius: 30px !important;
  padding: 10px 30px !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--e-global-color-primary) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  transition: all 0.3s ease;
  gap: 2px;
}

.woocommerce-message a:hover,
.woocommerce-error a:hover {
  background: linear-gradient(45deg, rgba(216, 154, 31, 0.2901960784) 0%, #c98512 45%, #ff9e00 100%) !important;
  color: white !important;
}

.woocommerce-message::after,
.woocommerce-error:after {
  display: none;
}

.woocommerce-message::before,
.woocommerce-error::before {
  top: 50%;
  transform: translateY(-50%);
}

/* ==================== WooCommerce Mini Cart ==================== */
.mini-cart #elementor-menu-cart__toggle_button {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mini-cart .elementor-menu-cart__toggle_wrapper,
.user-account .elementor-icon-wrapper {
  display: flex;
}

.elementor-menu-cart__main {
  max-width: 375px;
  width: 100%;
  background: rgba(10, 8, 6, 0.82);
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  right: 20px;
  top: 16px;
  bottom: 20px;
  left: auto;
  padding: 24px;
  padding-top: 82px;
  box-shadow: 0 0 0 1px rgba(255, 219, 136, 0.15), 0 0 12px rgba(255, 186, 59, 0.08), 0 0 24px rgba(255, 186, 59, 0.25), inset 0 1px 0 rgba(255, 244, 210, 0.35);
}

.jg-mini-cart-title {
  position: absolute;
  top: 22px;
  left: 20px;
  right: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  pointer-events: none;
  z-index: 2;
}

.elementor-menu-cart__close-button-custom {
  width: 42px;
  height: 42px;
  border: 1px solid var(--e-global-color-a5f0511);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
}

.elementor-menu-cart__container {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
}

.elementor-menu-cart__product-image.product-thumbnail {
  border: 1px solid var(--e-global-color-primary);
  border-radius: 12px;
  overflow: hidden;
}

.elementor-menu-cart__product {
  grid-template-columns: 70px 1fr;
  border-color: var(--jg-border-gold-soft);
}

.elementor-menu-cart__subtotal {
  border-color: var(--jg-border-gold-soft);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 18px;
}

.elementor-menu-cart__subtotal strong {
  font-weight: 500;
}

.elementor-menu-cart__product-name,
.elementor-menu-cart__product-price {
  align-self: anchor-center;
}

.elementor-menu-cart__product-remove {
  bottom: 50%;
}

.elementor-menu-cart__footer-buttons {
  display: flex;
  flex-direction: column;
}

.elementor-menu-cart__footer-buttons>a {
  border-radius: 30px !important;
  min-height: 52px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.elementor-button--view-cart {
  background: var(--jg-gradient-gold) !important;
  border: 1px solid var(--jg-border-gold);
}

.elementor-button--checkout {
  background: transparent !important;
  border: 1px solid var(--jg-border-gold);
}

.elementor-menu-cart__products::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

.elementor-menu-cart__products::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 30px;
}

.elementor-menu-cart__products::-webkit-scrollbar-thumb {
  background: rgba(163, 159, 152, 0.3215686275);
  border-radius: 30px;
}

.elementor-menu-cart__products {
  padding-right: 6px;
  height: 100%;
}

.wc-block-grid__products {
  display: none !important;
}

/* ==================== WooCommerce Account Auth ==================== */
.woocommerce-account #content {
  padding: 0;
  max-width: 100%;
  color: #fff;
  padding: 100px 40px 40px;
}

.woocommerce-account .entry-title {
  display: none;
}

.woocommerce-account .woocommerce {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.account-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.account-heading h2 {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
}

.account-heading .scroll-discover-line-row {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
}

.account-heading .scroll-discover-line-row>img {
  max-width: 30px;
}

.account-heading>p {
  font-weight: 400;
  opacity: 0.7;
}

.woocommerce-account #customer_login.jg-account-card {
  width: 100%;
  margin: 0px auto;
  padding: 40px;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  background: rgba(10, 10, 10, 0.58);
  max-width: 560px;
  box-shadow: 0 0 0 1px rgba(255, 219, 136, 0.15), 0 0 12px rgba(255, 186, 59, 0), 0 0 24px rgba(255, 186, 59, 0.15), inset 0 1px 0 rgba(255, 244, 210, 0.35);
}

.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after {
  display: none;
}

.jg-account-tabs {
  display: flex;
  justify-content: center;
  gap: clamp(44px, 8vw, 92px);
  margin-bottom: 44px;
}

.jg-account-tab {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.48);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.jg-account-tab:hover,
.jg-account-tab:focus {
  background: transparent;
  color: white;
}

.jg-account-tab.is-active {
  color: #fff;
}

.jg-account-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--e-global-color-primary, #d59322);
}

.woocommerce-account #customer_login .jg-account-panel {
  display: none;
  float: none;
  width: 100%;
  padding: 0;
}

.woocommerce-account #customer_login .jg-account-panel.is-active {
  display: block;
}

.woocommerce-account #customer_login form.login,
.woocommerce-account #customer_login form.register {
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
}

.woocommerce-account #customer_login .form-row {
  margin: 0 0 24px;
  padding: 0;
}

.woocommerce-account #customer_login label {
  display: block;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 500;
}

.woocommerce-account #customer_login .required {
  color: var(--e-global-color-primary, #d59322);
}

.woocommerce-account #customer_login input.input-text {
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-account #customer_login input.input-text::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.woocommerce-account #customer_login input.input-text:focus {
  border-color: rgba(213, 147, 34, 0.85);
  box-shadow: 0 0 0 3px rgba(213, 147, 34, 0.13);
}

.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.woocommerce-account #customer_login input[type=checkbox] {
  accent-color: var(--e-global-color-primary, #d59322);
  width: 16px;
  height: 16px;
  min-height: 100%;
}

.woocommerce-account #customer_login .lost_password {
  transform: translateY(-100px);
  width: fit-content;
  margin-left: auto;
}

.woocommerce-account #customer_login .lost_password a,
.jg-account-switch button {
  color: var(--e-global-color-primary, #d59322);
  text-decoration: none;
  font-weight: 600;
}

.jg-account-switch button:hover {
  background: transparent;
  color: var(--e-global-color-primary);
}

.woocommerce-account #customer_login button.button,
.woocommerce-account #customer_login .woocommerce-button {
  width: 100%;
  min-height: 56px;
  margin-top: 16px;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--jg-gradient-gold);
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  border: 1px solid var(--jg-border-gold) !important;
}

.woocommerce-form-login .jg-account-switch {
  margin-top: -30px;
}

.woocommerce-form-register .jg-account-switch {
  margin-top: 20px;
}

.jg-account-switch {
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jg-account-switch button {
  width: auto;
  min-height: auto;
  margin: 0 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  text-transform: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.jg-account-switch button img {
  width: 26px;
}

.woocommerce-account .woocommerce-notices-wrapper {
  width: 100%;
}

/* ==================== WooCommerce Cart ==================== */
.woocommerce-cart {
  padding: 100px 40px 20px;
}

.woocommerce-cart .entry-title {
  display: none;
}

.wp-block-woocommerce-cart {
  margin: 0px !important;
}

.woocommerce-cart .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-cart-items tbody tr {
  padding: 16px;
  display: grid;
  border-radius: 16px;
  grid-template-columns: 80px 1fr 180px;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--e-global-color-primary);
  position: relative;
}

.wc-block-cart-items tbody tr::before,
.wc-block-cart-items tbody tr::after,
.wc-block-components-sidebar::before,
.wc-block-components-sidebar:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, transparent 0%, rgba(214, 154, 31, 0.15) 20%, rgb(247, 165, 1) 50%, rgba(214, 154, 31, 0.15) 80%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 166, 0, 0.6);
  left: 0;
  width: 100%;
  height: 1px;
}

.wc-block-cart-items tbody tr::before,
.wc-block-components-sidebar::before {
  top: 0;
}

.wc-block-cart-items tbody tr::after,
.wc-block-components-sidebar::after {
  bottom: 0;
}

.wc-block-cart-items tbody tr td {
  padding: 0 !important;
}

.wc-block-cart-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  border: none !important;
}

.wc-block-cart-items__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.wc-block-cart-items tbody {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wc-block-cart-item__image {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--e-global-color-primary) !important;
  height: fit-content;
  overflow: hidden;
}

.wc-block-cart-item__product,
.wc-block-cart-item__total {
  border: none !important;
}

.wc-block-components-product-name {
  order: -2;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.wc-block-components-product-metadata {
  order: -1;
}

.wc-block-components-quantity-selector {
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px !important;
}

.wc-block-cart-item__wrap {
  position: relative;
  padding-right: 110px;
}

.wc-block-cart-items tbody tr td.wc-block-cart-item__total {
  justify-content: flex-start !important;
  padding-left: 20px !important;
}

.wc-block-cart-item__remove-link {
  position: absolute;
  right: -180px;
  top: 50%;
  transform: translateY(-50%);
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  align-items: flex-start !important;
}

.wc-block-components-product-details__size {
  font-size: 14px;
  opacity: 0.8;
}

.wc-block-cart-item__prices {
  color: var(--e-global-color-a5f0511);
  font-weight: 600;
  font-size: 14px !important;
}

.wc-block-cart-item__prices del {
  color: #b9b9b9;
  font-weight: 400;
}

.price.wc-block-components-product-price {
  gap: 8px !important;
}

.wc-block-components-quantity-selector>* {
  min-height: 36px;
}

.wc-block-components-quantity-selector__button {
  font-size: 16px !important;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .price .wc-block-formatted-money-amount {
  color: var(--e-global-color-a5f0511);
  font-size: 15px;
  font-weight: 600;
}

.wc-block-components-sale-badge {
  background: #d51c39 !important;
  padding: 4px 8px !important;
  border-radius: 6px;
}

.wc-block-cart-items__header>* {
  border: none !important;
}

.wp-block-woocommerce-cart-totals-block {
  padding: 24px;
  border-radius: 16px;
  position: relative;
  border: 1px solid var(--e-global-color-primary);
}

.wc-block-components-totals-coupon__button {
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
}

label.wc-block-components-totals-coupon__input-coupon {
  display: none;
}

.wc-block-components-totals-item__value {
  color: var(--e-global-color-a5f0511);
  font-weight: 600;
}

.wc-block-cart__submit-button {
  background: var(--jg-gradient-gold);
  border: 1px solid var(--jg-border-gold);
  border-radius: 30px;
  color: white !important;
}

/* ==================== WooCommerce Order / Thank You ==================== */
.woocommerce-order-received .woocommerce-thankyou-order-received {
  text-align: center;
}

.woocommerce-order-received .woocommerce-order-overview.order_details {
  justify-content: center;
  display: flex;
  margin: 20px auto 40px !important;
  padding: 24px;
  border: 1px solid var(--e-global-color-a5f0511);
  border-radius: 16px;
  position: relative;
  width: fit-content;
}

.woocommerce-order-received .woocommerce-order-overview.order_details::before,
.woocommerce-order-received .woocommerce-order-overview.order_details::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, transparent 0%, rgba(214, 154, 31, 0.15) 20%, rgb(247, 165, 1) 50%, rgba(214, 154, 31, 0.15) 80%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 166, 0, 0.6);
  left: 0;
  width: 100%;
  height: 1px;
}

.woocommerce-order-received .woocommerce-order-overview.order_details::before {
  top: 0;
}

.woocommerce-order-received .woocommerce-order-overview.order_details::after {
  bottom: 0;
}

.woocommerce ul.woocommerce-order-overview.order_details li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.woocommerce ul.woocommerce-order-overview.order_details li:last-of-type {
  margin: 0;
  padding: 0;
}

.woocommerce-order>p:nth-child(3) {
  text-align: center;
}

.woocommerce-order-details>h2 {
  text-align: center;
}

.woocommerce-customer-details {
  text-align: center;
  width: fit-content;
  margin: 0px auto;
  border: 1px solid var(--e-global-color-a5f0511);
  padding: 24px;
  border-radius: 12px;
  min-width: 500px;
}

mark.order-status {
  color: var(--e-global-color-primary) !important;
}

/* Disabled view-order two-column layout
.woocommerce-view-order .woocommerce-MyAccount-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-notices-wrapper, .woocommerce-view-order .woocommerce-MyAccount-content > p:nth-child(2) {
  grid-column: span 2
} */
.woocommerce-downloads .woocommerce-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.woocommerce-downloads .woocommerce-info::before {
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-downloads .woocommerce-info .button.wc-forward {
  border: 1px solid var(--jg-border-gold);
  background: var(--jg-gradient-gold);
  color: white;
  font-weight: 500;
  border-radius: 30px;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding-inline: 24px;
}

.woocommerce-customer-details>h2 {
  text-align: center;
  border-bottom: 1px solid var(--e-global-color-a5f0511);
  padding-bottom: 12px;
}

/* ==================== WooCommerce Account Dashboard ==================== */
.woocommerce-account.logged-in #content {
  padding: 100px 0 0;
  background: #050505;
  color: #fff;
}

.woocommerce-account.logged-in .entry-title {
  display: none;
}

.woocommerce-account.logged-in .page-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px 40px;
}

.woocommerce-account.logged-in .woocommerce {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: calc(100vh - 140px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: radial-gradient(circle at 70% 15%, rgba(213, 147, 34, 0.08), transparent 36%), #080808;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  padding: 0;
  border-right: 0;
  background: transparent;
}

.jg-account-nav-shell {
  height: 100%;
  padding: 26px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.jg-account-welcome-name {
  color: var(--e-global-color-a5f0511);
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  padding: 26px 40px;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  display: none;
}

.jg-account-addresses {
  color: #fff;
}

.jg-account-addresses .woocommerce-Addresses {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 54px;
  align-items: start;
}

.jg-account-addresses .woocommerce-Addresses::before,
.jg-account-addresses .woocommerce-Addresses::after {
  display: none;
}

.jg-address-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 58px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 500;
}

.jg-address-note-icon {
  display: flex;
}

.jg-address-note-icon img {
  width: 24px;
  height: 24px;
}

.jg-address-column {
  width: 100% !important;
  float: none !important;
}

.jg-address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 28px;
}

.woocommerce-edit-address .addresses .title::after,
.woocommerce-edit-address .addresses .title::before {
  display: none;
}

.jg-address-title h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.jg-address-title .edit {
  color: #ff2f75;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  letter-spacing: 0.5px;
}

.jg-address-card,
.jg-address-empty-card {
  min-height: 340px;
  border-radius: 16px;
  background: radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.055), transparent 31%), linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.jg-address-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-style: normal;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.jg-address-card-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  color: var(--e-global-color-a5f0511);
  font-size: 16px;
  font-weight: 500;
}

.jg-address-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  color: #d7a21e;
}

.jg-address-icon--user {
  width: 46px;
  height: 46px;
  padding: 12px;
}

.jg-address-icon--pin {
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  padding: 16px;
}

.jg-address-lines {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.jg-address-default {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.jg-address-check {
  position: relative;
  width: 22px;
  height: 22px;
}

.jg-address-check img {
  width: 100%;
  height: 100%;
}

.jg-address-empty-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  text-align: center;
}

.jg-address-empty-card strong {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.jg-address-empty-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.jg-address-column--shipping {
  margin-top: 0 !important;
}

.jg-address-empty-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 176px;
  padding: 0 18px;
  border: 1px solid var(--jg-color-gold);
  border-radius: 8px;
  color: #f4b53d;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.jg-address-empty-card a:hover {
  background: rgba(213, 147, 34, 0.12);
  color: #fff;
}

.jg-address-edit-form {
  width: 100%;
  color: #fff;
}

.jg-address-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 28px;
  color: var(--e-global-color-a5f0511);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.jg-address-back-link>span:nth-child(1) {
  display: flex;
}

.jg-address-back-link>span:nth-child(1) img {
  width: 26px;
  transform: rotate(-180deg);
}

.jg-address-back-link:hover {
  color: #fff;
}

.jg-address-back-link span:first-child {
  font-size: 18px;
  line-height: 1;
}

.jg-address-edit-head {
  margin-bottom: 32px;
}

.jg-address-edit-head h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
}

.jg-address-edit-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.5;
}

.jg-address-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
}

.jg-address-edit-form .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#billing_country_field,
#shipping_country_field {
  grid-column: 1/-1;
}

#billing_address_2_field,
#shipping_address_2_field {
  display: flex;
  align-items: flex-end;
}

#billing_address_2_field .woocommerce-input-wrapper,
#shipping_address_2_field .woocommerce-input-wrapper {
  width: 100%;
}

.jg-address-edit-form [id$=_address_2_field] {
  margin-top: -12px !important;
}

.jg-address-edit-form .form-row label,
.woocommerce-edit-account .woocommerce-form-row label {
  display: block;
  margin: 0 0 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.jg-address-edit-form .form-row label .required,
.woocommerce-edit-account .woocommerce-form-row label .required {
  color: #ff3f2f;
  text-decoration: none;
}

.jg-address-edit-form .form-row .optional {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 500;
}

.jg-address-edit-form input.input-text,
.jg-address-edit-form textarea,
.jg-address-edit-form select,
.woocommerce-edit-account .woocommerce-form-row input {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500 !important;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.woocommerce-edit-account legend {
  padding: 0px 12px;
  color: var(--e-global-color-a5f0511);
}

.woocommerce-edit-account fieldset {
  border: 1px solid var(--e-global-color-a5f0511);
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 20px;
}

#account_display_name_description {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

.jg-address-edit-form input.input-text:focus,
.jg-address-edit-form textarea:focus,
.jg-address-edit-form select:focus,
.jg-address-edit-form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--e-global-color-a5f0511) !important;
  box-shadow: 0 0 0 3px rgba(213, 147, 34, 0.12);
}

.jg-address-edit-form .woocommerce-invalid input.input-text,
.jg-address-edit-form .woocommerce-invalid select,
.jg-address-edit-form .woocommerce-invalid .select2-selection--single {
  border-color: rgba(255, 63, 47, 0.8);
}

.jg-address-edit-form input.input-text::placeholder,
.jg-address-edit-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.jg-address-edit-form select option {
  background: #101010;
  color: #fff;
}

.jg-address-edit-form .select2-container {
  width: 100% !important;
}

.jg-address-edit-form .select2-container .select2-selection--single {
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 14px;
}

.jg-address-edit-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  padding-right: 42px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 48px;
}

.jg-address-edit-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.jg-address-edit-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 12px;
}

.jg-address-edit-form .woocommerce-input-wrapper {
  display: block;
}

.jg-address-edit-form .woocommerce-address-fields {
  max-width: 100%;
}

.jg-address-save-row {
  margin: 34px 0 0 !important;
  padding: 0 !important;
}

.jg-address-save-row button.button,
.woocommerce-EditAccountForm .woocommerce-Button.button {
  min-height: 48px;
  min-width: 160px;
  padding: 0 22px;
  border: 1px solid rgba(255, 214, 120, 0.78);
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(216, 154, 31, 0.2901960784) 0%, #c98512 45%, #ff9e00 100%) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 12px 28px rgba(213, 147, 34, 0.18);
}

.jg-address-save-row button.button:hover {
  background: linear-gradient(180deg, #eba928 0%, #c68513 100%) !important;
  color: #fff !important;
}

.woocommerce-account.logged-in .select2-dropdown {
  border-color: rgba(255, 255, 255, 0.13);
  background: #101010;
  color: #fff;
}

.woocommerce-account.logged-in .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(255, 255, 255, 0.13);
  background: #080808;
  color: #fff;
}

.woocommerce-account.logged-in .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-account.logged-in .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: rgba(213, 147, 34, 0.85);
}

.order-again a {
  border: 1px solid var(--jg-border-gold);
  border-radius: 30px !important;
  background: var(--jg-gradient-gold) !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  min-height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 140px;
}

.jg-account-nav-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jg-account-avatar {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(213, 147, 34, 0.38);
  border-radius: 50%;
  background: rgba(213, 147, 34, 0.12);
  color: #f4b53d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

.jg-account-profile-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.jg-account-profile-main strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.jg-account-profile-main em {
  margin-left: 5px;
  padding: 2px 8px;
  border: 1px solid rgba(213, 147, 34, 0.5);
  border-radius: 30px;
  color: #f4b53d;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 1px;
  background: rgba(247, 166, 27, 0.1607843137);
}

.jg-account-profile-main small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover {
  background: linear-gradient(90deg, rgba(213, 147, 34, 0.35), rgba(213, 147, 34, 0.06));
  color: #f4b53d;
}

.jg-account-dashboard-header {
  padding-bottom: 20px;
}

.jg-account-dashboard-header h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.jg-account-welcome-name {
  color: var(--e-global-color-primary, #d59322);
}

.jg-account-dashboard-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.jg-account-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.jg-account-stat-card,
.jg-account-panel,
.jg-account-vip-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

#customer_login .jg-account-panel {
  border: none;
  background: transparent;
  box-shadow: none;
}

.woocommerce-form-login.login .form-row {
  width: 100%;
}

.jg-account-stat-card {
  min-height: 150px;
  padding: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px 14px;
  text-decoration: none !important;
}

.jg-account-stat-card>span:nth-child(1) {
  display: flex;
  gap: 20px;
  align-items: center;
}

.jg-account-stat-card>span:nth-child(1)>span:last-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jg-account-stat-icon,
.jg-account-order-icon,
.jg-account-vip-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: rgba(213, 147, 34, 0.12);
  color: #f4b53d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  overflow: hidden;
}

.jg-account-vip-icon {
  padding: 12px;
}

.jg-account-stat-icon {
  padding: 16px;
}

.jg-account-stat-icon>img {
  width: 100%;
}

.jg-account-stat-label {
  align-self: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
}

.jg-account-stat-card strong {
  color: var(--e-global-color-a5f0511);
  font-size: 24px;
  line-height: 1;
}

.jg-account-stat-card .jg-account-member-status {
  color: #f4b53d;
}

.jg-account-stat-link {
  width: 100%;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jg-account-stat-link img {
  width: 26px;
}

.jg-account-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 24px;
}

.jg-account-panel {
  overflow: hidden;
}

.jg-account-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jg-account-panel-head h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.jg-account-panel-head a,
.jg-account-details-card a {
  color: #f4b53d;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.jg-account-order-list {
  display: flex;
  flex-direction: column;
}

.jg-account-order-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 14px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none !important;
}

.jg-account-order-row:last-child {
  border-bottom: 0;
}

.jg-account-order-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jg-account-order-main strong {
  color: #fff;
  font-size: 15px;
}

.jg-account-order-main small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.jg-account-order-status {
  padding: 5px 9px;
  border-radius: 12px;
  background: rgba(213, 147, 34, 0.14);
  color: #f4b53d;
  font-size: 12px;
  font-weight: 600;
  width: fit-content;
}

.jg-account-order-status.status-completed {
  background: rgba(45, 160, 76, 0.16);
  color: #55c86f;
}

.jg-account-order-status.status-cancelled,
.jg-account-order-status.status-failed {
  background: rgba(210, 63, 49, 0.16);
  color: #e26255;
}

.jg-account-order-total {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.jg-account-empty {
  margin: 0;
  padding: 26px 22px;
  color: rgba(255, 255, 255, 0.62);
}

.jg-account-side-panels {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jg-account-details-card dl {
  margin: 0;
  padding: 0 22px 18px;
}

.jg-account-details-card dl>div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jg-account-details-card dl>div:last-child {
  border-bottom: 0;
}

.jg-account-details-card dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.jg-account-details-card dd {
  min-width: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.jg-account-details-card dd a {
  float: right;
}

.jg-account-vip-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 24px;
}

.jg-account-vip-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.jg-account-vip-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.jg-account-vip-card a {
  padding: 10px 16px;
  border: 1px solid rgba(213, 147, 34, 0.6);
  border-radius: 6px;
  color: #f4b53d;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.woocommerce-MyAccount-navigation-link a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.woocommerce-MyAccount-navigation-link a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.woocommerce-MyAccount-navigation-link.is-active a::before,
.woocommerce-MyAccount-navigation-link a:hover::before {
  filter: none;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before {
  background-image: var(--jg-asset-nav-home);
}

.woocommerce-MyAccount-navigation-link--orders a::before {
  background-image: var(--jg-asset-nav-orders);
}

.woocommerce-MyAccount-navigation-link--downloads a::before {
  background-image: var(--jg-asset-nav-downloads);
}

.woocommerce-MyAccount-navigation-link--edit-address a::before {
  background-image: var(--jg-asset-nav-location);
}

.woocommerce-MyAccount-navigation-link--edit-account a::before {
  background-image: var(--jg-asset-nav-user);
}

.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  background-image: var(--jg-asset-nav-logout);
}

/* ==================== WooCommerce Account Orders ==================== */
.jg-account-order-status.status-processing {
  background: rgba(213, 147, 34, 0.18);
  color: #f4b53d;
}

.jg-account-order-status.status-on-hold,
.jg-account-order-status.status-pending {
  background: rgba(70, 126, 255, 0.16);
  color: #6ca0ff;
}

.jg-orders-header {
  margin-bottom: 28px;
}

.jg-orders-header h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.jg-orders-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.jg-orders-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
}

.jg-orders-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.jg-orders-toolbar>div {
  flex: 1;
}

.jg-orders-toolbar select,
.jg-orders-toolbar button,
.jg-orders-toolbar label {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.76);
}

.jg-orders-toolbar select {
  min-width: 160px;
  padding: 0 16px;
  outline: none;
  width: fit-content;
}

.jg-orders-toolbar select option {
  background: #080808;
  color: #fff;
}

.jg-orders-toolbar button {
  min-width: 110px;
  padding: 0 16px;
  text-align: center;
  font-weight: 700;
}

.jg-orders-toolbar label {
  width: min(100%, 360px);
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.jg-orders-toolbar label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.jg-orders-toolbar input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  outline: none;
}

.jg-orders-toolbar input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.jg-orders-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.jg-orders-table-head,
.jg-orders-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.7fr 1.4fr 150px;
  align-items: center;
  gap: 22px;
}

.jg-orders-table-head {
  min-height: 54px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.jg-orders-row {
  min-height: 82px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jg-orders-row:last-child {
  border-bottom: 0;
}

.jg-orders-cell {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
}

.jg-orders-cell strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.jg-orders-cell small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.35;
}

.jg-orders-order strong {
  color: #f4b53d;
}

.jg-orders-actions {
  align-items: flex-end;
}

.jg-orders-actions a {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.jg-orders-actions a:hover {
  border-color: rgba(213, 147, 34, 0.7);
  color: #f4b53d;
}

.jg-orders-actions span {
  font-size: 24px;
  line-height: 1;
}

.jg-orders-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.jg-orders-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.jg-orders-pagination {
  display: flex;
  gap: 10px;
}

.jg-orders-pagination a,
.jg-orders-pagination span {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.jg-orders-pagination span {
  border-color: var(--e-global-color-primary, #d59322);
  color: #f4b53d;
}

.popup-menu-top {
  display: none;
}

.woocommerce-account .woocommerce-error {
  max-width: 560px;
  margin: 0px auto 20px;
}

.woocommerce-account .woocommerce-error li {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.hero-section {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* ==================== Responsive: Desktop / Tablet / Mobile ==================== */

@media screen and (max-width: 1599px) {
  .jg-club-services {
    grid-template-columns: 1fr;
  }

  .jg-agency-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1366px) {
  .hero-section {
    padding-inline: 15px;
  }

  .rolling-menu nav {
    padding-inline: 30px;
  }

  .jg-service-card {
    grid-template-columns: 1fr;
  }

  .jg-service-content {
    padding: 40px;
  }

  .jg-service-price del {
    font-weight: 500;
    font-size: 22px;
  }

  .jg-service-price strong {
    font-size: 26px;
  }


  .jg-agency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1280px) {
  .hero-section {
    grid-template-columns: 220px 1fr 310px !important;
  }

  .jg-account-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .jg-club-benefits {
    padding-inline: 24px;
  }

  .jg-club-benefits-grid {
    gap: 12px;
  }

  .jg-club-benefits-grid article {
    padding-inline: 14px;
  }

  .jg-club-mastermind {
    grid-template-columns: minmax(220px, 0.72fr) minmax(280px, 1fr);
  }

  .jg-club-schedule {
    grid-column: 2;
    justify-self: start;
    margin: 0 0 22px 28px;
  }

  .jg-contact-wrap {
    justify-content: flex-start;
    padding-top: 96px;
  }

  .jg-contact-hero,
  .jg-contact-grid {
    grid-template-columns: 1fr;
  }

  .jg-contact-brand {
    position: absolute;
    top: 84px;
    right: 30px;
    min-height: 0;
    opacity: 0.32;
  }

  .jg-contact-brand img {
    max-width: 220px;
  }

  .jg-contact-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jg-contact-benefits>div:nth-child(2) {
    border-right: 0;
  }

  .jg-contact-benefits>div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(213, 147, 34, 0.5);
  }

  .jg-agency-wrap {
    justify-content: flex-start;
    padding-top: 96px;
  }

  .jg-agency-hero {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .jg-agency-highlights {
    max-width: 720px;
  }

  .jg-account-addresses .woocommerce-Addresses {
    gap: 28px;
  }

  .jg-orders-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jg-orders-table-head {
    display: none;
  }

  .jg-orders-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jg-orders-actions {
    align-items: flex-start;
  }

  html,
  body,
  html.jg-lock,
  body.jg-lock {
    overflow: auto !important;
    height: auto !important;
  }

  .jg-page.jg-native-scroll {
    position: relative;
    overflow: visible;
    min-height: 100vh;
  }

  .jg-page.jg-native-scroll .jg-section,
  .jg-page.jg-native-scroll .jg-item {
    position: relative;
    inset: auto;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    transform: none;
    height: auto;
    min-height: 100svh;
  }

  .jg-page.jg-native-scroll .jg-section {
    scroll-margin-top: 86px;
  }

  .jg-page.jg-native-scroll .jg-item {
    display: block;
  }

  .jg-page.jg-native-scroll .jg-about .jg-item {
    display: none;
  }

  .jg-page.jg-native-scroll .jg-about .jg-item.is-active {
    display: block;
    animation: jgAboutNativeSlide 0.42s ease both;
  }

  .jg-page.jg-native-scroll .jg-about .jg-about-wrap {
    padding-bottom: 110px;
  }

  .jg-page.jg-native-scroll .jg-about-slider-controls {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    width: 100%;
    justify-content: center;
    padding: 0 16px;
    pointer-events: none;
  }

  .jg-page.jg-native-scroll .jg-about-slider-btn,
  .jg-page.jg-native-scroll .jg-about-slider-dots {
    pointer-events: auto;
  }

  .jg-page.jg-native-scroll .jg-about-slider-btn span img {
    filter: brightness(0) invert(1);
  }

  .jg-page.jg-native-scroll .jg-about-slider-btn span {
    display: flex;
  }

  @keyframes jgAboutNativeSlide {
    from {
      opacity: 0;
      transform: translateX(24px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .jg-page.jg-native-scroll .jg-char,
  .jg-page.jg-native-scroll .jg-line {
    display: inline;
    opacity: 1 !important;
    transform: none !important;
  }

  .jg-page.jg-native-scroll .jg-progress,
  .jg-page.jg-native-scroll .scroll-discover-vertical {
    display: none;
  }

  .jg-page.jg-native-scroll .jg-hero-content,
  .jg-page.jg-native-scroll .jg-about-wrap,
  .jg-page.jg-native-scroll .jg-join-layout,
  .jg-page.jg-native-scroll .jg-products-wrap,
  .jg-page.jg-native-scroll .jg-contact-wrap {
    position: relative;
    inset: auto;
    min-height: 100svh;
  }

  .jg-page.jg-native-scroll .jg-hero-content {
    padding-top: 96px;
  }

  .jg-page.jg-native-scroll .jg-about-wrap,
  .jg-page.jg-native-scroll .jg-products-wrap,
  .jg-page.jg-native-scroll .jg-contact-wrap {
    padding-top: 96px;
  }

  .jg-page.jg-native-scroll .jg-join-layout,
  .jg-page.jg-native-scroll .jg-relation,
  .jg-page.jg-native-scroll .jg-price,
  .jg-page.jg-native-scroll .jg-split {
    min-height: 100svh;
  }

  .jg-page.jg-native-scroll .jg-relation,
  .jg-page.jg-native-scroll .jg-split {
    grid-template-columns: 1fr;
  }

  .jg-page.jg-native-scroll .jg-join-layout {
    grid-template-columns: 1fr;
  }

  .jg-page.jg-native-scroll .jg-join-right,
  .jg-page.jg-native-scroll .jg-relation-right {
    min-height: auto;
  }

  .jg-page.jg-native-scroll .jg-join-image img,
  .jg-page.jg-native-scroll .jg-relation-right img {
    height: auto;
    min-height: 360px;
  }

  .jg-page.jg-native-scroll .jg-join-split-lock,
  .jg-page.jg-native-scroll .jg-relation::before,
  .jg-page.jg-native-scroll .jg-relation::after {
    display: none;
  }

  .jg-page.jg-native-scroll .jg-join-split-item .jg-relation-left,
  .jg-page.jg-native-scroll .jg-join-split-item .jg-relation-right {
    transform: none !important;
  }

  .jg-page.jg-native-scroll .jg-join {
    padding-bottom: 0;
  }

  .jg-page.jg-native-scroll .jg-join .jg-join-price-item {
    display: none;
  }

  .jg-page.jg-native-scroll .jg-join .jg-join-price-item.is-active {
    display: block;
    animation: jgJoinPriceSlide 0.42s ease both;
  }

  .jg-page.jg-native-scroll .jg-join .jg-join-price-item .jg-relation-left {
    display: none;
  }

  .jg-page.jg-native-scroll .jg-join-price-controls {
    position: sticky;
    z-index: 8;
    bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 0 16px;
    pointer-events: none;
    margin-top: -50px;
    transform: translateY(-20px);
  }

  .jg-page.jg-native-scroll .jg-join-price-btn,
  .jg-page.jg-native-scroll .jg-join-price-dots {
    pointer-events: auto;
  }

  .jg-join-price-btn span img {
    filter: brightness(0) invert(1);
  }

  @keyframes jgJoinPriceSlide {
    from {
      opacity: 0;
      transform: translateX(24px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .jg-page.jg-native-scroll .jg-agency-grid {
    display: block;
  }

  .jg-page.jg-native-scroll .jg-agency-grid>.jg-agency-card {
    display: none;
    width: min(100%, 620px);
    min-height: auto;
    margin: 0 auto;
  }

  .jg-page.jg-native-scroll .jg-agency-grid>.jg-agency-card.is-active {
    display: flex;
    animation: jgAgencyNativeSlide 0.42s ease both;
  }

  .jg-page.jg-native-scroll .jg-agency-grid>.jg-agency-card:hover {
    transform: none;
  }

  .jg-page.jg-native-scroll .jg-agency-slider-controls {
    position: relative;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin-top: 22px;
    padding: 0 16px;
  }

  .jg-page.jg-native-scroll .jg-agency-slider-btn,
  .jg-page.jg-native-scroll .jg-agency-slider-dots {
    flex-shrink: 0;
  }

  .jg-page.jg-native-scroll .jg-agency-slider-btn span {
    display: flex;
  }

  .jg-page.jg-native-scroll .jg-agency-slider-btn span img {
    filter: brightness(0) invert(1);
  }

  @keyframes jgAgencyNativeSlide {
    from {
      opacity: 0;
      transform: translateX(24px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
  }

  .hero-section {
    grid-template-columns: 160px 1fr !important;
    padding-right: 30px;
    padding-block: 10px;
  }

  .icon-menu>div {
    display: flex;
    cursor: pointer;
  }

  .mini-cart {
    margin: 0 !important;
  }

  .header-menu {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    width: 100%;
    height: 100vh;
    inset: 0;
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    padding: 0;
  }

  .header-menu.header-active {
    visibility: visible;
    opacity: 1;
  }

  .header-menu .elementor-menu-toggle {
    display: none;
  }

  .header-menu.header-active .elementor-nav-menu__container {
    display: flex;
    border: none;
    backdrop-filter: none;
    width: 100%;
  }

  .popup-wrapper {
    max-width: 400px;
    margin-left: auto;
    top: 12px;
    right: 20px;
    bottom: 12px;
    height: calc(100% - 20px);
    width: 100%;
    background: rgba(10, 8, 6, 0.82);
    border: 1px solid var(--e-global-color-primary);
    border-radius: 30px;
    left: auto;
    padding: 24px;
    box-shadow: 0 0 0 1px rgba(255, 219, 136, 0.15), 0 0 12px rgba(255, 186, 59, 0.08), 0 0 24px rgba(255, 186, 59, 0.25), inset 0 1px 0 rgba(255, 244, 210, 0.35);
    transform: translateX(100%);
    transition: all 0.3s ease;
  }

  .header-menu.header-active .popup-wrapper {
    transform: translateX(0%);
  }

  .header-menu.header-active .popup-menu-top {
    padding: 0;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .popup-menu-top>div {
    width: fit-content;
  }

  .popup-menu-top>div:first-child>img {
    max-width: 120px;
    width: 100%;
  }

  .popup-menu-top>div:last-child * {
    height: fit-content;
    width: 26px;
    height: 26px;
  }

  .popup-menu-top>div:last-child .elementor-icon-wrapper,
  .popup-menu-top>div:last-child {
    display: flex;
    align-items: center;
  }

  .rolling-menu ul {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .header-menu .elementor-nav-menu .current-menu-item a {
    border: none;
    margin: 0 !important;
  }

  .header-menu nav {
    padding: 0px;
  }

  .header-menu .elementor-nav-menu li:hover a {
    transform: none;
  }

  .header-menu .elementor-nav-menu a {
    margin: 0px !important;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 48px;
    padding: 0 14px !important;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 500 !important;
    text-decoration: none;
    line-height: 1;
    position: relative;
  }

  .header-menu .elementor-nav-menu a::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
    background-color: transparent !important;
    position: relative;
    opacity: 1 !important;
  }

  .header-menu .rolling-menu {
    gap: 0;
  }

  .header-menu .elementor-nav-menu .current-menu-item a {
    background: linear-gradient(90deg, rgba(213, 147, 34, 0.35), rgba(213, 147, 34, 0.06));
    color: var(--e-global-color-a5f0511) !important;
  }

  .header-menu .elementor-nav-menu .current-menu-item a::before {
    filter: none;
  }

  .header-menu .elementor-nav-menu li:nth-child(1) a::before {
    background-image: var(--jg-asset-nav-home);
  }

  .header-menu .elementor-nav-menu li:nth-child(2) a::before {
    background-image: var(--jg-asset-nav-user);
  }

  .header-menu .elementor-nav-menu li:nth-child(3) a::before {
    background-image: var(--jg-asset-nav-crown);
    background-size: 86%;
    background-position: center;
    transform: translateY(1px);
  }

  .header-menu .elementor-nav-menu li:nth-child(4) a::before {
    background-image: var(--jg-asset-nav-orders);
  }

  .header-menu .elementor-nav-menu li:nth-child(5) a::before {
    background-image: var(--jg-asset-nav-email);
    background-size: 86%;
    background-position: center;
  }

  .cta-header,
  .cta-header a {
    width: 100% !important;
    text-align: center;
  }

  .jg-hero-content {
    flex-direction: column;
  }

  .jg-hero-left {
    max-width: 100%;
    width: 100%;
  }

  .jg-hero-content {
    padding-top: 80px;
  }

  .jg-hero-left-top h2 {
    text-align: center;
    font-size: 56px;
  }

  .jg-hero-left-top p {
    text-align: center;
  }

  form.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .woocommerce-checkout main {
    max-width: 100% !important;
    padding-top: 80px;
    padding-inline: 16px;
  }

  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .jg-agency-view-full {
    padding-left: 0;
  }

  .jg-agency-wrap {
    width: 100%;
    padding: 86px 0 28px;
  }

  .jg-agency-top {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .jg-agency-included ul {
    padding: 0;
  }

  .jg-agency-wrap::before {
    inset: 74px -4px 10px;
  }

  .jg-agency-copy h2 {
    font-size: 32px;
  }

  .jg-agency-copy>p:not(.jg-agency-eyebrow) {
    font-size: 15px;
  }

  .jg-agency-highlights,
  .jg-agency-grid {
    grid-template-columns: 1fr;
  }

  .jg-agency-card {
    min-height: auto;
  }

  .jg-agency-modal {
    padding: 12px;
  }

  .jg-agency-modal-shell {
    height: 90%;
  }

  .jg-agency-price {
    padding: 12px;
  }

  .jg-agency-modal-card {
    height: 100%;
    max-height: none;
  }

  .jg-agency-modal-card .jg-agency-card {
    padding: 18px;
  }

  .jg-agency-modal-card .jg-agency-included ul {
    padding-left: 0;
    padding-bottom: 20px;
  }

  .jg-agency-modal-card .jg-agency-included ul::before {
    display: none;
  }

  .jg-agency-card h3,
  .jg-agency-card>p {
    min-height: 0;
  }

  .jg-product-slider {
    grid-template-columns: 1fr 44px 44px 1fr;
    grid-template-areas: "gallery gallery gallery gallery" ". prev next .";
    gap: 14px;
  }

  .jg-product-gallery {
    grid-area: gallery;
  }

  .jg-product-prev {
    grid-area: prev;
  }

  .jg-product-next {
    grid-area: next;
  }

  .jg-product-nav {
    width: 44px;
    height: 44px;
    padding: 12px;
  }

  .jg-product-nav img {
    filter: brightness(0) invert(1);
  }

  .jg-services-grid {
    grid-template-columns: 1fr;
  }

  .jg-service-card {
    grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1fr);
  }

  .jg-club-benefits {
    padding: 18px;
  }

  .jg-club-benefits-grid,
  .jg-club-mastermind {
    grid-template-columns: 1fr;
  }

  .jg-club-benefits-grid article {
    padding: 0 8px 18px;
  }

  .jg-club-benefits-grid article+article::before {
    top: -10px;
    right: 18%;
    bottom: auto;
    left: 18%;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(241, 190, 81, 0.72), transparent);
  }

  .jg-club-benefits-grid article:last-child {
    padding-bottom: 0;
  }

  .jg-club-mastermind-media {
    min-height: 190px;
  }

  .jg-club-mastermind-media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(3, 3, 3, 0.9));
  }

  .jg-club-mastermind-copy {
    padding: 20px;
    text-align: center;
  }

  .jg-club-schedule {
    grid-column: auto;
    justify-self: stretch;
    margin: 0;
  }

  .jg-club-mastermind-copy>span {
    margin: 0 auto 12px;
  }

  .jg-club-mastermind-copy h3 {
    justify-content: center;
  }

  .jg-member-notice {
    padding: 14px;
  }

  .jg-member-notice-card {
    max-height: calc(100vh - 28px);
    padding: 28px 18px 14px;
    overflow-y: auto;
  }

  .jg-member-notice-copy h2 {
    font-size: 26px;
  }

  .jg-member-notice-benefits span {
    min-height: 68px;
    padding-inline: 5px;
  }

  .jg-member-notice-benefits strong,
  .jg-member-notice-benefits small {
    font-size: 12px;
  }

  .jg-member-notice-challenge {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .jg-member-notice-target {
    width: 38px;
    height: 38px;
  }

  .jg-member-notice-progress {
    grid-column: 1/-1;
  }

  .jg-contact-wrap {
    padding: 86px 12px 28px;
    gap: 18px;
  }

  .jg-contact-bg {
    background: linear-gradient(180deg, rgba(7, 6, 4, 0.9), rgba(7, 6, 4, 0.97)), var(--jg-asset-about-photo) center top/auto 260px no-repeat;
  }

  .jg-contact-brand {
    display: none;
  }

  .jg-contact-copy {
    max-width: 100%;
  }

  .jg-contact-copy h2 {
    font-size: clamp(34px, 5vw, 38px);
  }

  .jg-contact-copy>p:not(.jg-contact-eyebrow) {
    font-size: 14px;
  }

  .jg-contact-form,
  .jg-contact-info {
    padding: 16px;
  }

  .jg-contact-field-grid,
  .jg-contact-benefits {
    grid-template-columns: 1fr;
  }

  .jg-contact-field-wide {
    grid-column: auto;
  }

  .jg-contact-submit {
    width: 100%;
  }

  .jg-contact-member-box {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .jg-contact-member-box a {
    grid-column: 1/-1;
    width: 100%;
    white-space: normal;
  }

  .jg-contact-benefits>div {
    border-right: 0;
    border-bottom: 1px solid rgba(213, 147, 34, 0.5);
  }

  .jg-contact-benefits>div:last-child {
    border-bottom: 0;
  }

  .jg-contact-eyebrow {
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .jg-contact-card h3 {
    font-size: 17px;
  }

  .jg-contact-method {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .jg-contact-method-icon,
  .jg-contact-member-icon {
    width: 36px;
    height: 36px;
    padding: 7px;
  }

  .jg-contact-method a,
  .jg-contact-method span,
  .jg-contact-method p,
  .jg-contact-member-box p {
    font-size: 13px;
  }

  .jg-contact-secure {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.45;
  }

  .jg-click-game {
    padding: 28px 14px;
  }

  .jg-game-note {
    font-size: 14px;
    line-height: 1.4;
    border-radius: 30px;
  }

  .jg-game-image-wrap {
    border-radius: 18px;
  }

  .jg-game-image-wrap::after {
    width: 90px;
    height: 90px;
    font-size: 12px;
  }

  .jg-click-counter {
    right: 12px;
    bottom: 12px;
    font-size: 12px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    padding: 22px 18px;
  }

  .jg-account-addresses .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  .jg-address-note {
    align-items: flex-start;
    margin-bottom: 34px;
    font-size: 13px;
    line-height: 1.45;
  }

  .jg-address-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
  }

  .jg-address-title h2 {
    font-size: 22px;
  }

  .jg-address-card,
  .jg-address-empty-card {
    min-height: 280px;
  }

  .jg-address-card {
    padding: 22px;
  }

  .jg-address-empty-card {
    padding: 28px 18px;
  }

  .jg-address-empty-card a {
    width: 100%;
    min-width: 0;
  }

  .jg-address-edit-form {
    max-width: 100%;
  }

  .jg-address-back-link {
    margin-top: 0;
    margin-bottom: 22px;
  }

  .jg-address-edit-head {
    margin-bottom: 24px;
  }

  .jg-address-edit-head h2 {
    font-size: 26px;
  }

  .jg-address-edit-head p {
    font-size: 14px;
  }

  .jg-address-field-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .jg-address-edit-form .form-row-wide,
  .jg-address-edit-form .jg-address-field-wide {
    grid-column: auto;
  }

  .jg-address-save-row button.button {
    width: 100%;
  }

  .jg-orders-stats,
  .jg-orders-row {
    grid-template-columns: 1fr;
  }

  .jg-orders-toolbar,
  .jg-orders-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .jg-orders-toolbar label,
  .jg-orders-toolbar select,
  .jg-orders-toolbar button {
    width: 100%;
  }

  .jg-page.jg-native-scroll .jg-section,
  .jg-page.jg-native-scroll .jg-item,
  .jg-page.jg-native-scroll .jg-hero-content,
  .jg-page.jg-native-scroll .jg-about-wrap,
  .jg-page.jg-native-scroll .jg-join-layout,
  .jg-page.jg-native-scroll .jg-agency-wrap,
  .jg-page.jg-native-scroll .jg-products-wrap,
  .jg-page.jg-native-scroll .jg-contact-wrap {
    min-height: auto;
  }

  .jg-page.jg-native-scroll .jg-section {
    scroll-margin-top: 74px;
  }

  .jg-page.jg-native-scroll .jg-hero-content,
  .jg-page.jg-native-scroll .jg-about-wrap,
  .jg-page.jg-native-scroll .jg-agency-wrap,
  .jg-page.jg-native-scroll .jg-products-wrap,
  .jg-page.jg-native-scroll .jg-contact-wrap {
    padding-top: 40px;
    padding-inline: 16px;
  }

  .jg-page.jg-native-scroll .jg-hero-content {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .jg-page.jg-native-scroll .jg-relation-left,
  .jg-page.jg-native-scroll .jg-split-panel,
  .jg-page.jg-native-scroll .jg-price {
    padding: 20px 16px;
  }

  .hero-section {
    padding: 8px 15px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .header-menu {
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup-wrapper {
    width: 90%;
    height: 95%;
    inset: 0;
    margin: auto;
  }

  .jg-hero-left-top h2 {
    font-size: 42px;
  }

  .jg-hero-left {
    padding: 24px;
  }

  .jg-hero-left-btn {
    grid-template-columns: 1fr;
    margin-bottom: 14px;
  }

  .popup-content {
    width: min(92vw, 420px);
    max-width: 92vw;
    max-height: calc(100dvh - 32px);
  }

  .popup-video {
    padding: 16px;
  }

  .popup-video-wrap {
    gap: 0;
  }

  .popup-video-wrap video {
    height: 100%;
    width: 100%;
    min-height: fit-content;
  }

  .popup-video-text h2,
  .popup-video-text p {
    display: none;
  }

  .jg-hero-content {
    gap: 20px;
  }

  .jg-hero-right {
    gap: 20px;
  }

  .jg-hero .jg-hero-bg {
    display: none;
  }

  .sponor-action {
    flex-direction: column;
  }

  .sponor-promotion {
    justify-content: center;
  }

  .jg-about .jg-hero-bg {
    transform: none;
    background-position: auto;
  }

  .jg-about-sub-title {
    margin-bottom: 0px;
  }

  .jg-about-copy h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .jg-about-copy b {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .jg-about-copy p {
    margin-bottom: 12px;
  }

  .jg-about-wrap {
    flex-direction: column;
  }

  .jg-about-quote {
    display: none;
  }

  .jg-about-bottom>p>span {
    max-width: 28px;
  }

  .jg-about-bottom>p {
    gap: 6px;
  }

  .jg-about-bottom {
    gap: 12px;
    justify-content: space-between;
    width: 100%;
  }

  .jg-relation-left:not(.jg-join .jg-item.is-active .jg-relation-left) {
    display: none;
  }

  .jg-price h2 {
    margin-bottom: 16px;
  }

  .join-line {
    margin-top: 20px;
  }

  .jg-price ul {
    margin: 20px 0px;
    gap: 6px;
  }

  .jg-price li::before {
    display: none;
  }

  .jg-price,
  .jg-page.jg-native-scroll .jg-join-layout,
  .jg-page.jg-native-scroll .jg-relation,
  .jg-page.jg-native-scroll .jg-price,
  .jg-page.jg-native-scroll .jg-split {
    min-height: auto;
  }

  .jg-page.jg-native-scroll .jg-relation-left,
  .jg-page.jg-native-scroll .jg-split-panel,
  .jg-page.jg-native-scroll .jg-price {
    padding: 40px 16px;
  }

  .jg-page.jg-native-scroll .jg-price {
    padding-bottom: 100px;
  }

  .jg-popup-content {
    padding: 30px;
  }

  .jg-popup-content h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .jg-popup-content p {
    font-size: 14px;
  }

  .jg-popup-btn {
    margin-top: 16px;
    width: 100%;
  }

  .woocommerce-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .woocommerce-info::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .woocommerce-billing-fields h3>div>span:first-child,
  .jg-products-summary h3>div>span:first-child {
    font-size: 18px;
  }

  .elementor-menu-cart__main {
    width: 90%;
    height: 95%;
    inset: 0;
    margin: auto;
  }

  .jg-account-benefits-list {
    grid-template-columns: 1fr;
  }

  .jg-account-benefit:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-right: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .woocommerce-message a,
  .woocommerce-error a {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
  }

  .woocommerce-error li {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .jg-products-head {
    padding: 0 0 16px;
  }

  .jg-products-head .scroll-discover-line-row {
    min-width: 100%;
  }

  .jg-products-description {
    font-size: 14px;
  }

  .single-product .site-main {
    padding: 80px 20px !important;
  }

  .woocommerce div.product .product_title {
    font-size: 26px;
  }

  .custom-product-feature {
    padding: 12px 6px;
  }

  .custom-product-feature-copy strong {
    text-align: center;
    font-size: 12px;
  }

  .jg-related-products {
    margin-top: 40px;
  }

  .single-product .site-main>.jg-related-products .jg-membership-archive-products,
  .single-product .woocommerce>.jg-related-products .jg-membership-archive-products {
    grid-template-columns: 1fr;
  }

  .jg-related-products>h2 {
    font-size: 26px;
  }

  .woocommerce-message,
  .woocommerce-error {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .woocommerce-cart {
    padding: 80px 6px 20px;
  }

  .wc-block-cart-item__wrap {
    padding: 0;
  }

  .wc-block-components-quantity-selector {
    position: static !important;
    transform: none;
  }

  .wc-block-cart-items tbody tr {
    padding: 12px !important;
    grid-template-columns: 50px 1fr !important;
    align-items: flex-start;
  }

  .wc-block-cart-items tbody tr td.wc-block-cart-item__total {
    grid-row-start: auto;
  }

  .wc-block-cart-item__quantity {
    padding-right: 0px !important;
  }

  .wc-block-components-sidebar-layout.wc-block-cart {
    gap: 20px;
  }

  .wc-block-cart-item__image {
    border-radius: 8px;
  }

  .wc-block-components-sidebar {
    padding: 12px !important;
  }

  .wc-block-cart__submit {
    margin-bottom: 0px;
  }

  .wc-block-cart-item__remove-link {
    position: static !important;
    transform: none !important;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  .jg-product-archive-toolbar {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .jg-product-category-archive ul.products,
  .jg-membership-archive-products {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .woocommerce-account #content {
    padding: 80px 20px 20px;
  }

  .account-heading h2 {
    font-size: 22px;
  }

  .account-heading>p {
    text-align: center;
  }

  .woocommerce-account #customer_login.jg-account-card {
    padding: 24px;
  }

  .jg-account-tabs {
    margin-bottom: 20px;
  }

  .woocommerce-account #customer_login input.input-text {
    min-height: 46px;
    padding-inline: 12px;
  }

  .woocommerce-account #customer_login input.input-text {
    font-size: 14px;
    min-height: 46px;
  }

  .woocommerce-account #customer_login .form-row {
    margin-bottom: 16px;
  }

  .woocommerce-account #customer_login .woocommerce-form-login__rememberme {
    font-size: 14px;
  }

  .woocommerce-account #customer_login input[type=checkbox] {
    width: 12px;
    height: 12px;
  }

  .woocommerce-account #customer_login .lost_password a,
  .jg-account-switch button {
    font-size: 14px;
  }

  .woocommerce-account #customer_login .lost_password {
    transform: translateY(-87px);
  }

  .woocommerce-account #customer_login button.button,
  .woocommerce-account #customer_login .woocommerce-button {
    min-height: 46px;
  }

  .jg-account-switch {
    font-size: 14px;
    flex-direction: column;
  }

  .woocommerce-account #customer_login form.login,
  .woocommerce-account #customer_login form.register {
    margin: 0;
  }

  .jg-account-tab {
    font-size: 16px;
  }

  .jg-account-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce-account.logged-in #content {
    padding-top: 80px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    padding: 16px !important;
  }

  .jg-account-stats {
    gap: 12px;
    margin-bottom: 12px;
  }

  .jg-account-order-row {
    gap: 12px;
    grid-template-columns: 54px 1fr 85px;
    padding: 12px;
  }

  .jg-account-order-icon {
    grid-row: span 2;
  }

  .jg-account-order-main strong {
    font-size: 14px;
  }

  .jg-account-details-card dl>div {
    grid-template-columns: 1fr 2fr;
  }

  .jg-account-details-card dl {
    padding-bottom: 0;
  }

  .jg-account-details-card dl {
    grid-template-columns: 1fr;
  }

  .jg-account-vip-icon {
    margin: 0 auto;
  }

  .jg-account-vip-card h3,
  .jg-account-vip-card p {
    text-align: center;
  }

  .jg-account-vip-card a {
    text-align: center;
    border-radius: 8px;
  }

  .woocommerce-customer-details {
    min-width: 100%;
  }

  .woocommerce-downloads .woocommerce-info {
    padding: 10px;
  }

  .woocommerce-downloads .woocommerce-info::before {
    display: none;
  }

  .woocommerce-order-received .woocommerce-order-overview.order_details {
    padding: 20px;
    flex-direction: column;
    width: 100%;
  }

  .woocommerce ul.woocommerce-order-overview.order_details li {
    border-right: 0;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .jg-account-vip-card {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 600px) {


  .jg-agency-highlights div,
  .jg-agency-card {
    border-radius: 12px;
  }

  .jg-agency-icon {
    display: none;
  }

  .jg-agency-included li {
    font-size: 14px;
  }

  .jg-agency-card {
    padding: 18px;
  }


  .jg-agency-price strong {
    font-size: 30px;
  }

  .jg-products-tabs {
    width: 100%;
  }

  .jg-products-tabs button {
    min-width: 0;
    flex: 1;
    padding-inline: 12px;
    min-height: 46px;
    font-weight: 500;
  }

  .jg-service-card {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .jg-service-media {
    min-height: 220px;
  }

  .jg-service-media::after {
    background: linear-gradient(180deg, transparent 62%, rgba(4, 4, 4, 0.9));
  }

  .jg-service-content {
    padding: 16px;
  }

  .jg-service-price {
    gap: 18px;
  }



  .jg-club-benefits-head h3,
  .jg-club-mastermind-copy h3 {
    font-size: 22px;
    line-height: 1.12;
  }

  .jg-club-benefits-head p,
  .jg-club-mastermind-copy>span,
  .jg-club-mastermind-copy strong {
    font-size: 12px;
  }

  .jg-club-schedule {
    font-size: 14px;
    text-transform: none;
    border-radius: 16px;
  }

  .jg-club-benefits-grid h4 {
    font-size: 14px;
  }

  .jg-club-benefits-grid p,
  .jg-club-mastermind-copy p {
    font-size: 14px;
  }

  .jg-service-content li {
    font-size: 14px;
  }

  .jg-service-content a {
    width: 100%;
    border-width: 1px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border-radius: 16px;
  }
}