/* Peddlo premium public site: shared public-page finish layer */

:root {
  --p-cream: #f6f3ee;
  --p-pearl: #faf8f4;
  --p-stone: #ece7de;
  --p-navy: #10202e;
  --p-ink: #142235;
  --p-graphite: #243447;
  --p-teal: #0f8b8d;
  --p-teal-dark: #126e72;
  --p-gold: #c6a15b;
  --p-champagne: #d8b16a;
}

body {
  background: var(--p-cream) !important;
  color: var(--p-ink) !important;
}

.p-site {
  background: var(--p-cream) !important;
  overflow-x: clip;
}

.p-wrap {
  width: min(1160px, calc(100% - 44px)) !important;
}

.p-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  min-height: 80px !important;
  padding: 14px clamp(18px, 4.5vw, 52px) !important;
  border-bottom: 1px solid rgba(20, 34, 53, .08) !important;
  background: rgba(250, 248, 244, .92) !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 42px rgba(20, 34, 53, .045) !important;
}

.p-brand {
  min-width: auto !important;
}

.p-brand img {
  width: 42px !important;
  height: 42px !important;
  filter: drop-shadow(0 10px 18px rgba(15, 139, 141, .16)) !important;
}

.p-brand strong {
  color: var(--p-ink) !important;
  font-size: 1.08rem !important;
}

.p-brand small {
  color: var(--p-gold) !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.p-nav {
  gap: 4px !important;
  flex-wrap: nowrap !important;
}

.p-nav a {
  padding: 8px 11px !important;
  color: rgba(20, 34, 53, .76) !important;
  font-size: .82rem !important;
  font-weight: 760 !important;
}

.p-nav a:hover,
.p-nav a[aria-current="page"] {
  color: var(--p-teal-dark) !important;
  background: linear-gradient(135deg, rgba(216, 177, 106, .18), rgba(15, 139, 141, .09)) !important;
  box-shadow: inset 0 0 0 1px rgba(198, 161, 91, .12) !important;
}

.language-selector {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
}

.language-selector label,
.language-selector small {
  display: none !important;
}

.language-selector select {
  min-width: 110px !important;
  height: 36px !important;
  border: 1px solid rgba(198, 161, 91, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .76) !important;
  color: var(--p-graphite) !important;
  padding: 0 12px !important;
  font-size: .82rem !important;
}

.p-hero {
  min-height: auto !important;
  padding: clamp(42px, 5vw, 64px) 0 clamp(40px, 4.7vw, 58px) !important;
  background:
    radial-gradient(circle at 74% 28%, rgba(15, 139, 141, .16), transparent 28%),
    radial-gradient(circle at 12% 12%, rgba(216, 177, 106, .22), transparent 28%),
    linear-gradient(130deg, #fbf8f1 0%, #f4ecde 56%, #edf4ef 100%) !important;
}

.p-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.02fr) !important;
  gap: clamp(42px, 7vw, 82px) !important;
  align-items: center !important;
}

.p-pill,
.p-kicker {
  display: inline-flex !important;
  width: max-content !important;
  align-items: center !important;
  border: 1px solid rgba(198, 161, 91, .48) !important;
  border-radius: 999px !important;
  background: rgba(255, 246, 224, .78) !important;
  color: #9a6816 !important;
  padding: 7px 13px !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  letter-spacing: .17em !important;
  text-transform: uppercase !important;
}

.p-hero h1 {
  max-width: 670px !important;
  margin: 20px 0 20px !important;
  color: var(--p-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(3.25rem, 5.7vw, 5.7rem) !important;
  line-height: .96 !important;
  letter-spacing: -.055em !important;
}

.p-hero-copy p {
  max-width: 570px !important;
  color: var(--p-graphite) !important;
  font-size: 1.06rem !important;
  line-height: 1.75 !important;
}

.hero-secondary-line {
  display: inline-block;
  margin-top: 12px;
  color: rgba(36, 52, 71, .82);
}

.p-actions {
  gap: 14px !important;
  margin-top: 28px !important;
}

.p-btn {
  min-height: 48px !important;
  border-radius: 14px !important;
  padding: 0 22px !important;
}

.p-btn-primary {
  border: 1px solid rgba(15, 139, 141, .2) !important;
  background: linear-gradient(135deg, var(--p-teal), var(--p-teal-dark)) !important;
  color: white !important;
  box-shadow: 0 16px 34px rgba(15, 139, 141, .24) !important;
}

.p-btn-secondary {
  border: 1px solid rgba(20, 34, 53, .14) !important;
  background: rgba(255, 255, 255, .82) !important;
  color: var(--p-ink) !important;
  box-shadow: 0 12px 28px rgba(20, 34, 53, .07) !important;
}

.premium-bag-visual {
  min-height: 410px !important;
  display: grid !important;
  place-items: center !important;
}

.p-visual-card {
  position: relative;
  width: min(100%, 540px);
  height: 392px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 34px;
  background:
    radial-gradient(circle at 68% 28%, rgba(15, 139, 141, .16), transparent 28%),
    linear-gradient(145deg, rgba(255, 253, 248, .92), rgba(236, 231, 222, .72));
  box-shadow: 0 34px 84px rgba(20, 34, 53, .13);
}

.p-orbit {
  position: absolute;
  border: 1px solid rgba(198, 161, 91, .36);
  border-radius: 999px;
}

.p-orbit-one {
  width: 420px;
  height: 210px;
  left: 54px;
  top: 132px;
  transform: rotate(-12deg);
}

.p-orbit-two {
  width: 330px;
  height: 165px;
  left: 104px;
  top: 158px;
  border-color: rgba(15, 139, 141, .3);
  transform: rotate(18deg);
}

.p-shopping-bag {
  position: absolute;
  border-radius: 28px 28px 22px 22px;
}

.p-bag-back {
  width: 170px;
  height: 202px;
  right: 62px;
  top: 132px;
  z-index: 2;
  background: linear-gradient(145deg, rgba(18, 110, 114, .66), rgba(55, 92, 121, .76));
  box-shadow: 0 24px 50px rgba(20, 34, 53, .18);
}

.p-bag-front {
  width: 238px;
  height: 260px;
  left: 154px;
  top: 70px;
  z-index: 4;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #10202e, #152d42);
  box-shadow: 0 34px 70px rgba(16, 32, 46, .28);
}

.p-bag-handle {
  position: absolute;
  left: 50%;
  top: -31px;
  width: 84px;
  height: 54px;
  transform: translateX(-50%);
  border: 7px solid rgba(216, 177, 106, .86);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.p-bag-mark {
  color: #f7e0ac;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -.05em;
  text-shadow: 0 0 24px rgba(216, 177, 106, .22);
}

.p-visual-dot {
  position: absolute;
  z-index: 5;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--p-champagne);
  box-shadow: 0 0 22px rgba(216, 177, 106, .58);
}

.p-dot-one { left: 62px; top: 142px; }
.p-dot-two { right: 82px; top: 126px; background: #22b9b3; }
.p-dot-three { right: 138px; bottom: 80px; }

.p-visual-caption {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 6;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
  white-space: nowrap;
  border: 1px solid rgba(198, 161, 91, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 36px rgba(20, 34, 53, .1);
  padding: 13px 22px;
  font-weight: 900;
}

.p-visual-caption strong { color: var(--p-ink); }
.p-visual-caption span { color: var(--p-teal-dark); }

.market-power,
.category-showcase {
  background: var(--p-pearl) !important;
}

.market-power {
  padding: 58px 0 !important;
}

.market-power-grid,
.p-section-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr) !important;
  gap: clamp(30px, 5vw, 62px) !important;
  align-items: start !important;
}

.market-power-copy h2,
.section-head h2,
.p-section h2 {
  color: var(--p-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  letter-spacing: -.04em !important;
}

.market-power-cards,
.p-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: auto !important;
  max-width: none !important;
}

.market-power-cards article,
.p-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  border: 1px solid rgba(198, 161, 91, .2) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 16px 36px rgba(20, 34, 53, .06) !important;
  padding: 22px !important;
}

.market-power-cards h3,
.p-card h3 {
  color: var(--p-ink) !important;
  font-size: 1.03rem !important;
}

.market-power-cards p,
.p-card p {
  color: rgba(36, 52, 71, .78) !important;
  line-height: 1.65 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}

.category-showcase {
  padding: 34px 0 58px !important;
}

.compact-head {
  text-align: center !important;
  max-width: 680px !important;
  margin: 0 auto 20px !important;
}

.shopping-area-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
}

.shopping-area-list span {
  border: 1px solid rgba(198, 161, 91, .22) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .68) !important;
  color: var(--p-graphite) !important;
  padding: 10px 14px !important;
  font-size: .9rem !important;
  font-weight: 760 !important;
}

.p-global-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 60%, rgba(15, 139, 141, .22), transparent 28%),
    linear-gradient(135deg, #10202e, #071827);
  color: white;
}

.p-map {
  position: relative;
  min-height: 430px;
}

.p-map-field {
  position: absolute;
  inset: 34px 38px;
  overflow: hidden;
  border: 1px solid rgba(216, 177, 106, .12);
  border-radius: 48% / 50%;
  background:
    radial-gradient(circle at 52% 47%, rgba(216, 177, 106, .2), transparent 18%),
    radial-gradient(circle at 68% 40%, rgba(15, 139, 141, .24), transparent 28%),
    radial-gradient(circle at 30% 60%, rgba(15, 139, 141, .18), transparent 30%),
    radial-gradient(rgba(250, 248, 244, .52) 1px, transparent 1.8px);
  background-size: auto, auto, 8px 8px;
  mask-image: radial-gradient(ellipse at center, #000 55%, transparent 83%);
  box-shadow:
    inset 0 0 70px rgba(15, 139, 141, .22),
    inset 0 0 120px rgba(7, 24, 39, .7),
    0 22px 70px rgba(0, 0, 0, .18);
}

.p-map-field::before,
.p-map-field::after {
  content: "";
  position: absolute;
  inset: 18px 22px;
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(rgba(250, 248, 244, .78) 1px, transparent 1.9px);
  background-size: 8px 8px;
  opacity: .84;
}

.p-map-field::before {
  mask-image:
    radial-gradient(ellipse at 18% 42%, #000 0 15%, transparent 27%),
    radial-gradient(ellipse at 34% 34%, #000 0 13%, transparent 25%),
    radial-gradient(ellipse at 45% 62%, #000 0 15%, transparent 27%),
    radial-gradient(ellipse at 62% 38%, #000 0 17%, transparent 30%),
    radial-gradient(ellipse at 77% 54%, #000 0 18%, transparent 30%);
}

.p-map-field::after {
  inset: 38px 50px 46px;
  background-size: 6px 6px;
  opacity: .58;
  mask-image:
    radial-gradient(ellipse at 24% 62%, #000 0 12%, transparent 24%),
    radial-gradient(ellipse at 54% 26%, #000 0 11%, transparent 23%),
    radial-gradient(ellipse at 86% 34%, #000 0 10%, transparent 22%);
}

.p-map-globe {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.p-globe-rim,
.p-globe-line {
  fill: none;
  stroke: rgba(250, 248, 244, .18);
  stroke-width: 1.2;
}

.p-globe-line {
  stroke: rgba(15, 139, 141, .2);
}

.p-continent {
  fill: rgba(250, 248, 244, .1);
  stroke: rgba(250, 248, 244, .16);
  stroke-width: 1;
  filter: drop-shadow(0 0 16px rgba(15, 139, 141, .14));
}

.p-globe-route {
  fill: none;
  stroke: rgba(216, 177, 106, .54);
  stroke-width: 1.4;
  stroke-linecap: round;
}

.p-map-node {
  position: absolute;
  z-index: 5;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #f1c76d;
  box-shadow:
    0 0 18px rgba(241, 199, 109, .95),
    0 0 38px rgba(216, 177, 106, .38);
}

.p-map-node::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(241, 199, 109, .26);
  border-radius: inherit;
}

.n1 { left: 14%; top: 52%; }
.n2 { left: 24%; top: 34%; }
.n3 { left: 31%; top: 70%; }
.n4 { left: 43%; top: 45%; }
.n5 { left: 52%; top: 27%; }
.n6 { left: 61%; top: 55%; }
.n7 { left: 72%; top: 38%; }
.n8 { left: 82%; top: 62%; }
.n9 { left: 88%; top: 31%; }
.n10 { left: 66%; top: 76%; }
.n11 { left: 19%; top: 68%; }
.n12 { left: 38%; top: 25%; }
.n13 { left: 77%; top: 72%; }
.n14 { left: 92%; top: 48%; }

.p-map-arc {
  position: absolute;
  z-index: 4;
  height: 120px;
  border-top: 1.4px solid rgba(216, 177, 106, .54);
  border-radius: 50%;
  transform-origin: left center;
  filter: drop-shadow(0 0 8px rgba(216, 177, 106, .18));
}

.a1 { left: 15%; top: 51%; width: 240px; transform: rotate(-18deg); }
.a2 { left: 25%; top: 36%; width: 330px; transform: rotate(12deg); }
.a3 { left: 43%; top: 46%; width: 290px; transform: rotate(-15deg); }
.a4 { left: 53%; top: 30%; width: 260px; transform: rotate(16deg); }
.a5 { left: 62%; top: 57%; width: 210px; transform: rotate(-12deg); }
.a6 { left: 19%; top: 68%; width: 205px; transform: rotate(-27deg); }
.a7 { left: 32%; top: 29%; width: 245px; transform: rotate(25deg); }
.a8 { left: 58%; top: 72%; width: 230px; transform: rotate(-18deg); }
.a9 { left: 73%; top: 44%; width: 145px; transform: rotate(20deg); }

.p-global-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 72px);
}

.p-global-copy span {
  color: var(--p-champagne);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .2em;
}

.p-global-copy h2 {
  max-width: 500px;
  margin: 18px 0;
  color: #fff7e5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.4vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.p-global-copy i {
  width: 46px;
  height: 2px;
  margin-bottom: 22px;
  background: var(--p-champagne);
}

.p-global-copy p {
  max-width: 510px;
  color: rgba(250, 248, 244, .82);
  font-size: 1.04rem;
  line-height: 1.75;
}

.p-benefits {
  background: linear-gradient(180deg, var(--p-pearl), var(--p-stone));
  padding: 48px 0 58px;
}

.p-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.p-benefit-grid article {
  text-align: center;
  padding: 18px 30px;
  border-right: 1px solid rgba(20, 34, 53, .08);
}

.p-benefit-grid article:last-child {
  border-right: 0;
}

.p-benefit-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin: 0 auto 18px;
  border: 1px solid rgba(198, 161, 91, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .64);
  color: var(--p-teal-dark);
}

.p-benefit-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p-benefit-grid article:nth-child(even) .p-benefit-icon {
  color: #9a6816;
  border-color: rgba(198, 161, 91, .3);
  background: rgba(255, 246, 224, .62);
}

.p-benefit-grid h3 {
  margin: 0 0 10px;
  color: var(--p-ink);
  font-size: 1.12rem;
}

.p-benefit-grid p {
  margin: 0;
  color: rgba(36, 52, 71, .76);
  line-height: 1.62;
}

.p-section,
.legal-section,
.contact-panel,
.interaction-section {
  background: var(--p-pearl) !important;
}

.p-section {
  padding: 50px 0 !important;
}

body:not(.page-home) .p-hero {
  padding: clamp(34px, 4.2vw, 54px) 0 clamp(30px, 4vw, 48px) !important;
}

body:not(.page-home) .p-hero-grid {
  grid-template-columns: minmax(0, 760px) !important;
  gap: 0 !important;
}

body:not(.page-home) .premium-bag-visual {
  display: none !important;
}

body:not(.page-home) .p-hero h1 {
  max-width: 760px !important;
  font-size: clamp(2.5rem, 4.2vw, 4.6rem) !important;
  line-height: 1 !important;
}

body:not(.page-home) .p-hero-copy p {
  max-width: 720px !important;
}

body:not(.page-home) .p-card-grid,
.flow-section .p-card-grid,
.role-section .p-card-grid,
.trust-section .p-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
  gap: 16px !important;
}

.flow-section .p-card::before,
.flow-section .p-card::after,
.role-section .p-card::before,
.role-section .p-card::after,
.trust-section .p-card::before,
.trust-section .p-card::after {
  display: none !important;
  content: none !important;
}

html body .p-card::before,
html body .p-card::after,
html body.page-how-it-works .flow-section .p-card::before,
html body.page-how-it-works .flow-section .p-card::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body:not(.page-home) .p-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

body:not(.page-home) .p-section .p-card,
body:not(.page-home) .flow-section .p-card,
body:not(.page-home) .role-section .p-card,
body:not(.page-home) .trust-section .p-card,
body.page-how-it-works .p-section .p-card,
body.page-how-it-works .flow-section .p-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.page-buyers .p-card-grid,
.page-sellers .p-card-grid,
.page-trust .p-card-grid,
.page-trust-governance .p-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.page-how-it-works .p-section-grid {
  grid-template-columns: minmax(250px, .46fr) minmax(0, 1fr) !important;
  align-items: start !important;
}

.page-how-it-works .p-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: auto !important;
  max-width: none !important;
  justify-self: stretch !important;
}

.page-how-it-works .p-card {
  padding: 20px !important;
}

.page-questions .p-section {
  padding: 36px 0 !important;
}

.page-questions .p-section-grid {
  grid-template-columns: minmax(250px, .52fr) minmax(0, 1fr) !important;
  align-items: start !important;
}

.page-questions .p-card-grid {
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.page-questions .p-card {
  border-radius: 18px !important;
  padding: 18px 20px !important;
  background: rgba(255, 255, 255, .68) !important;
}

.page-questions .p-card h3 {
  font-size: 1rem !important;
}

.page-questions .p-card p {
  line-height: 1.55 !important;
}

.page-sign-in .interaction-hero {
  padding: clamp(38px, 5vw, 58px) 0 clamp(24px, 4vw, 40px) !important;
  background:
    radial-gradient(circle at 78% 16%, rgba(15, 139, 141, .14), transparent 30%),
    linear-gradient(135deg, #fbf8f1, #f1eadf) !important;
}

.page-sign-in .interaction-hero h1 {
  color: var(--p-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(2.6rem, 4.2vw, 4.5rem) !important;
}

.page-sign-in .interaction-hero p {
  max-width: 760px;
  color: rgba(36, 52, 71, .78) !important;
}

.page-sign-in .interaction-section {
  padding: 36px 0 58px !important;
}

.page-sign-in .access-heading {
  max-width: 960px !important;
}

.page-sign-in .access-heading h2 {
  font-family: Georgia, "Times New Roman", serif !important;
  color: var(--p-ink) !important;
}

.page-sign-in .route-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 860px !important;
}

.page-sign-in .route-cards a {
  min-height: 94px;
  border-radius: 18px !important;
}

.access-lanes {
  grid-template-columns: minmax(250px, .88fr) minmax(320px, 1.15fr) minmax(250px, .78fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

.access-lane {
  border-radius: 22px !important;
  padding: 22px !important;
}

.access-lane h3 {
  font-family: Georgia, "Times New Roman", serif !important;
  color: var(--p-ink) !important;
  font-size: 1.42rem !important;
}

.access-lane .form-intro {
  min-height: 44px;
  color: rgba(36, 52, 71, .72) !important;
}

.seller-access-form {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.sign-in-lane {
  align-content: start !important;
}

.category-choice-field.category-combobox,
.support-region-field {
  grid-column: 1 / -1 !important;
}

.category-choice-field.category-combobox {
  border-radius: 18px !important;
  padding: 16px !important;
  background: rgba(255, 255, 255, .78) !important;
  border: 1px solid rgba(198, 161, 91, .24) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7) !important;
}

.category-choice-field legend {
  color: var(--p-ink) !important;
  font-weight: 900 !important;
}

.category-search-label input {
  margin-top: 4px !important;
}

.category-multiselect,
.region-multiselect {
  max-height: 170px !important;
  min-height: 124px !important;
  border-radius: 14px !important;
  background: #fffdf8 !important;
}

.support-region-field .region-multiselect {
  margin-top: 7px !important;
}

.p-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  padding: 26px 0 18px !important;
  border-top: 1px solid rgba(216, 177, 106, .18) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(15, 139, 141, .18), transparent 30%),
    linear-gradient(135deg, #10202e, #071827) !important;
  color: rgba(250, 248, 244, .8) !important;
}

.p-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(240px, 1.35fr) repeat(4, minmax(130px, .7fr)) !important;
  gap: 20px !important;
  align-items: start !important;
}

.footer-brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.footer-logo-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(216, 177, 106, .1);
  filter: sepia(1) saturate(2.3) hue-rotate(348deg) brightness(1.3);
  box-shadow: 0 0 24px rgba(216, 177, 106, .18);
}

.footer-wordmark {
  width: max-content;
  margin-bottom: 2px;
  color: #f1d79b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.05em;
}

.footer-brand-line {
  display: inline-flex;
  color: var(--p-champagne);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.p-footer p {
  max-width: 360px !important;
  color: rgba(250, 248, 244, .76) !important;
  line-height: 1.46 !important;
  margin: 0 !important;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.footer-social span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(216, 177, 106, .24);
  border-radius: 999px;
  color: #f1d79b;
  background: rgba(255, 255, 255, .04);
  font-size: .78rem;
  font-weight: 900;
}

.p-footer strong {
  display: block !important;
  margin-bottom: 10px !important;
  color: #f1d79b !important;
  font-size: .73rem !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

.p-footer a {
  display: block !important;
  color: rgba(250, 248, 244, .72) !important;
  line-height: 1.72 !important;
  text-decoration: none !important;
}

.p-footer a:hover {
  color: var(--p-champagne) !important;
}

.footer-copy {
  margin-top: 16px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(216, 177, 106, .16);
  color: rgba(250, 248, 244, .58);
  text-align: center;
  font-size: .82rem;
}

.legal-section {
  padding: 22px 0 !important;
}

.legal-doc {
  max-width: 940px !important;
}

.legal-clause {
  border: 1px solid rgba(198, 161, 91, .16) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .58) !important;
  box-shadow: 0 14px 36px rgba(20, 34, 53, .045) !important;
  padding: clamp(22px, 3vw, 34px) !important;
}

.legal-clause h2 {
  color: var(--p-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
  line-height: 1.22 !important;
}

.legal-clause p,
.legal-clause li {
  color: rgba(36, 52, 71, .82) !important;
  line-height: 1.74 !important;
}

.legal-clause ol {
  gap: 11px !important;
}

@media (max-width: 1120px) {
  .p-header {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: start !important;
  }

  .p-nav {
    grid-column: 1 / -1;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 920px) {
  .p-hero-grid,
  .market-power-grid,
  .p-section-grid,
  .p-global-band {
    grid-template-columns: 1fr !important;
  }

  .p-hero {
    padding-top: 48px !important;
  }

  .premium-bag-visual {
    min-height: 360px !important;
  }

  .p-visual-card {
    height: 350px;
  }

  .p-bag-front {
    left: 34%;
    top: 70px;
  }

  .p-bag-back {
    right: 10%;
    top: 128px;
  }

  .market-power-cards,
  .p-card-grid,
  .p-benefit-grid,
  .p-footer-grid,
  .access-lanes,
  .page-questions .p-section-grid,
  .page-how-it-works .p-section-grid,
  .page-sign-in .route-cards {
    grid-template-columns: 1fr !important;
  }

  .p-benefit-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(20, 34, 53, .08);
  }

  .p-map {
    min-height: 330px;
  }
}

@media (max-width: 560px) {
  .p-wrap {
    width: min(100% - 28px, 1160px) !important;
  }

  .p-header {
    position: sticky !important;
    top: 0 !important;
    padding: 10px 14px !important;
  }

  .p-nav a {
    font-size: .76rem !important;
    padding: 7px 8px !important;
  }

  .language-selector {
    justify-content: flex-end !important;
  }

  .p-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4rem) !important;
  }

  .p-visual-card {
    height: 315px;
    border-radius: 26px;
  }

  .p-bag-front {
    width: 178px;
    height: 210px;
    left: 28%;
  }

  .p-bag-back {
    width: 128px;
    height: 158px;
    right: 8%;
  }

  .p-visual-caption {
    bottom: 22px;
    max-width: calc(100% - 28px);
    white-space: normal;
    text-align: center;
  }
}

html body.page-how-it-works main section.p-section .p-section-grid {
  display: grid !important;
  grid-template-columns: minmax(250px, .46fr) minmax(0, 1fr) !important;
  column-gap: clamp(24px, 4vw, 54px) !important;
  justify-content: stretch !important;
  align-items: start !important;
  width: min(1160px, calc(100% - 44px)) !important;
  max-width: none !important;
}

html body.page-how-it-works main section.p-section .p-card-grid,
html body.page-how-it-works main section.p-section.flow-section .p-card-grid,
html body.page-how-it-works main section.p-section:not(.flow-section) .p-card-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  justify-self: stretch !important;
  transform: none !important;
}

html body.page-how-it-works main section.p-section .p-card,
html body.page-how-it-works main section.p-section.flow-section .p-card,
html body.page-how-it-works main section.p-section:not(.flow-section) .p-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 20px !important;
  transform: none !important;
}

@media (max-width: 920px) {
  html body.page-how-it-works main section.p-section .p-section-grid,
  html body.page-how-it-works main section.p-section .p-card-grid,
  html body.page-how-it-works main section.p-section.flow-section .p-card-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 28px, 1160px) !important;
  }
}
