@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");

:root {
  --bg: #f8fafc;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --blue: #2563eb;
  --mint: #00c896;
  --card: #ffffff;
  --soft-shadow: 0 16px 45px rgba(17, 24, 39, 0.08);
  --card-shadow: 0 10px 28px rgba(17, 24, 39, 0.07);
}

.packaging-page {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 40px 20px 72px;
}

.packaging-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.packaging-hero-copy,
.packaging-hero-visual,
.packaging-trust-band article,
.packaging-product-card,
.packaging-detail-panel,
.packaging-gallery-grid img {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--card-shadow);
}

.packaging-hero-copy {
  display: flex;
  min-height: 540px;
  flex-direction: column;
  justify-content: center;
  border-radius: 32px;
  padding: 48px;
}

.packaging-hero-copy > span,
.packaging-detail-copy > span,
.packaging-product-card > div > span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 950;
}

.packaging-hero-copy h1 {
  margin: 18px 0 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 950;
}

.packaging-hero-copy p,
.packaging-detail-copy p {
  margin: 18px 0 0;
  color: #526173;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.7;
}

.mobile-copy-break {
  display: none;
}

.packaging-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.packaging-hero-actions a,
.packaging-detail-copy a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 950;
}

.packaging-hero-actions a:first-child,
.packaging-detail-copy a {
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.packaging-hero-actions a:last-child {
  border: 1px solid #bfdbfe;
  background: #fff;
  color: var(--blue);
}

.packaging-hero-visual {
  display: grid;
  min-height: 540px;
  place-items: center;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 72% 18%, rgba(37, 99, 235, 0.12), transparent 34%),
    linear-gradient(145deg, #f8fbff 0%, #edf6ff 58%, #f9fbff 100%);
}

.packaging-hero-visual img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: contain;
  padding: 28px;
  filter: drop-shadow(0 26px 34px rgba(15, 23, 42, 0.16));
}

.packaging-trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.packaging-trust-band article {
  border-radius: 24px;
  padding: 22px;
}

.packaging-trust-band span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.packaging-trust-band strong {
  display: block;
  margin-top: 10px;
  color: #111827;
  font-size: 18px;
}

.packaging-trust-band p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.packaging-lineup-section,
.packaging-gallery-section {
  margin-top: 64px;
}

.packaging-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.packaging-product-card {
  overflow: hidden;
  border-radius: 28px;
}

.packaging-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22;
  border-radius: 20px;
  object-fit: contain;
  background: #f8fafc;
  padding: 18px;
}

.packaging-product-card > div {
  padding: 22px;
}

.packaging-product-card h3 {
  margin: 8px 0 0;
  color: #111827;
  font-size: 20px;
  line-height: 1.35;
}

.packaging-product-card p {
  margin: 8px 0 0;
  color: #475569;
  font-weight: 850;
}

.packaging-product-card dl {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
}

.packaging-product-card dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  background: #f8fafc;
  padding: 11px 12px;
}

.packaging-product-card dt,
.packaging-product-card dd {
  margin: 0;
  font-size: 13px;
  font-weight: 900;
}

.packaging-product-card dt {
  color: var(--blue);
}

.packaging-product-card dd {
  color: #111827;
  text-align: right;
}

.packaging-detail-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  gap: 28px;
  align-items: center;
  margin-top: 64px;
  border-radius: 32px;
  padding: 34px;
}

.packaging-detail-copy h2 {
  margin: 14px 0 0;
  color: #0f172a;
  font-size: 32px;
  line-height: 1.25;
}

.packaging-detail-copy a {
  width: fit-content;
  margin-top: 28px;
}

.packaging-lineup-image {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 26px;
  background: #f8fafc;
}

.packaging-lineup-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: contain;
  padding: 14px;
}

.packaging-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.packaging-gallery-grid img {
  width: 100%;
  height: 164px;
  min-height: 0;
  border-radius: 24px;
  object-fit: contain;
  background: #f8fafc;
  padding: 10px;
}

@media (max-width: 1100px) {
  .packaging-hero,
  .packaging-detail-panel {
    grid-template-columns: 1fr;
  }

  .packaging-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .packaging-page {
    padding: 28px 20px 64px;
  }

  .packaging-hero-copy,
  .packaging-hero-visual,
  .packaging-detail-panel {
    min-height: auto;
    border-radius: 24px;
  }

  .packaging-hero-copy {
    padding: 32px 22px;
  }

  .packaging-hero-copy h1 {
    font-size: 23px;
    line-height: 1.24;
  }

  .packaging-hero-copy p,
  .packaging-detail-copy p {
    font-size: 15px;
  }

  .mobile-copy-break {
    display: initial;
  }

  .packaging-hero-visual {
    min-height: 340px;
  }

  .packaging-gallery-grid {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .packaging-detail-panel {
    padding: 22px;
  }

  .packaging-trust-band {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    overflow: visible;
    padding-bottom: 0;
  }

  .packaging-trust-band article {
    width: 100%;
  }

  .packaging-detail-copy h2 {
    font-size: 25px;
    line-height: 1.28;
  }

  .packaging-gallery-grid img,
  .packaging-gallery-grid img:first-child,
  .packaging-gallery-grid img:nth-child(2),
  .packaging-gallery-grid img:nth-child(3),
  .packaging-gallery-grid img:nth-child(4),
  .packaging-gallery-grid img:nth-child(5) {
    flex: 0 0 148px;
    width: 148px;
    height: 112px;
    min-height: 0;
    border-radius: 16px;
    padding: 7px;
    scroll-snap-align: start;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: "Pretendard Variable", Pretendard, Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(228, 234, 242, 0.8);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(24px);
}

.header-inner,
.page-shell,
.footer-inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-inline: 20px;
}

.header-inner {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo-link {
  display: flex;
  align-items: center;
}

.logo-link img {
  width: auto;
  height: 44px;
  display: block;
  object-fit: contain;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 32px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-links .active-nav {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-button,
.login-button {
  display: grid;
  height: 40px;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  transition: 0.18s ease;
}

.icon-button {
  position: relative;
  display: grid;
  width: 40px;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
}

.icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-button:hover,
.login-button:hover {
  border-color: #bfdbfe;
  color: var(--blue);
}

.cart-count {
  display: none;
}

.login-button {
  display: none;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
}

.search-button {
  display: none;
}

.menu-button {
  display: grid;
}

.mobile-menu-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
}

.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0);
  transition: background 0.2s ease;
}

.mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(86vw, 360px);
  height: 100%;
  flex-direction: column;
  border-left: 1px solid rgba(226, 232, 240, 0.9);
  background: #fff;
  overflow-y: auto;
  padding: 20px;
  box-shadow: -28px 0 60px rgba(15, 23, 42, 0.18);
  transform: translateX(105%);
  transition: transform 0.22s ease;
}

.mobile-menu-drawer.open {
  pointer-events: auto;
}

.mobile-menu-drawer.open .mobile-menu-backdrop {
  background: rgba(15, 23, 42, 0.38);
}

.mobile-menu-drawer.open .mobile-menu-panel {
  transform: translateX(0);
}

.mobile-menu-open {
  overflow: hidden;
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mobile-menu-head img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.mobile-menu-close {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
}

.mobile-menu-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.mobile-menu-intro {
  margin-top: 26px;
}

.mobile-menu-panel h2 {
  margin: 28px 0 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.2;
}

.mobile-menu-intro h2 {
  margin: 0;
}

.mobile-menu-intro p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

.mobile-menu-groups {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.mobile-menu-group {
  display: grid;
  gap: 8px;
}

.mobile-menu-group h3 {
  margin: 0;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.mobile-menu-links {
  display: grid;
  gap: 7px;
  margin-top: 0;
}

.mobile-menu-links a {
  display: grid;
  min-height: 54px;
  align-content: center;
  justify-content: space-between;
  gap: 4px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: #f8fafc;
  color: #1f2937;
  padding: 9px 36px 9px 13px;
  font-size: 15px;
  font-weight: 900;
  position: relative;
}

.mobile-menu-links a::after {
  position: absolute;
  right: 14px;
  top: 50%;
  color: #94a3b8;
  content: ">";
  font-weight: 950;
  transform: translateY(-50%);
}

.mobile-menu-links a span {
  display: block;
  color: inherit;
}

.mobile-menu-links a small {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.mobile-menu-links a.active {
  border-color: rgba(37, 99, 235, 0.16);
  background: #eff6ff;
  color: var(--blue);
}

.mobile-menu-links a.active small {
  color: #2563eb;
}

.mobile-menu-note {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff, #ecfdf5);
  padding: 16px;
}

.mobile-menu-note strong {
  color: var(--blue);
  font-size: 14px;
  font-weight: 950;
}

.mobile-menu-note span {
  color: #475569;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

.page-shell {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-block: 28px 64px;
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 0;
  border-radius: 36px;
  background: #edf7ff;
  box-shadow: none;
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 27%, rgba(255, 255, 255, 0.08) 62%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.96), transparent 38%);
}

.hero-overlay::after {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 33.333%;
  background: linear-gradient(0deg, rgba(237, 247, 255, 0.35), transparent);
  content: "";
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 640px;
  max-width: 860px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 70px 24px 0;
  color: var(--ink);
  text-align: center;
}

.eyebrow,
.payment-label,
.small-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.eyebrow {
  border: 1px solid rgba(37, 99, 235, 0.1);
  background: rgba(255, 255, 255, 0.86);
  color: var(--blue);
  padding: 8px 14px;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
  margin-bottom: 18px;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: 56px;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 650;
}

.hero-title-lead {
  display: block;
}

.hero-strong {
  margin: 18px 0 0;
  color: #1f2937;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 900;
}

.hero-copy {
  max-width: 560px;
  margin: 10px 0 0;
  color: #526173;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.7;
}

.hero-partner {
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #2563eb;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.primary-cta,
.ghost-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 28px;
  font-weight: 950;
}

.primary-cta {
  background: #111827;
  color: #fff;
  box-shadow: 0 18px 32px rgba(17, 24, 39, 0.16);
}

.ghost-cta {
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: #1f2937;
  backdrop-filter: blur(12px);
}

.hero-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
}

.hero-dots .active {
  width: 32px;
  background: #fff;
}

.category-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.category-strip button {
  flex: 0 0 auto;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  padding: 0 20px;
  font-size: 14px;
  font-weight: 950;
}

.category-strip button.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: var(--card-shadow);
}

.category-strip button[data-category="골드"].active {
  border-color: #d6a21d;
  background: linear-gradient(135deg, #d6a21d, #f7d76a);
  color: #111827;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.section-heading h2,
.setup-band h2,
.payment-section h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0;
}

.section-heading p,
.setup-band p,
.payment-section p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.7;
}

.view-all {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 950;
  box-shadow: var(--card-shadow);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.product-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  padding: 16px;
  box-shadow: var(--card-shadow);
  transition: 0.18s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--soft-shadow);
}

.product-media {
  position: relative;
  aspect-ratio: 1.12;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #ecfdf5, #eff6ff, #fff);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
}

.gold-product-card {
  border-color: #f0d98b;
}

.popular-product-card {
  position: relative;
  border-color: rgba(37, 99, 235, 0.54);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.72), rgba(0, 200, 150, 0.64), rgba(247, 215, 106, 0.74)) border-box;
  box-shadow:
    0 18px 44px rgba(37, 99, 235, 0.13),
    0 0 0 4px rgba(37, 99, 235, 0.06);
}

.popular-product-card::before {
  position: absolute;
  inset: 10px 10px auto;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--mint), #f7d76a);
  content: "";
  opacity: 0.95;
}

.popular-product-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 24px 54px rgba(37, 99, 235, 0.17),
    0 0 0 5px rgba(0, 200, 150, 0.08);
}

.popular-product-card .gold-product-media {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.96), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.18), transparent 30%),
    linear-gradient(135deg, #fff8dc 0%, #eff6ff 54%, #ecfdf5 100%);
}

.sold-out-product-card {
  border-color: rgba(148, 163, 184, 0.32);
  background: #f8fafc;
}

.sold-out-product-card .product-media img {
  opacity: 0.48;
  filter: grayscale(0.55);
}

.gold-product-media {
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(135deg, #fff8dc, #eff6ff 58%, #ecfdf5);
}

.gold-product-media img {
  padding: 34px;
  filter: drop-shadow(0 18px 22px rgba(120, 80, 0, 0.16));
}

.gold-category,
.gold-product-card .rate,
.gold-product-card .coin {
  color: #b88711;
}

.gold-price-box {
  border-color: rgba(214, 162, 29, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 220, 0.78)),
    #fff8dc;
}

.gold-product-card .deal-label {
  background: linear-gradient(135deg, #d6a21d, #f7d76a);
  color: #111827;
}

.gold-product-card .primary-usdt {
  background: rgba(214, 162, 29, 0.12);
  color: #b88711;
}

.gold-product-card .badges span {
  color: #9a6b00;
}

.gold-product-card .badges .discount {
  background: linear-gradient(135deg, #d6a21d, #f7d76a);
  color: #111827;
}

.badges .popular,
.gold-product-card .badges .popular {
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: #fff;
}

.gold-product-card .badges .sold-out,
.badges .sold-out {
  background: #334155;
  color: #fff;
}

.badges {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badges span {
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 950;
  box-shadow: var(--card-shadow);
}

.badges .discount {
  background: var(--blue);
  color: #fff;
}

.wish {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  box-shadow: var(--card-shadow);
}

.flip-product-button {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #111827;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(12px);
}

.flip-product-button::before {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f7cff, #61d4ff);
  content: "";
}

.flip-product-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
}

.gold-product-media img {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.product-body {
  padding-top: 16px;
}

.category {
  color: var(--mint);
  font-size: 12px;
  font-weight: 950;
}

.product-body h3 {
  min-height: 48px;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.45;
}

.product-body .summary {
  min-height: 42px;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.price-box {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.94)),
    #f8fafc;
  padding: 12px;
}

.price-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.deal-label {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), #16a3d8);
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.original {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-decoration: line-through;
  white-space: nowrap;
}

.rate {
  color: var(--blue);
  font-size: 14px;
  font-weight: 950;
}

.price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  border-radius: 13px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.78);
}

.price-line span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.price-line strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: right;
  white-space: nowrap;
}

.coin,
.exchange {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 850;
}

.coin {
  color: var(--blue);
}

.primary-usdt {
  margin: 0;
  color: var(--blue);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.18;
  background: rgba(37, 99, 235, 0.07);
}

.fiat-price {
  color: var(--muted);
  font-size: 15px;
  font-weight: 850;
  background: rgba(15, 23, 42, 0.035);
}

.exchange {
  color: var(--muted);
  font-size: 12px;
}

.card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.card-foot span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.product-service-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  white-space: nowrap;
}

.product-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(72px, 1fr));
  gap: 8px;
  flex: 0 0 auto;
}

.add-cart,
.buy-now {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.add-cart {
  background: #f1f5f9;
  color: var(--ink);
}

.add-cart:hover {
  background: var(--blue);
  color: #fff;
}

.buy-now {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.12);
}

.buy-now:hover {
  background: var(--blue);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.2);
}

.main-purchase-actions {
  margin-top: 10px;
}

.gold-purchase-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.gold-purchase-actions button {
  min-height: 42px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
}

.gold-cart-action {
  border: 1px solid rgba(215, 164, 33, 0.36);
  background: #fffaf0;
  color: #9a6a00;
}

.gold-cart-action:hover {
  border-color: rgba(215, 164, 33, 0.68);
  background: #fff3c4;
}

.gold-buy-action {
  background: linear-gradient(135deg, #d9a51e 0%, #f3c94d 48%, #b68110 100%);
  color: #201500;
  box-shadow: 0 12px 24px rgba(190, 138, 16, 0.22);
}

.gold-buy-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(190, 138, 16, 0.28);
}

.add-cart:disabled,
.buy-now:disabled,
.gold-purchase-actions button:disabled {
  cursor: not-allowed;
  border-color: rgba(148, 163, 184, 0.36);
  background: #e2e8f0;
  color: #64748b;
  box-shadow: none;
  transform: none;
}

.silver-page .gold-hero-copy {
  background:
    radial-gradient(circle at 82% 18%, rgba(220, 226, 235, 0.72), transparent 34%),
    linear-gradient(135deg, #f8fafc 0%, #edf3f8 54%, #f7f9fb 100%);
}

.silver-page .gold-hero-copy > span,
.silver-category,
.silver-price-box .price {
  color: #64748b;
}

.silver-market-panel,
.silver-info-strip article,
.silver-guide {
  border-color: rgba(148, 163, 184, 0.34);
}

.silver-product-card {
  border-color: rgba(148, 163, 184, 0.55);
  box-shadow: 0 20px 44px rgba(71, 85, 105, 0.1);
}

.silver-product-media {
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%);
}

.silver-product-media img {
  filter: drop-shadow(0 18px 22px rgba(71, 85, 105, 0.18));
}

.silver-product-card .badges span {
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.92);
  color: #64748b;
  box-shadow: 0 10px 20px rgba(71, 85, 105, 0.1);
}

.silver-product-card .badges .discount {
  border-color: rgba(100, 116, 139, 0.18);
  background: linear-gradient(135deg, #eef2f7 0%, #cbd5e1 48%, #94a3b8 100%);
  color: #0f172a;
}

.silver-price-box {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border-color: rgba(148, 163, 184, 0.22);
}

.silver-product-card .rate,
.silver-product-card .coin {
  color: #64748b;
}

.silver-product-card .deal-label {
  background: linear-gradient(135deg, #e2e8f0 0%, #94a3b8 100%);
  color: #0f172a;
}

.silver-product-card .primary-usdt {
  background: rgba(100, 116, 139, 0.1);
  color: #64748b;
}

.silver-cart-action {
  border-color: rgba(148, 163, 184, 0.5);
  background: #f8fafc;
  color: #475569;
}

.silver-cart-action:hover {
  border-color: rgba(100, 116, 139, 0.68);
  background: #e2e8f0;
  color: #0f172a;
}

.silver-buy-action {
  background: linear-gradient(135deg, #dbe3ea 0%, #f8fafc 46%, #9ca8b7 100%);
  color: #0f172a;
  box-shadow: 0 12px 24px rgba(100, 116, 139, 0.2);
}

.silver-buy-action:hover {
  box-shadow: 0 16px 30px rgba(100, 116, 139, 0.27);
}

.setup-band,
.payment-section,
.feature-grid article {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--card-shadow);
}

.setup-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: center;
  border-radius: 32px;
  padding: 32px;
}

.small-label {
  background: #eef6ff;
  color: var(--blue);
  padding: 8px 12px;
}

.setup-bundle-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 950;
  box-shadow: var(--card-shadow);
  transition: 0.18s ease;
}

.setup-bundle-button:hover {
  background: var(--blue);
  transform: translateY(-1px);
}

.setup-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.setup-cards article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #f8fafc;
  padding: 12px;
  transition: 0.18s ease;
}

.setup-cards article:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow);
}

.setup-card-image {
  display: grid;
  aspect-ratio: 1.16;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #ecfdf5, #eff6ff, #fff);
}

.setup-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setup-card-copy {
  padding: 14px 4px 2px;
}

.setup-card-copy span {
  display: block;
  color: var(--mint);
  font-size: 12px;
  font-weight: 950;
}

.setup-card-copy strong {
  display: block;
  margin-top: 6px;
  font-weight: 950;
  line-height: 1.45;
}

.setup-card-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.payment-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
  border-color: #dbeafe;
  border-radius: 32px;
  padding: 36px;
  box-shadow: var(--soft-shadow);
}

.payment-label {
  background: #ecfdf5;
  color: #059669;
  padding: 8px 12px;
}

.payment-section h2 {
  margin-top: 14px;
}

.payment-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.payment-steps article {
  overflow: hidden;
  min-height: 256px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #f8fafc;
  padding: 14px;
}

.payment-image {
  display: grid;
  aspect-ratio: 1.45;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef6ff, #f8fafc);
}

.payment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.payment-product-image {
  background: linear-gradient(135deg, #f0fdfa, #f8fafc, #fff);
}

.payment-product-image img {
  object-fit: cover;
  padding: 0;
}

.payment-steps span {
  display: block;
  margin-top: 14px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 950;
}

.payment-steps strong {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.4;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-grid article {
  border-radius: 28px;
  padding: 24px;
}

.feature-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 18px;
  background: #eff6ff;
  color: var(--blue);
  font-weight: 950;
}

.feature-grid h3 {
  margin: 18px 0 0;
  font-size: 18px;
}

.feature-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.search-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
}

.search-drawer.open {
  visibility: visible;
  pointer-events: auto;
}

.search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.24);
  opacity: 0;
  transition: opacity 0.26s ease;
}

.search-drawer.open .search-backdrop {
  opacity: 1;
}

.search-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 468px);
  min-height: 100%;
  background: #fff;
  padding: 40px 32px 56px;
  box-shadow: -18px 0 45px rgba(17, 24, 39, 0.12);
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.search-drawer.open .search-panel {
  transform: translateX(0);
}

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

.search-panel-head h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 950;
}

.search-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
}

.search-close:hover {
  background: #f8fafc;
}

.search-close svg,
.search-form svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 36px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 12px;
}

.search-form input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
}

.search-form input::placeholder {
  color: #8b95a1;
}

.search-form button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  background: transparent;
  color: var(--ink);
}

.search-section {
  border-bottom: 1px solid var(--line);
  padding: 34px 0 36px;
}

.search-section h3 {
  margin: 0 0 22px;
  font-size: 19px;
  font-weight: 950;
}

.popular-searches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.popular-searches li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.popular-searches span {
  width: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.popular-searches li:nth-child(-n + 4) span {
  color: #ff2b2b;
}

.popular-searches button {
  min-width: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  text-align: left;
}

.empty-search-section {
  min-height: 182px;
}

.empty-search-section p {
  margin: 48px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-align: center;
}

.cart-page {
  min-height: calc(100vh - 80px);
  padding: 24px 20px 72px;
}

.cart-shell {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.cart-breadcrumb {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.cart-breadcrumb strong {
  color: var(--ink);
}

.cart-heading {
  padding: 56px 0 40px;
  text-align: center;
}

.cart-heading h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.35;
}

.checkout-steps {
  display: flex;
  counter-reset: checkout-step;
  justify-content: center;
  gap: 28px;
  margin: 28px 0 0;
  padding: 0;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 850;
  list-style: none;
}

.checkout-steps li {
  position: relative;
  counter-increment: checkout-step;
}

.checkout-steps li span::before {
  content: counter(checkout-step) ". ";
}

.checkout-steps li + li::before {
  position: absolute;
  left: -19px;
  color: #d1d5db;
  content: "›";
}

.checkout-steps .active {
  color: var(--ink);
}

.cart-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.cart-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.cart-tabs.single-cart-tab {
  grid-template-columns: 1fr;
}

.cart-tabs button {
  min-height: 58px;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.cart-tabs button:last-child {
  border-right: 0;
}

.cart-tabs.single-cart-tab button {
  border-right: 0;
}

.cart-tabs .active {
  background: #fff;
  color: var(--ink);
}

.cart-empty {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 240px;
  padding: 44px;
  border-top: 1px solid var(--ink);
}

.cart-empty[hidden] {
  display: none;
}

.empty-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 2px solid #d9dadd;
  border-radius: 999px;
  color: #d0d1d4;
  font-size: 30px;
  font-weight: 300;
}

.cart-empty h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 950;
}

.cart-empty p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.cart-filled {
  border-top: 1px solid var(--ink);
  padding: 24px;
}

.cart-filled[hidden] {
  display: none;
}

.cart-filled-head,
.cart-total-row,
.cart-checkout-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cart-filled-head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.cart-filled-head span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.cart-filled-head h2 {
  margin: 6px 0 0;
  font-size: 24px;
  font-weight: 950;
}

.cart-item-list {
  display: grid;
  gap: 12px;
  padding: 18px 0;
}

.cart-item-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8fafc;
  padding: 16px 18px;
}

.cart-item-row h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 950;
}

.cart-item-row p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.cart-item-price {
  display: grid;
  gap: 5px;
  justify-items: end;
  color: var(--ink);
  white-space: nowrap;
}

.cart-item-price strong {
  font-size: 18px;
  font-weight: 950;
}

.cart-item-price span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.cart-quantity-control {
  display: inline-grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.cart-quantity-control button {
  display: grid;
  height: 34px;
  place-items: center;
  background: transparent;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

.cart-quantity-control span {
  display: grid;
  height: 34px;
  place-items: center;
  border-inline: 1px solid var(--line);
  color: #111827;
  font-size: 13px;
  font-weight: 950;
}

.cart-remove-button {
  min-height: 34px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 900;
}

.cart-remove-button:hover {
  border-color: #fecaca;
  background: #fff1f2;
  color: #e11d48;
}

.cart-login-notice {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, #eff6ff, #ecfdf5);
  padding: 16px;
}

.cart-login-notice span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.cart-login-notice p {
  margin: 0;
  color: #526173;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.cart-total-box {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.cart-total-row {
  color: var(--ink);
  font-weight: 950;
}

.cart-delivery-row {
  border-radius: 14px;
  background: #f8fafc;
  padding: 12px;
}

.cart-delivery-row strong {
  color: #64748b;
  font-size: 13px;
}

.cart-grand-total {
  border-radius: 18px;
  background: #111827;
  color: #fff;
  padding: 16px;
}

.cart-total-price {
  display: grid;
  gap: 5px;
  justify-items: end;
}

.cart-total-price strong {
  color: var(--gold);
  font-size: 24px;
}

.cart-total-price span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.cart-grand-total .cart-total-price span {
  color: rgba(255, 255, 255, 0.7);
}

.cart-checkout-actions {
  justify-content: flex-end;
  margin-top: 20px;
}

.cart-empty-actions {
  display: flex;
  gap: 10px;
}

.cart-primary-action,
.cart-secondary-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.cart-primary-action {
  background: var(--ink);
  color: #fff;
}

.cart-secondary-action {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
}

.cart-guide {
  margin-top: 28px;
}

.cart-guide h2 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 950;
}

.cart-guide-box {
  display: grid;
  gap: 26px;
  border: 1px solid var(--line);
  border-top: 2px solid var(--ink);
  border-radius: 22px;
  background: #fff;
  padding: 26px 30px;
  box-shadow: var(--card-shadow);
}

.cart-guide-box h3 {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 950;
}

.cart-guide-box ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.65;
  list-style: none;
}

.cart-guide-box li {
  position: relative;
  padding-left: 13px;
}

.cart-guide-box li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  content: "•";
}

.login-page {
  display: grid;
  min-height: calc(100vh - 56px);
  place-items: start center;
  padding: 42px 20px 72px;
}

.login-topbar {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 0 max(20px, calc((100vw - 760px) / 2));
}

.login-nav-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #444;
  transition: 0.18s ease;
}

.login-nav-button:hover {
  background: #f8fafc;
  color: var(--blue);
}

.login-nav-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-panel {
  width: min(100%, 480px);
  text-align: center;
}

.login-panel h1 {
  margin: 0;
  color: #000;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.35;
}

.login-panel p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.login-checkout-notice {
  display: grid;
  gap: 7px;
  margin-top: 20px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, #eff6ff, #ecfdf5);
  padding: 16px;
  text-align: left;
}

.login-checkout-notice[hidden] {
  display: none;
}

.login-checkout-notice span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.login-checkout-notice strong {
  color: #111827;
  font-size: 16px;
  line-height: 1.35;
}

.login-checkout-notice p {
  margin: 0;
  color: #526173;
  font-size: 13px;
  font-weight: 750;
}

.kakao-login-button {
  display: flex;
  width: 100%;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  border: 1px solid rgba(17, 24, 39, 0.05);
  border-radius: 16px;
  background: #fee500;
  color: #000;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.1);
  transition: 0.18s ease;
}

.kakao-login-button:hover {
  background: #f6dc00;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.14);
}

.kakao-login-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: currentColor;
}

.login-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 30px 0;
  color: #9ca3af;
  font-size: 13px;
  font-weight: 800;
}

.login-divider::before,
.login-divider::after {
  height: 1px;
  background: var(--line);
  content: "";
}

.login-tabs > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.login-tab-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: linear-gradient(135deg, #eff6ff, #ecfdf5);
  padding: 4px;
}

.login-tab-controls label {
  display: grid;
  min-height: 39px;
  place-items: center;
  border-radius: 999px;
  color: #526173;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  transition: 0.18s ease;
}

#memberLoginTab:checked ~ .login-tab-controls .member-tab,
#guestDeliveryTab:checked ~ .login-tab-controls .guest-tab {
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: #fff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
}

.login-form {
  display: grid;
  gap: 22px;
  margin-top: 34px;
  text-align: left;
}

.login-form label {
  display: grid;
  gap: 10px;
}

.login-form span {
  color: #5f6368;
  font-size: 14px;
  font-weight: 800;
}

.login-form input {
  width: 100%;
  height: 36px;
  border: 0;
  border-bottom: 1px solid #dcdfe4;
  outline: 0;
  background: transparent;
  color: #111827;
  font-size: 15px;
}

.login-form input:focus {
  border-bottom-color: #111827;
}

.secure-login {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -4px 0 6px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.secure-login svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-submit-button {
  display: grid;
  width: 100%;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
  transition: 0.18s ease;
}

.login-submit-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.3);
}

.login-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  color: #526173;
  font-size: 14px;
  font-weight: 800;
}

.login-links a:hover {
  color: var(--blue);
}

.login-links a {
  position: relative;
}

.login-links a + a::before {
  position: absolute;
  left: -10px;
  color: #d1d5db;
  content: "|";
}

.guest-delivery-form {
  display: none;
}

.guest-only-form {
  display: grid;
  margin-top: 0;
}

.guest-only-title {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: linear-gradient(135deg, #eff6ff, #ecfdf5);
  color: var(--blue);
  font-size: 15px;
  font-weight: 950;
}

.delivery-result {
  margin-top: 30px;
  border: 1px solid #dbeafe;
  border-radius: 28px;
  background: #fff;
  padding: 22px;
  box-shadow: var(--soft-shadow);
  text-align: left;
}

.delivery-result[hidden] {
  display: none;
}

.delivery-result-head {
  display: grid;
  gap: 8px;
}

.delivery-result-head span {
  width: fit-content;
  border-radius: 999px;
  background: #ecfdf5;
  color: #059669;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 950;
}

.delivery-result-head strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}

.delivery-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-top: 20px;
}

.delivery-progress span {
  position: relative;
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
  color: #8a94a3;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.delivery-progress .done {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: var(--blue);
}

.delivery-progress .active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: #fff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
}

.delivery-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.delivery-summary-grid div,
.delivery-info-card div {
  display: grid;
  gap: 6px;
  border-radius: 16px;
  background: #f8fafc;
  padding: 14px;
}

.delivery-summary-grid span,
.delivery-info-card span,
.delivery-product span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.delivery-summary-grid strong,
.delivery-info-card strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.delivery-info-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.delivery-product {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(135deg, #f8fafc, #eff6ff);
  padding: 12px;
}

.delivery-product img {
  width: 82px;
  height: 82px;
  border-radius: 16px;
  background: #fff;
  object-fit: cover;
}

.delivery-product strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.delivery-product p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.delivery-result-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.delivery-result-actions button,
.delivery-result-actions a {
  display: grid;
  min-height: 46px;
  place-items: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
}

.delivery-result-actions button {
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: #fff;
}

.delivery-result-actions a {
  border: 1px solid #dbeafe;
  background: #fff;
  color: var(--blue);
}

.checkout-page {
  padding: 28px 20px 72px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
}

.checkout-card,
.checkout-summary-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.checkout-card {
  padding: 24px;
}

.checkout-card-head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.checkout-card-head span,
.checkout-summary-card > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-card-head h2,
.checkout-summary-card h2 {
  margin: 6px 0 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.25;
}

.checkout-summary-card {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
  padding: 24px;
}

.checkout-summary-lines {
  display: grid;
  gap: 10px;
}

.checkout-summary-lines div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  background: #f8fafc;
  padding: 12px;
}

.checkout-summary-lines span,
.checkout-total span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.checkout-summary-lines strong {
  color: #111827;
  font-size: 13px;
  font-weight: 950;
  text-align: right;
}

.checkout-total {
  display: grid;
  gap: 5px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.checkout-total strong {
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.checkout-total small {
  color: var(--muted);
  font-weight: 900;
}

.checkout-summary-card button {
  min-height: 48px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 950;
}

.checkout-summary-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.checkout-form-preview {
  margin-top: 18px;
}

.checkout-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 18px;
}

.checkout-field-grid label {
  display: grid;
  gap: 8px;
}

.checkout-field-grid span {
  color: #526173;
  font-size: 13px;
  font-weight: 850;
}

.checkout-field-grid input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
  color: #111827;
  padding: 0 14px;
  font: inherit;
  font-weight: 800;
}

.checkout-field-grid input::placeholder {
  color: #94a3b8;
  font-weight: 650;
}

.checkout-field-wide,
.checkout-submit-row {
  grid-column: 1 / -1;
}

.checkout-submit-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.checkout-submit-row button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  padding: 0 24px;
  font-weight: 950;
  cursor: pointer;
}

.checkout-summary-card button:disabled,
.checkout-submit-row button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

#orderSubmitMessage {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

#orderSubmitMessage.success {
  color: #047857;
}

#orderSubmitMessage.error {
  color: #dc2626;
}

#guestDeliveryTab:checked ~ .member-login-form {
  display: none;
}

#guestDeliveryTab:checked ~ .guest-delivery-form {
  display: grid;
}

footer {
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding-block: 40px;
}

.footer-inner img {
  width: 170px;
  height: auto;
}

.footer-inner p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}

.footer-business-info {
  color: #4b5563;
}

.footer-risk-note {
  color: #64748b;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 14px 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.legal-page {
  width: min(100%, 960px);
  margin: 0 auto;
  padding: 72px 20px 96px;
}

.legal-page section,
.legal-page article {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  padding: 30px;
  box-shadow: var(--card-shadow);
}

.legal-page article {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.legal-page span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.legal-page h1 {
  margin: 12px 0 0;
  font-size: 34px;
  line-height: 1.22;
}

.legal-page h2 {
  margin: 18px 0 0;
  font-size: 18px;
}

.legal-page p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.7;
}

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

.footer-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.footer-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(8px);
}

.footer-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 10%, rgba(34, 199, 184, 0.16), transparent 34%),
    #fff;
  padding: 26px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.footer-modal-dialog h2 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.3;
}

.footer-modal-dialog p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.footer-modal-dialog button {
  width: 100%;
  min-height: 46px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
}

.footer-modal-open {
  overflow: hidden;
}

@media (min-width: 640px) {
  .header-inner,
  .page-shell,
  .footer-inner {
    padding-inline: 32px;
  }

  .logo-link img {
    height: 48px;
  }

  .search-button {
    display: grid;
  }

  .login-button {
    display: grid;
  }

  .hero,
  .hero-content {
    min-height: 540px;
  }

  .hero-content {
    padding: 48px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-strong {
    font-size: 18px;
  }

  .hero-copy {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .header-inner,
  .page-shell,
  .footer-inner {
    padding-inline: 40px;
  }

  .nav-links {
    display: flex;
  }

  .menu-button {
    display: none;
  }

  .hero-content {
    max-width: 960px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero h1 {
    font-size: 56px;
  }
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .setup-band,
  .payment-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .header-inner,
  .page-shell,
  .footer-inner {
    padding-inline: 20px;
  }

  .logo-link img {
    height: 44px;
  }

  .hero {
    min-height: min(720px, calc(100svh - 116px));
    border-radius: 24px;
  }

  .hero > img {
    object-position: center bottom;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.86) 36%, rgba(255, 255, 255, 0.16) 72%),
      radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.98), transparent 42%);
  }

  .hero-content {
    min-height: min(720px, calc(100svh - 116px));
    padding: 38px 8px 40px;
  }

  .eyebrow {
    margin-bottom: 14px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .hero h1 {
    max-width: 11em;
    font-size: 29px;
    line-height: 1.22;
  }

  .hero-title-lead {
    display: block;
  }

  .hero-copy {
    max-width: 28em;
    font-size: 13px;
    line-height: 1.62;
  }

  .hero-partner {
    max-width: 100%;
    min-height: auto;
    border-radius: 18px;
    padding: 9px 12px;
    font-size: 12px;
    line-height: 1.45;
  }

  .hero-actions {
    width: 100%;
    gap: 10px;
    margin-top: 20px;
  }

  .primary-cta,
  .ghost-cta {
    min-height: 48px;
    padding: 0 18px;
    font-size: 14px;
  }

  .section-heading,
  .footer-inner {
    align-items: flex-start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner nav {
    justify-content: flex-start;
  }

  .section-heading h2,
  .setup-band h2,
  .payment-section h2 {
    font-size: 25px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .setup-cards,
  .payment-steps,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    border-radius: 18px;
    padding: 9px;
  }

  .popular-product-card::before {
    inset: 7px 7px auto;
    height: 3px;
  }

  .product-media {
    aspect-ratio: 1;
    border-radius: 14px;
  }

  .product-media img {
    padding: 10px;
  }

  .gold-product-media img {
    padding: 18px;
  }

  .badges {
    left: 7px;
    top: 7px;
    gap: 4px;
  }

  .badges span {
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1;
  }

  .flip-product-button {
    right: 7px;
    bottom: 7px;
    min-height: 26px;
    padding: 0 8px;
    font-size: 10px;
  }

  .product-body {
    padding-top: 10px;
  }

  .category {
    font-size: 11px;
  }

  .product-body h3 {
    min-height: 34px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.35;
  }

  .product-body .summary {
    display: -webkit-box;
    min-height: 16px;
    overflow: hidden;
    margin-top: 3px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 11px;
    line-height: 1.45;
  }

  .price-box {
    gap: 5px;
    margin-top: 8px;
    border-radius: 13px;
    padding: 7px;
  }

  .price-line {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: stretch;
    border-radius: 10px;
    padding: 6px 7px;
  }

  .price-line span {
    display: none;
  }

  .price-line strong {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    text-overflow: ellipsis;
  }

  .product-service-note {
    display: none;
  }

  .gold-purchase-actions {
    gap: 6px;
    margin-top: 8px;
  }

  .gold-purchase-actions button {
    min-height: 32px;
    border-radius: 12px;
    font-size: 12px;
  }

  .cart-breadcrumb {
    justify-content: flex-start;
  }

  .cart-heading {
    padding: 38px 0 30px;
  }

  .checkout-steps {
    gap: 20px;
    font-size: 13px;
  }

  .checkout-steps li + li::before {
    left: -14px;
  }

  .cart-tabs {
    grid-template-columns: 1fr;
  }

  .cart-tabs button {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cart-empty {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 36px 22px;
    text-align: center;
  }

  .cart-empty-actions {
    flex-direction: column;
    width: 100%;
  }

  .cart-filled {
    padding: 18px;
  }

  .cart-filled-head,
  .cart-checkout-actions,
  .cart-total-row {
    align-items: stretch;
  }

  .cart-filled-head,
  .cart-checkout-actions {
    flex-direction: column;
  }

  .cart-item-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .cart-item-price {
    justify-items: start;
  }

  .cart-quantity-control {
    width: fit-content;
  }

  .cart-remove-button {
    width: fit-content;
  }

  .cart-total-row {
    gap: 10px;
  }

  .cart-primary-action,
  .cart-secondary-action {
    width: 100%;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-card,
  .checkout-summary-card {
    border-radius: 20px;
    padding: 18px;
  }

  .checkout-summary-card {
    position: static;
  }

  .checkout-field-grid {
    grid-template-columns: 1fr;
  }

  .search-panel {
    width: 100%;
    padding: 38px 28px 48px;
  }

  .popular-searches {
    gap: 16px 24px;
  }

  .cart-guide-box {
    border-radius: 18px;
    padding: 22px 18px;
  }

  .setup-band,
  .payment-section {
    border-radius: 24px;
    padding: 22px;
  }
}

.gold-page {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 28px 20px 72px;
}

.gold-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.gold-hero-copy,
.gold-market-panel,
.gold-info-strip article,
.gold-guide {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--card-shadow);
}

.gold-hero-copy {
  min-height: 336px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 20%, rgba(247, 215, 106, 0.42), transparent 28%),
    linear-gradient(135deg, #f8fafc, #eff6ff 55%, #ecfdf5);
  padding: 34px 52px;
}

.gold-page:not(.silver-page) .gold-hero-copy {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 12, 16, 0.9) 0%, rgba(10, 12, 16, 0.72) 42%, rgba(10, 12, 16, 0.18) 74%),
    url("./hero-gold-generated.png") center / cover no-repeat;
  color: #fff;
}

.gold-page:not(.silver-page) .gold-hero-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.silver-page .gold-hero-copy {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.58) 42%, rgba(15, 23, 42, 0.08) 76%),
    url("./hero-silver-generated.png") center / cover no-repeat;
}

.silver-page .gold-hero-copy h1 {
  color: #fff;
  text-shadow: 0 12px 28px rgba(15, 23, 42, 0.28);
}

.silver-page .gold-hero-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.gold-hero-copy span,
.gold-guide span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: #fff8dc;
  color: #9a6b00;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 950;
}

.gold-hero-copy h1 {
  max-width: 660px;
  margin: 18px 0 0;
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: 0;
}

.gold-hero-copy p {
  max-width: 640px;
  margin: 14px 0 0;
  color: #526173;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.gold-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.gold-hero-actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 950;
}

.gold-hero-actions a:first-child {
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.gold-hero-actions a:last-child {
  border: 1px solid #dbeafe;
  background: #fff;
  color: var(--blue);
}

.gold-page:not(.silver-page) .gold-hero-actions a:first-child {
  background: linear-gradient(135deg, #d9a51e 0%, #f3c94d 48%, #b68110 100%);
  color: #201500;
  box-shadow: 0 16px 34px rgba(217, 165, 30, 0.28);
}

.gold-page:not(.silver-page) .gold-hero-actions a:last-child {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(10px);
}

.silver-page .gold-hero-actions a:first-child {
  background: linear-gradient(135deg, #dbe3ea 0%, #f8fafc 46%, #9ca8b7 100%);
  color: #0f172a;
  box-shadow: 0 16px 34px rgba(100, 116, 139, 0.24);
}

.silver-page .gold-hero-actions a:last-child {
  border-color: rgba(100, 116, 139, 0.2);
  background: rgba(255, 255, 255, 0.72);
  color: #334155;
  backdrop-filter: blur(10px);
}

.gold-market-panel {
  display: flex;
  min-height: 336px;
  flex-direction: column;
  justify-content: space-between;
  border-color: #f0d98b;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 12%, rgba(247, 215, 106, 0.35), transparent 28%),
    #fff;
  padding: 28px 32px;
}

.gold-market-panel span {
  color: #9a6b00;
  font-size: 13px;
  font-weight: 950;
}

.gold-market-panel strong {
  display: block;
  margin-top: 8px;
  font-size: 26px;
  line-height: 1.25;
}

.gold-market-panel p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.7;
}

.gold-market-panel dl {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
}

.gold-market-panel dl div {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(214, 162, 29, 0.18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 220, 0.74));
  padding: 12px 14px;
}

.gold-market-panel dt {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  background: rgba(214, 162, 29, 0.12);
  color: #9a6b00;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 950;
}

.gold-market-panel dd {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
}

.silver-market-panel {
  border-color: rgba(148, 163, 184, 0.55);
  background:
    radial-gradient(circle at 50% 12%, rgba(203, 213, 225, 0.42), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 20px 44px rgba(71, 85, 105, 0.1);
}

.silver-market-panel span {
  color: #64748b;
}

.silver-market-panel dl div {
  border-color: rgba(148, 163, 184, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #eef2f7 100%);
}

.silver-market-panel dt {
  background: rgba(100, 116, 139, 0.12);
  color: #475569;
}

.silver-market-panel dd {
  color: #0f172a;
}

.gbk-page {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 28px 20px 72px;
}

.gbk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: 24px;
  align-items: stretch;
}

.gbk-hero-copy,
.gbk-visual,
.gbk-standard-grid article,
.gbk-partner-band,
.gbk-flow-grid article {
  border: 1px solid rgba(214, 162, 29, 0.18);
  background: #fff;
  box-shadow: var(--card-shadow);
}

.gbk-hero-copy {
  min-height: 460px;
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(10, 12, 16, 0.9) 0%, rgba(10, 12, 16, 0.72) 48%, rgba(10, 12, 16, 0.24) 100%),
    url("./hero-gold-generated.png") center / cover no-repeat;
  color: #fff;
  padding: 46px 56px;
}

.gbk-hero-copy > span,
.gbk-partner-band span,
.gbk-flow-grid span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(247, 215, 106, 0.18);
  color: #f7d76a;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 950;
}

.gbk-hero-copy h1 {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: 0;
}

.gbk-hero-copy p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.75;
}

.gbk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.gbk-hero-actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 950;
}

.gbk-hero-actions a:first-child {
  background: linear-gradient(135deg, #d9a51e 0%, #f3c94d 48%, #b68110 100%);
  color: #201500;
}

.gbk-hero-actions a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(10px);
}

.gbk-visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 54% 24%, rgba(247, 215, 106, 0.34), transparent 28%),
    linear-gradient(135deg, #fffaf0 0%, #eff6ff 58%, #ecfdf5 100%);
  perspective: 1200px;
}

.gbk-glow {
  position: absolute;
  inset: 34px;
  border-radius: 32px;
  background: radial-gradient(circle, rgba(217, 165, 30, 0.26), transparent 62%);
  filter: blur(18px);
}

.gbk-phone {
  position: absolute;
  right: 42px;
  top: 38px;
  z-index: 1;
  width: 242px;
  min-height: 376px;
  border: 8px solid #f8fafc;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
  transform: rotateY(-12deg) rotateX(4deg);
}

.gbk-phone-top {
  height: 52px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  color: #9a6b00;
  font-size: 13px;
  font-weight: 950;
}

.gbk-phone-screen {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.gbk-cert-card {
  display: grid;
  gap: 7px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.88), rgba(17, 24, 39, 0.62)),
    #111827;
  color: #fff;
  padding: 18px;
}

.gbk-cert-card span {
  color: #f7d76a;
  font-size: 12px;
  font-weight: 950;
}

.gbk-cert-card strong {
  font-size: 20px;
  line-height: 1.2;
}

.gbk-cert-card small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.gbk-spec-list {
  display: grid;
  gap: 8px;
}

.gbk-spec-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(214, 162, 29, 0.16);
  border-radius: 14px;
  background: #fffaf0;
  padding: 10px 12px;
}

.gbk-spec-list span {
  color: #9a6b00;
  font-size: 12px;
  font-weight: 950;
}

.gbk-spec-list strong {
  font-size: 12px;
  white-space: nowrap;
}

.gbk-bar-stack {
  position: absolute;
  left: 34px;
  bottom: 42px;
  z-index: 2;
  width: 260px;
  height: 210px;
  transform-style: preserve-3d;
}

.gbk-bar {
  position: absolute;
  width: 190px;
  height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 24px 22px rgba(120, 80, 0, 0.28));
}

.gbk-bar-main {
  left: 42px;
  top: 8px;
  transform: rotate(-12deg) rotateY(-18deg) translateZ(46px);
}

.gbk-bar-back {
  left: 2px;
  top: 4px;
  opacity: 0.9;
  transform: rotate(10deg) rotateY(14deg) translateZ(10px);
}

.gbk-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.gbk-standard-grid article {
  display: grid;
  gap: 10px;
  border-radius: 24px;
  padding: 22px;
}

.gbk-standard-grid span {
  color: #b88711;
  font-size: 13px;
  font-weight: 950;
}

.gbk-standard-grid h2 {
  margin: 0;
  font-size: 22px;
}

.gbk-standard-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.65;
}

.gbk-standard-grid strong {
  width: fit-content;
  border-radius: 999px;
  background: #fff8dc;
  color: #9a6b00;
  padding: 8px 12px;
  font-size: 13px;
}

.gbk-partner-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 18%, rgba(247, 215, 106, 0.26), transparent 28%),
    linear-gradient(135deg, #111827 0%, #1f2937 54%, #0f172a 100%);
  color: #fff;
  padding: 34px;
}

.gbk-partner-band h2 {
  max-width: 760px;
  margin: 16px 0 0;
  font-size: 32px;
  line-height: 1.22;
}

.gbk-partner-band p {
  max-width: 820px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 750;
  line-height: 1.8;
}

.gbk-partner-band dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.gbk-partner-band dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(247, 215, 106, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  padding: 14px 16px;
}

.gbk-partner-band dt {
  color: #f7d76a;
  font-weight: 950;
}

.gbk-partner-band dd {
  margin: 0;
  font-weight: 950;
}

.gbk-flow {
  margin-top: 36px;
}

.gbk-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.gbk-flow-grid article {
  border-radius: 24px;
  padding: 24px;
}

.gbk-flow-grid span {
  background: #fff8dc;
  color: #9a6b00;
}

.gbk-flow-grid strong {
  display: block;
  margin-top: 16px;
  font-size: 18px;
}

.gbk-flow-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.7;
}

.gbk-scroll-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f8fafc 0%, #eff6ff 46%, #f8fafc 100%);
}

.gbk-scroll-section {
  display: grid;
  width: min(100%, 1280px);
  min-height: max(760px, calc(100svh - 80px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 64px;
  align-items: center;
  padding: 78px 40px;
}

.gbk-scroll-section + .gbk-scroll-section {
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.gbk-section-reverse .gbk-scroll-copy {
  order: 2;
}

.gbk-section-reverse .gbk-device-scene {
  order: 1;
}

.gbk-scroll-copy {
  max-width: 580px;
}

.gbk-scroll-copy > span {
  display: inline-flex;
  width: fit-content;
  color: var(--blue);
  font-size: 18px;
  font-weight: 950;
}

.gbk-scroll-copy h1,
.gbk-scroll-copy h2 {
  margin: 24px 0 0;
  color: #030712;
  font-size: 32px;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 950;
}

.gbk-scroll-copy h1 {
  font-size: 36px;
  line-height: 1.22;
}

.gbk-scroll-copy mark {
  display: inline;
  border-radius: 10px;
  background: #dbeafe;
  color: inherit;
  padding: 0 10px 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.gbk-scroll-copy p {
  margin: 20px 0 0;
  color: #2f3745;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.gbk-scroll-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.gbk-scroll-actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 950;
}

.gbk-scroll-actions a:first-child {
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
}

.gbk-scroll-actions a:last-child {
  border: 1px solid #bfdbfe;
  background: #fff;
  color: var(--blue);
}

.gbk-device-scene {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.gbk-art-scene {
  min-height: 560px;
}

.gbk-art-scene .gbk-device,
.gbk-art-scene .gbk-floating-bar,
.gbk-art-scene .gbk-package-card {
  display: none;
}

.gbk-generated-art {
  display: block;
  width: min(560px, 100%);
  height: 560px;
  max-width: none;
  aspect-ratio: 1;
  border-radius: 32px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 28%, rgba(37, 99, 235, 0.11), transparent 42%),
    linear-gradient(145deg, #f8fbff 0%, #eaf3ff 100%);
  box-shadow: 0 34px 70px rgba(37, 99, 235, 0.15);
  transform: none;
}

.gbk-section-reverse .gbk-generated-art {
  transform: none;
}

.gbk-stats-section {
  position: relative;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(34, 199, 184, 0.22), transparent 34%),
    radial-gradient(circle at 8% 82%, rgba(37, 99, 235, 0.16), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #edf6ff 52%, #f0fdfa 100%);
  color: #0f172a;
}

.gbk-stats-section + .gbk-scroll-section {
  border-top: 0;
}

.gbk-stats-copy {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, 520px);
}

.gbk-stats-copy > span {
  color: var(--blue);
  font-size: 17px;
  font-weight: 950;
}

.gbk-stats-copy h2 {
  margin: 22px 0 0;
  color: #0f172a;
  font-size: 32px;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 950;
}

.gbk-stats-copy p {
  margin: 18px 0 0;
  color: #425066;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.62;
}

.gbk-stats-visual {
  position: static;
  min-height: 560px;
  display: grid;
  align-content: center;
}

.gbk-stats-list {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(560px, 86%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 64px;
}

.gbk-stats-list div:last-child {
  grid-column: 1 / -1;
}

.gbk-stats-list span {
  display: block;
  color: #53647c;
  font-size: 17px;
  font-weight: 850;
}

.gbk-stats-list strong {
  display: block;
  margin-top: 14px;
  color: #0f172a;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 950;
}

.gbk-stats-list small {
  display: block;
  margin-top: 12px;
  color: #718096;
  font-size: 12px;
  font-weight: 750;
}

.gbk-stats-chart {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 0;
  width: 100%;
  min-width: 0;
  height: 76%;
  opacity: 0.22;
  pointer-events: none;
}

.gbk-chart-area {
  fill: url(#gbkChartFill);
}

.gbk-chart-line {
  fill: none;
  stroke: url(#gbkChartLine);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 18px rgba(37, 99, 235, 0.2));
}

.gbk-origin-art,
.gbk-weight-art,
.gbk-secure-art {
  position: relative;
  display: grid;
  width: min(680px, 112%);
  min-height: 389px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 24%, rgba(37, 99, 235, 0.18), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #eff6ff 56%, #ecfdf5 100%);
  box-shadow: 0 34px 70px rgba(37, 99, 235, 0.15);
}

.gbk-origin-art {
  place-items: center;
  transform: translateX(4%) scale(1.02);
}

.gbk-origin-map {
  display: grid;
  width: min(78%, 420px);
  gap: 12px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(30, 64, 175, 0.72)),
    #111827;
  color: #fff;
  padding: 34px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
}

.gbk-origin-map span {
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #93c5fd;
  padding: 7px 11px;
  font-weight: 950;
}

.gbk-origin-map strong {
  font-size: 34px;
  line-height: 1.1;
}

.gbk-origin-map small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 800;
}

.gbk-origin-stats {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: grid;
  width: 230px;
  gap: 8px;
}

.gbk-origin-stats div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  padding: 11px 13px;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
}

.gbk-origin-stats span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.gbk-origin-stats strong {
  font-size: 12px;
  white-space: nowrap;
}

.gbk-weight-art {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
  padding: 42px 34px 34px;
  transform: translateX(-1%) scale(1.02);
}

.gbk-weight-art img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(120, 80, 0, 0.2));
}

.gbk-weight-art img:nth-child(2) {
  height: 300px;
}

.gbk-weight-badge {
  position: absolute;
  left: 34px;
  top: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.gbk-secure-art {
  place-items: center;
  transform: translateX(4%) scale(1.02);
}

.gbk-secure-box {
  display: grid;
  width: min(72%, 390px);
  gap: 10px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(37, 99, 235, 0.68)),
    #111827;
  color: #fff;
  padding: 34px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
}

.gbk-secure-box span {
  color: #93c5fd;
  font-weight: 950;
}

.gbk-secure-box strong {
  font-size: 40px;
  line-height: 1.05;
}

.gbk-secure-box small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 850;
}

.gbk-secure-art img {
  position: absolute;
  right: 30px;
  bottom: 22px;
  width: 220px;
  height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(120, 80, 0, 0.22));
}

.gbk-device {
  position: relative;
  z-index: 2;
  width: min(380px, 100%);
  min-height: 590px;
  border: 9px solid #f8fafc;
  border-radius: 42px;
  background: #fff;
  box-shadow:
    0 34px 70px rgba(15, 23, 42, 0.18),
    inset 0 0 0 1px #e5e7eb;
  overflow: hidden;
}

.gbk-device-large {
  transform: rotateY(-7deg) rotateX(3deg);
}

.gbk-device-bar {
  display: grid;
  height: 58px;
  place-items: center;
  border-bottom: 1px solid #edf0f4;
  color: #9a6b00;
  font-size: 13px;
  font-weight: 950;
}

.gbk-app-panel,
.gbk-source-screen,
.gbk-product-screen,
.gbk-price-card,
.gbk-auth-screen,
.gbk-delivery-screen {
  margin: 18px;
  border-radius: 24px;
}

.gold-panel {
  display: grid;
  justify-items: center;
  gap: 10px;
  background:
    radial-gradient(circle at 50% 20%, rgba(247, 215, 106, 0.44), transparent 38%),
    linear-gradient(180deg, #fff8dc, #f8fafc);
  padding: 22px 18px;
  text-align: center;
}

.gold-panel img,
.gbk-product-screen img,
.gbk-auth-screen img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(120, 80, 0, 0.18));
}

.gbk-gold-hero-chip {
  border-radius: 999px;
  background: #111827;
  color: #f7d76a;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 950;
}

.gold-panel strong,
.gbk-source-screen strong,
.gbk-product-screen strong,
.gbk-auth-screen strong {
  color: #111827;
  font-size: 22px;
  line-height: 1.2;
}

.gold-panel p,
.gbk-source-screen p,
.gbk-price-card p,
.gbk-auth-screen p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.gbk-mini-list,
.gbk-timeline,
.gbk-product-screen dl,
.gbk-delivery-screen {
  display: grid;
  gap: 10px;
  margin: 18px;
}

.gbk-mini-list div,
.gbk-timeline div,
.gbk-product-screen dl div,
.gbk-delivery-screen div {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(214, 162, 29, 0.18);
  border-radius: 16px;
  background: #fffaf0;
  padding: 12px 14px;
}

.gbk-mini-list span,
.gbk-timeline span,
.gbk-product-screen dt,
.gbk-delivery-screen span {
  color: #9a6b00;
  font-size: 12px;
  font-weight: 950;
}

.gbk-mini-list strong,
.gbk-timeline strong,
.gbk-product-screen dd,
.gbk-delivery-screen strong {
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 950;
  text-align: right;
}

.gbk-floating-bar {
  position: absolute;
  left: 4%;
  bottom: 46px;
  z-index: 3;
  width: 250px;
  border-radius: 28px;
  background: rgba(255, 248, 220, 0.8);
  box-shadow: 0 28px 54px rgba(15, 23, 42, 0.18);
  transform: rotate(-9deg);
}

.gbk-floating-bar img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: contain;
  padding: 22px;
  filter: drop-shadow(0 22px 22px rgba(120, 80, 0, 0.22));
}

.gbk-source-screen {
  display: grid;
  gap: 8px;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(31, 41, 55, 0.72)),
    #111827;
  color: #fff;
  padding: 24px;
}

.gbk-source-screen span {
  color: #f7d76a;
  font-size: 13px;
  font-weight: 950;
}

.gbk-source-screen strong {
  color: #fff;
}

.gbk-source-screen p {
  color: rgba(255, 255, 255, 0.76);
}

.gbk-product-screen {
  display: grid;
  justify-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #fff, #fff8dc);
  padding: 20px;
  text-align: center;
}

.gbk-product-screen dl {
  width: 100%;
  margin: 12px 0 0;
}

.gbk-price-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 18px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

.gbk-price-board div {
  display: grid;
  gap: 7px;
  padding: 16px;
  background: #fff;
  text-align: center;
}

.gbk-price-board div + div {
  border-left: 1px solid #e5e7eb;
}

.gbk-price-board span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.gbk-price-board strong {
  font-size: 18px;
  font-weight: 950;
}

.gbk-price-board small {
  color: #ef4444;
  font-weight: 950;
}

.gbk-price-card {
  display: grid;
  gap: 8px;
  background: #111827;
  color: #fff;
  padding: 22px;
}

.gbk-price-card span {
  color: #f7d76a;
  font-size: 12px;
  font-weight: 950;
}

.gbk-price-card strong {
  font-size: 21px;
}

.gbk-auth-screen {
  display: grid;
  position: relative;
  justify-items: center;
  gap: 10px;
  background:
    radial-gradient(circle at 50% 16%, rgba(247, 215, 106, 0.5), transparent 32%),
    linear-gradient(180deg, #111827, #020617);
  color: #fff;
  padding: 28px 18px 24px;
  text-align: center;
}

.gbk-auth-screen strong {
  color: #fff;
}

.gbk-auth-screen p {
  color: rgba(255, 255, 255, 0.72);
}

.gbk-seal {
  position: absolute;
  left: 18px;
  top: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d9a51e, #f3c94d);
  color: #201500;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 950;
}

.gbk-delivery-screen button {
  min-height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d9a51e 0%, #f3c94d 48%, #b68110 100%);
  color: #201500;
  font-weight: 950;
}

.gbk-package-card {
  position: absolute;
  right: 4%;
  bottom: 30px;
  z-index: 3;
  display: grid;
  gap: 8px;
  width: 230px;
  border-radius: 24px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.18);
  text-align: center;
}

.gbk-package-card img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.gbk-package-card span {
  color: #9a6b00;
  font-size: 13px;
  font-weight: 950;
}

.gold-info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.gold-info-strip article {
  border-radius: 24px;
  padding: 22px;
}

.gold-info-strip span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.gold-info-strip strong {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

.gold-info-strip p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.gold-products-section {
  margin-top: 54px;
}

.gold-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.gold-guide {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  margin-top: 54px;
  border-radius: 32px;
  padding: 34px;
}

.gold-guide h2 {
  margin: 14px 0 0;
  font-size: 30px;
  line-height: 1.25;
}

.gold-guide p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.7;
}

.gold-guide ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gold-guide li {
  display: grid;
  gap: 6px;
  border-radius: 18px;
  background: #f8fafc;
  padding: 16px;
}

.gold-guide li strong {
  color: var(--ink);
  font-size: 16px;
}

.gold-guide li span {
  background: transparent;
  color: var(--muted);
  padding: 0;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .gold-hero,
  .gold-guide,
  .gbk-hero,
  .gbk-partner-band {
    grid-template-columns: 1fr;
  }

  .gold-product-grid,
  .gbk-standard-grid,
  .gbk-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gbk-visual {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .gbk-page {
    padding: 28px 20px 64px;
  }

  .gbk-hero-copy,
  .gbk-visual,
  .gbk-partner-band {
    border-radius: 24px;
  }

  .gbk-hero-copy {
    min-height: auto;
    padding: 32px 22px;
  }

  .gbk-hero-copy h1 {
    font-size: 30px;
  }

  .gbk-hero-copy p {
    font-size: 15px;
  }

  .gbk-visual {
    min-height: 430px;
  }

  .gbk-phone {
    right: 22px;
    top: 28px;
    width: 220px;
    min-height: 350px;
  }

  .gbk-bar-stack {
    left: 10px;
    bottom: 32px;
    width: 220px;
  }

  .gbk-bar {
    width: 158px;
    height: 158px;
  }

  .gbk-standard-grid,
  .gbk-flow-grid {
    grid-template-columns: 1fr;
  }

  .gbk-partner-band {
    padding: 24px;
  }

  .gbk-partner-band h2 {
    font-size: 25px;
  }

  .gbk-scroll-section {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 46px 20px;
  }

  .gbk-stats-section {
    gap: 34px;
    padding: 54px 20px;
  }

  .gbk-stats-copy {
    justify-self: stretch;
    width: 100%;
  }

  .gbk-stats-copy h2 {
    margin-top: 18px;
    font-size: 25px;
    line-height: 1.26;
  }

  .gbk-stats-copy p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
  }

  .gbk-stats-visual {
    min-height: 360px;
  }

  .gbk-stats-list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gbk-stats-list div:last-child {
    grid-column: auto;
  }

  .gbk-stats-list strong {
    margin-top: 9px;
    font-size: 30px;
  }

  .gbk-stats-chart {
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    min-width: 0;
    height: 72%;
    opacity: 0.22;
  }

  .gbk-section-reverse .gbk-scroll-copy,
  .gbk-section-reverse .gbk-device-scene {
    order: initial;
  }

  .gbk-scroll-copy h1,
  .gbk-scroll-copy h2 {
    margin-top: 18px;
    font-size: 24px;
    line-height: 1.24;
  }

  .gbk-scroll-copy h1 {
    font-size: 27px;
  }

  .gbk-scroll-copy p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.62;
  }

  .gbk-scroll-actions {
    width: 100%;
    margin-top: 24px;
  }

  .gbk-scroll-actions a {
    flex: 1 1 140px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  .gbk-device-scene {
    min-height: auto;
  }

  .gbk-art-scene {
    min-height: 280px;
  }

  .gbk-generated-art,
  .gbk-section-reverse .gbk-generated-art,
  .gbk-origin-art,
  .gbk-weight-art,
  .gbk-secure-art {
    width: 100%;
    height: min(360px, 86vw);
    min-height: 0;
    border-radius: 22px;
    object-fit: contain;
    transform: none;
  }

  .gbk-origin-map,
  .gbk-secure-box {
    width: 78%;
    padding: 22px;
    border-radius: 22px;
  }

  .gbk-origin-map strong,
  .gbk-secure-box strong {
    font-size: 24px;
  }

  .gbk-origin-stats {
    right: 16px;
    bottom: 16px;
    width: 190px;
  }

  .gbk-weight-art {
    gap: 4px;
    padding: 48px 16px 18px;
  }

  .gbk-weight-art img,
  .gbk-weight-art img:nth-child(2) {
    height: 190px;
  }

  .gbk-weight-badge {
    left: 16px;
    top: 16px;
    padding: 8px 12px;
  }

  .gbk-secure-art img {
    right: 10px;
    bottom: 6px;
    width: 130px;
    height: 130px;
  }

  .gbk-device {
    width: min(315px, 100%);
    min-height: 510px;
    border-radius: 36px;
  }

  .gbk-device-large {
    transform: none;
  }

  .gbk-floating-bar {
    left: 0;
    bottom: 24px;
    width: 160px;
  }

  .gbk-floating-bar img {
    height: 150px;
    padding: 16px;
  }

  .gbk-package-card {
    right: 0;
    bottom: 18px;
    width: 160px;
  }

  .gbk-package-card img {
    height: 96px;
  }

  .gold-hero-copy {
    min-height: 389px;
    border-radius: 24px;
    padding: 30px 22px;
  }

  .gold-hero-copy h1 {
    font-size: 30px;
  }

  .gold-market-panel,
  .gold-guide {
    border-radius: 24px;
    padding: 22px;
  }

  .gold-market-panel {
    min-height: 351px;
  }

  .gold-info-strip {
    grid-template-columns: 1fr;
  }

  .gold-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .packaging-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .packaging-product-card {
    border-radius: 18px;
  }

  .packaging-product-card img {
    aspect-ratio: 1;
    padding: 10px;
  }

  .packaging-product-card > div {
    padding: 14px;
  }

  .packaging-product-card h3 {
    font-size: 14px;
    line-height: 1.35;
  }

  .packaging-product-card p {
    font-size: 12px;
  }

  .packaging-product-card dl {
    margin-top: 10px;
  }

  .packaging-product-card dl div {
    display: grid;
    gap: 3px;
    padding: 8px;
  }

  .packaging-product-card dt,
  .packaging-product-card dd {
    font-size: 11px;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .packaging-trust-band {
    grid-template-columns: 1fr;
  }

  .packaging-trust-band article {
    width: 100%;
  }

  .packaging-hero-copy {
    padding: 32px 14px;
  }

  .packaging-detail-panel {
    padding: 22px 14px;
  }

  .packaging-hero-copy p,
  .packaging-detail-copy p {
    font-size: 13px;
    line-height: 1.62;
  }
}
