/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/

.swap-premium-shell {
  position: relative;
}

.swap-premium-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(101, 113, 255, 0.18), transparent 45%);
  pointer-events: none;
}

.swap-premium-panel {
  position: relative;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.97), rgba(10, 10, 14, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  padding: 1.5rem;
}

.swap-hero-row {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 1.25rem;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.swap-hero-copy h2 {
  margin-top: 0.8rem;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: #fff;
}

.swap-hero-copy p {
  margin-top: 1rem;
  max-width: 700px;
  font-size: 1.04rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
}

.swap-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: rgba(101, 113, 255, 0.12);
  border: 1px solid rgba(101, 113, 255, 0.32);
  color: #c5ccff;
  padding: 0.45rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.swap-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.swap-delay-pill,
.swap-mini-stat {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.5rem 0.8rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.swap-delay-pill {
  border: 1px solid rgba(16, 185, 129, 0.28);
  background: rgba(16, 185, 129, 0.12);
  color: #a7f3d0;
}

.swap-mini-stat {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  color: rgba(255,255,255,0.8);
}

.swap-summary-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1.5rem;
  padding: 1.25rem;
}

.swap-summary-label {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.swap-summary-value {
  margin-top: 0.6rem;
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  color: #fff;
}

.swap-summary-fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.72);
}

.swap-summary-fee strong {
  color: #c5ccff;
  font-size: 1.2rem;
}

.swap-main-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.swap-form-card {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  border-radius: 1.5rem;
  padding: 1.25rem;
}

.swap-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.swap-form-header h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
}

.swap-form-header span {
  border-radius: 9999px;
  background: rgba(101,113,255,0.12);
  border: 1px solid rgba(101,113,255,0.2);
  color: #dfe3ff;
  padding: 0.38rem 0.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.swap-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.swap-label {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.8rem;
  font-weight: 600;
}

.swap-input {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  color: #fff;
  padding: 0.9rem 1rem;
  transition: all 0.2s ease;
}

.swap-input:focus {
  outline: none;
  border-color: rgba(101, 113, 255, 0.9);
  box-shadow: 0 0 0 3px rgba(101, 113, 255, 0.16);
}

.swap-textarea {
  min-height: 120px;
  resize: vertical;
}

.swap-submit-btn {
  margin-top: 1rem;
  width: 100%;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(135deg, #6571ff, #8d5cf6);
  color: #fff;
  font-weight: 800;
  padding: 1rem 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.swap-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(101, 113, 255, 0.3);
  filter: brightness(1.06);
}

.swap-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.swap-side-box {
  border-radius: 1.3rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  padding: 1.2rem;
}

.swap-fee-box {
  background: linear-gradient(135deg, rgba(101,113,255,0.12), rgba(255,255,255,0.02));
  border-color: rgba(101,113,255,0.22);
}

.swap-side-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

.swap-side-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.9rem;
  color: rgba(255,255,255,0.74);
}

.swap-side-row--highlight {
  padding-top: 0.8rem;
  margin-top: 0.8rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.swap-side-row strong {
  color: #c5ccff;
  font-size: 1.15rem;
}

.swap-terms-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.75rem;
  color: rgba(255,255,255,0.72);
}

.swap-terms-list li {
  position: relative;
  padding-left: 1rem;
}

.swap-terms-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6571ff;
}

@media (max-width: 980px) {
  .swap-hero-row,
  .swap-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .swap-premium-panel {
    padding: 1rem;
  }

  .swap-form-grid {
    grid-template-columns: 1fr;
  }

  .swap-hero-copy h2 {
    font-size: 2.5rem;
  }
}

:root {
  --theme-ink: #0d1117;
  --theme-panel: rgba(20, 27, 35, 0.88);
  --theme-line: rgba(148, 163, 184, 0.16);
  --theme-cyan: #55d6be;
  --theme-amber: #f5c36a;
}

body {
  background-image: radial-gradient(circle at 15% 0%, rgba(85, 214, 190, 0.1), transparent 32rem), linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 40%);
  color: rgb(var(--cl-t-primary));
}

#app > div > header > div,
#app > footer {
  border-color: var(--theme-line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}

[data-component-id="products"] > div > div:last-child > div > a,
[data-component-id="products-page"] > div > div:last-child > div > a {
  border-color: var(--theme-line);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

[data-component-id="products"] > div > div:last-child > div > a:hover,
[data-component-id="products-page"] > div > div:last-child > div > a:hover {
  border-color: rgba(85, 214, 190, 0.5);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.swap-page {
  max-width: 76rem;
  margin: 0 auto;
  padding: 4rem 0 2rem;
}

.swap-page__intro { max-width: 48rem; margin-bottom: 2rem; }
.swap-page__intro h1 { margin: .65rem 0 1rem; font-size: clamp(2.6rem, 7vw, 5.4rem); line-height: .98; font-weight: 900; letter-spacing: 0; }
.swap-page__intro > p:last-child { max-width: 38rem; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.7; }
.swap-eyebrow { margin: 0; color: var(--theme-cyan); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.swap-warning { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; align-items: center; margin-bottom: 1.5rem; padding: 1rem 1.2rem; border: 1px solid rgba(245,195,106,.38); border-radius: .75rem; background: rgba(245,195,106,.1); color: rgba(255,255,255,.82); }
.swap-warning strong { color: var(--theme-amber); font-size: .75rem; letter-spacing: .12em; }
.swap-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(19rem, .9fr); gap: 1.25rem; align-items: start; }
.swap-panel { padding: 1.35rem; border: 1px solid var(--theme-line); border-radius: 1rem; background: var(--theme-panel); box-shadow: 0 20px 55px rgba(0,0,0,.16); }
.swap-panel + .swap-panel { margin-top: 1.25rem; }
.swap-panel__heading { display:flex; justify-content:space-between; gap: 1rem; align-items: start; padding-bottom: 1.1rem; border-bottom: 1px solid var(--theme-line); }
.swap-panel h2 { margin: .4rem 0 0; font-size: 1.45rem; font-weight: 800; letter-spacing: 0; }
.swap-status { padding: .4rem .65rem; border: 1px solid rgba(85,214,190,.3); border-radius: 999px; color: var(--theme-cyan); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.swap-fields { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1.25rem 0; }
.swap-fields label { display:grid; gap: .45rem; color: rgba(255,255,255,.78); font-size: .8rem; font-weight: 650; }
.swap-fields input { width:100%; box-sizing:border-box; padding: .8rem .9rem; border: 1px solid var(--theme-line); border-radius: .65rem; background: rgba(255,255,255,.035); color: #fff; transition: border-color 180ms ease, box-shadow 180ms ease; }
.swap-fields input:focus { outline: none; border-color: var(--theme-cyan); box-shadow: 0 0 0 3px rgba(85,214,190,.14); }
.swap-check { display:flex; gap:.65rem; align-items:flex-start; color:rgba(255,255,255,.68); font-size:.8rem; line-height:1.5; }
.swap-check input { margin-top:.2rem; accent-color: var(--theme-cyan); }
.swap-button { width:100%; margin-top:1.2rem; padding:.9rem 1rem; border:0; border-radius:.65rem; background:var(--theme-cyan); color:var(--theme-ink); font-weight:850; transition: transform 180ms ease, filter 180ms ease; }
.swap-button:hover { transform:translateY(-2px); filter:brightness(1.08); }
.swap-error { margin:.9rem 0 0; color:#fca5a5; font-size:.82rem; }
.swap-success { margin:.9rem 0 0; color:#a7f3d0; font-size:.82rem; }
.swap-total__rows { margin-top:1.25rem; }
.swap-total__rows > div { display:flex; justify-content:space-between; gap:1rem; padding:.75rem 0; color:rgba(255,255,255,.65); border-bottom:1px solid var(--theme-line); }
.swap-total__rows strong { color:#fff; }
.swap-total__amount strong { color:var(--theme-cyan); font-size:1.35rem; }
.swap-note, .swap-checkout-lock, .swap-security { color:rgba(255,255,255,.58); font-size:.78rem; line-height:1.6; }
.swap-note { margin:1rem 0 0; }
.swap-checkout-lock { display:grid; gap:.35rem; margin-top:1rem; padding:.85rem; border-left:3px solid var(--theme-amber); background:rgba(245,195,106,.08); }
.swap-checkout-lock strong { color:var(--theme-amber); }
.swap-steps { display:grid; gap:.7rem; margin:1.1rem 0 0; padding:0; list-style:none; }
.swap-steps li { display:flex; gap:.75rem; align-items:center; color:rgba(255,255,255,.72); font-size:.82rem; }
.swap-steps b { color:var(--theme-cyan); font-size:.7rem; letter-spacing:.08em; }
.swap-security { margin:1.25rem auto 0; max-width:50rem; text-align:center; }

@media (max-width: 800px) {
  .swap-page { padding-top: 2.5rem; }
  .swap-layout, .swap-fields { grid-template-columns: 1fr; }
  .swap-page__intro h1 { font-size: 3.4rem; }
}

/* Final storefront polish. */
body {
  background-color: #0b1110 !important;
  background-image: radial-gradient(circle at 80% 0%, rgba(85, 214, 190, .08), transparent 28rem), linear-gradient(180deg, #101916 0%, #0b1110 42%, #090d0d 100%);
}

#app { max-width: 82rem; }
#app > div > header > div:first-child { background: rgba(16, 22, 25, .84); border-radius: .8rem; }
#app > div > header > div:first-child a { transition: opacity 180ms ease; }
#app > div > header > div:first-child a:hover { opacity: .82; }
#app > div > header nav > div { padding-top: .7rem; }
#app > div > header nav a,
#app > div > header nav button { border-color: rgba(148, 163, 184, .14); border-radius: .55rem; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease; }
#app > div > header nav a:hover,
#app > div > header nav button:hover { border-color: rgba(85, 214, 190, .4); transform: translateY(-1px); }
#app > div > header nav a[href*="swap-username"] { border-color: rgba(85, 214, 190, .38); background: rgba(85, 214, 190, .1); color: var(--theme-cyan); }

.shop-intro-band { position: relative; overflow: hidden; margin: 1.5rem 0 .25rem; padding: 4.1rem 2rem 3.8rem; border: 1px solid rgba(148, 163, 184, .2); border-radius: 1rem; background: linear-gradient(110deg, rgba(18, 34, 31, .96), rgba(15, 21, 24, .86)); box-shadow: 0 24px 60px rgba(0, 0, 0, .18); }
.shop-intro-band::after { content: ""; position: absolute; right: -8rem; top: -11rem; width: 28rem; height: 28rem; border: 1px solid rgba(85, 214, 190, .14); border-radius: 50%; box-shadow: 0 0 0 3.5rem rgba(85, 214, 190, .025), 0 0 0 7rem rgba(85, 214, 190, .018); pointer-events: none; }
.shop-intro-band__content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 13rem; gap: 2rem; align-items: end; max-width: 72rem; margin: 0 auto; }
.shop-intro-band__copy { max-width: 42rem; }
.shop-intro-band__eyebrow { margin: 0; color: var(--theme-cyan); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.shop-intro-band h2 { margin: .75rem 0 1rem; max-width: 35rem; font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: .98; font-weight: 850; letter-spacing: 0; }
.shop-intro-band h2 span { color: var(--theme-cyan); }
.shop-intro-band__lead { max-width: 34rem; margin: 0; color: rgba(255, 255, 255, .66); font-size: .98rem; line-height: 1.65; }
.shop-intro-band__action { display: grid; justify-items: start; gap: .8rem; }
.shop-intro-band__service { display: flex; align-items: baseline; gap: .55rem; color: rgba(255, 255, 255, .5); }
.shop-intro-band__service strong { color: var(--theme-cyan); font-size: 2.1rem; line-height: 1; }
.shop-intro-band__service span, .shop-intro-band__action p { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.shop-intro-band__action a { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; width: 100%; padding: .9rem 1rem; border: 1px solid rgba(85, 214, 190, .35); border-radius: .55rem; background: var(--theme-cyan); color: #081310; font-size: .82rem; font-weight: 800; transition: transform 180ms ease, filter 180ms ease; }
.shop-intro-band__action a:hover { transform: translateY(-2px); filter: brightness(1.08); }
.shop-intro-band__action a span { font-size: 1rem; }
.shop-intro-band__action p { margin: 0; color: rgba(255, 255, 255, .42); line-height: 1.5; }

/* Homepage hero row (eyebrow + heading + CTA). Fixes the desktop layout where
   the button used to float, tiny and disconnected, at items-end alongside a
   tall multi-line heading. Now it's vertically centered and reads as a real CTA. */
.shop-intro-band__row { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; }
.shop-intro-band__copy { max-width: 40rem; }
.shop-intro-band__eyebrow { margin: 0; color: rgba(var(--cl-accent), 1); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.shop-intro-band__heading { margin: .6rem 0 0; font-size: 1.75rem; line-height: 1.15; font-weight: 850; color: rgb(var(--cl-t-primary)); }
.shop-intro-band__cta { display: inline-flex; flex-shrink: 0; align-items: center; gap: .6rem; padding: .95rem 1.6rem; border: none; border-radius: .8rem; background: rgb(var(--cl-accent)); color: #fff; font-size: .88rem; font-weight: 800; white-space: nowrap; box-shadow: 0 14px 32px rgba(var(--cl-accent), .32); transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.shop-intro-band__cta svg { flex-shrink: 0; }
.shop-intro-band__cta:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(var(--cl-accent), .42); filter: brightness(1.08); }
@media (min-width: 768px) {
  .shop-intro-band__row { flex-direction: row; align-items: center; justify-content: space-between; gap: 2rem; }
  .shop-intro-band__heading { font-size: clamp(2rem, 3.2vw, 2.75rem); }
}

[data-component-id="products"] > div,
[data-component-id="products-page"] > div { padding-top: 3rem; }
[data-component-id="products"] h2,
[data-component-id="products-page"] h1 { border-left-color: var(--theme-cyan); letter-spacing: 0; }
[data-component-id="products"] > div > div:last-child,
[data-component-id="products-page"] > div > div:last-child { gap: 1rem; }
[data-component-id="products"] > div > div:last-child > div > a,
[data-component-id="products-page"] > div > div:last-child > div > a { overflow: hidden; border-radius: .8rem; background: rgba(17, 24, 27, .82); }
[data-component-id="products"] > div > div:last-child > div > a img,
[data-component-id="products-page"] > div > div:last-child > div > a img { transition: transform 400ms cubic-bezier(.2,.7,.2,1), filter 400ms ease; }
[data-component-id="products"] > div > div:last-child > div > a:hover img,
[data-component-id="products-page"] > div > div:last-child > div > a:hover img { transform: scale(1.035); filter: saturate(1.08); }
[data-component-id="products"] > div > div:last-child > div > a h3,
[data-component-id="products-page"] > div > div:last-child > div > a h3 { letter-spacing: 0; }

#app > footer { margin-top: 3rem; border-radius: .8rem; background: rgba(13, 19, 20, .86); }

@media (max-width: 640px) {
  .shop-intro-band { margin-top: 1rem; padding: 3rem 1.25rem; }
  .shop-intro-band::after { right: -14rem; }
  .shop-intro-band__content { grid-template-columns: 1fr; gap: 1.8rem; }
  .shop-intro-band__action { width: min(100%, 15rem); }
  #app > div > header nav > div { gap: .5rem; }
}

.swap-direct { position: relative; max-width: 76rem; margin: 0 auto; padding: 4rem 0 2rem; overflow: hidden; }
.swap-direct::before { content: ""; position: absolute; z-index: -1; top: 0; right: -12rem; width: 32rem; height: 32rem; border: 1px solid rgba(85,214,190,.12); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(85,214,190,.025), 0 0 0 8rem rgba(85,214,190,.015); pointer-events: none; }
.swap-direct__hero { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding: 1rem 0 3.2rem; }
.swap-direct__hero-copy { max-width: 47rem; }
.swap-direct__eyebrow { margin: 0; color: var(--theme-cyan); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.swap-direct h1 { margin: .8rem 0 1.15rem; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .94; font-weight: 900; letter-spacing: 0; }
.swap-direct h1 span { color: var(--theme-cyan); }
.swap-direct__lead { max-width: 41rem; margin: 0; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.75; }
.swap-direct__trust { display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; margin-top: 1.65rem; color: rgba(255,255,255,.56); font-size: .75rem; }
.swap-direct__trust span { display: inline-flex; gap: .45rem; align-items: center; }
.swap-direct__trust b { color: var(--theme-cyan); font-size: .65rem; }
.swap-direct__hero-mark { display: grid; place-items: center; width: 10.5rem; min-width: 10.5rem; aspect-ratio: 1; border: 1px solid rgba(85,214,190,.3); border-radius: 50%; background: rgba(15,29,27,.7); box-shadow: 0 0 0 1rem rgba(85,214,190,.025); transform: rotate(8deg); }
.swap-direct__hero-mark span, .swap-direct__hero-mark small { color: rgba(255,255,255,.52); font-size: .62rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.swap-direct__hero-mark strong { margin: -.35rem 0; color: var(--theme-cyan); font-size: 2.35rem; }
.swap-direct__notice { display: flex; gap: .85rem; align-items: center; margin-bottom: 1.25rem; padding: 1rem 1.15rem; border: 1px solid rgba(245,195,106,.35); border-radius: .75rem; background: rgba(245,195,106,.08); }
.swap-direct__notice-icon { display: grid; flex: 0 0 1.8rem; place-items: center; width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--theme-amber); color: #17120a; font-weight: 900; }
.swap-direct__notice strong { color: var(--theme-amber); font-size: .73rem; letter-spacing: .12em; }
.swap-direct__notice p { margin: .25rem 0 0; color: rgba(255,255,255,.7); font-size: .8rem; }
.swap-direct__notice b { color: #fff; }
.swap-direct__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(19rem, .9fr); gap: 1.25rem; align-items: start; }
.swap-direct__panel { padding: 1.4rem; border: 1px solid var(--theme-line); border-radius: .9rem; background: rgba(16,25,27,.88); box-shadow: 0 20px 55px rgba(0,0,0,.15); }
.swap-direct__panel-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--theme-line); }
.swap-direct h2 { margin: .4rem 0 0; font-size: 1.45rem; font-weight: 800; letter-spacing: 0; }
.swap-direct__secure { padding: .4rem .65rem; border: 1px solid rgba(85,214,190,.3); border-radius: 999px; color: var(--theme-cyan); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.swap-direct__fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin: 1.3rem 0; }
.swap-direct__account-label { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-top: 1rem; color: #fff; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.swap-direct__account-label small { color: rgba(255,255,255,.42); font-size: .65rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.swap-direct__fields label { display: grid; gap: .45rem; color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 650; }
.swap-direct__fields input { width: 100%; box-sizing: border-box; padding: .85rem .9rem; border: 1px solid var(--theme-line); border-radius: .6rem; background: rgba(255,255,255,.035); color: #fff; transition: border-color 180ms ease, box-shadow 180ms ease; }
.swap-direct__fields input:focus { outline: none; border-color: var(--theme-cyan); box-shadow: 0 0 0 3px rgba(85,214,190,.13); }
.swap-direct__check { display: flex; gap: .65rem; align-items: flex-start; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.5; }
.swap-direct__check input { margin-top: .2rem; accent-color: var(--theme-cyan); }
.swap-direct__button { width: 100%; margin-top: 1.25rem; padding: .9rem 1rem; border: 0; border-radius: .6rem; background: var(--theme-cyan); color: #081310; font-weight: 850; transition: transform 180ms ease, filter 180ms ease; }
.swap-direct__button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.swap-direct__button b { margin-left: .35rem; }
.swap-direct__error { color: #fca5a5; font-size: .8rem; }
.swap-direct__success { color: #a7f3d0; font-size: .8rem; line-height: 1.5; }
.swap-direct__safe-note { margin: 1rem 0 0; padding: .8rem .9rem; border-left: 2px solid var(--theme-cyan); background: rgba(85,214,190,.06); color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.55; }
.swap-direct__safe-note b { color: var(--theme-cyan); }
.swap-direct__aside { display: grid; gap: 1.25rem; }
.swap-direct__estimate { background: linear-gradient(145deg, rgba(19,48,42,.92), rgba(15,25,27,.9)); }
.swap-direct__price { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin: 1.25rem 0 .7rem; padding-bottom: 1.15rem; border-bottom: 1px solid var(--theme-line); }
.swap-direct__price small { color: rgba(255,255,255,.58); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.swap-direct__price strong { color: var(--theme-cyan); font-size: 2.2rem; line-height: 1; }
.swap-direct__estimate dl { margin: 0; }
.swap-direct__estimate dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; color: rgba(255,255,255,.62); font-size: .82rem; }
.swap-direct__estimate dt, .swap-direct__estimate dd { margin: 0; }
.swap-direct__estimate dd { color: #fff; }
.swap-direct__estimate .swap-direct__total { margin-top: .25rem; padding-top: .85rem; border-top: 1px solid var(--theme-line); color: #fff; font-weight: 750; }
.swap-direct__estimate .swap-direct__total dd { color: var(--theme-cyan); }
.swap-direct__fineprint { margin: 1rem 0 0; color: rgba(255,255,255,.52); font-size: .72rem; line-height: 1.55; }
.swap-direct__timeline ol { display: grid; gap: .85rem; margin: 1.1rem 0 0; padding: 0; list-style: none; }
.swap-direct__timeline li { display: flex; gap: .8rem; align-items: center; color: rgba(255,255,255,.68); font-size: .8rem; line-height: 1.4; }
.swap-direct__timeline li b { color: var(--theme-cyan); font-size: .65rem; letter-spacing: .08em; }
.swap-direct__statuses { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .55rem; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--theme-line); color: rgba(255,255,255,.48); font-size: .68rem; }

/* ============================================================
   Site-wide polish: background, cards, buttons, responsiveness.
   Uses the theme's own CSS variables (--cl-accent, --cl-card)
   so it stays consistent with whatever colors are set in the
   theme customizer.
   ============================================================ */

body {
  position: relative;
  min-height: 100vh;
  background-color: rgb(var(--cl-background));
  background-image:
    radial-gradient(circle at 12% -10%, rgba(var(--cl-accent), 0.16), transparent 42%),
    radial-gradient(circle at 88% 0%, rgba(var(--cl-accent), 0.10), transparent 38%),
    radial-gradient(circle at 50% 100%, rgba(var(--cl-accent), 0.06), transparent 55%),
    radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, auto, auto, 28px 28px;
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

/* Bolder, tighter headings site-wide — closer to the big confident hero
   typography used by premium username marketplaces. */
h1, h2 {
  letter-spacing: -0.02em;
  font-weight: 800;
}

/* Small uppercase "eyebrow" style labels (badges, tags, section kickers)
   get a touch more spacing/weight so they read like a proper label. */
.uppercase {
  letter-spacing: 0.08em;
}


/* Product / group / feedback cards get a touch of depth and a subtle hover lift. */
.bg-card {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
a.group:has(.bg-card):hover .bg-card,
.bg-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  border-color: rgba(var(--cl-accent), 0.35) !important;
}

/* Buttons using the accent color get a soft glow + lift on hover for a more premium feel. */
.bg-accent-500 {
  transition: filter .18s ease, transform .18s ease, box-shadow .18s ease;
}
.bg-accent-500:hover {
  filter: brightness(1.08);
  box-shadow: 0 10px 26px rgba(var(--cl-accent), 0.35);
}

/* Smoother, more consistent focus states across text inputs / selects. */
input:not([type="checkbox"]):not([type="radio"]), select, textarea {
  transition: border-color .15s ease, box-shadow .15s ease;
}
input:not([type="checkbox"]):not([type="radio"]):focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(var(--cl-accent), 0.7) !important;
  box-shadow: 0 0 0 3px rgba(var(--cl-accent), 0.15);
}

/* Mobile refinements: comfortable tap targets, tighter spacing, no accidental horizontal scroll. */
html, body { overflow-x: hidden; }
@media (max-width: 640px) {
  button, a[role="button"], input, select {
    min-height: 2.75rem;
  }
  h1 { line-height: 1.15; }
}

/* Marketplace-style polish for product/category cards, inspired by premium
   username marketplaces: pill-shaped corner badges, bolder emphasized price. */
.badges > div {
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

[data-component-id="products"] a.group .text-accent-500,
[data-component-id="products-page"] a.group .text-accent-500,
[data-component-id="categories"] a.group .text-accent-500 {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

/* Section headings ("Browse Categories", product listing titles) read as a
   confident label with a bit more breathing room, like a section kicker. */
.border-l-accent-500 {
  padding-left: .75rem !important;
  letter-spacing: -0.01em;
}

/* ============================================================
   Top of the page: header nav bar + homepage hero band.
   Bigger, more spacious and "premium marketplace" feeling,
   closer to claimer.me / username.market.
   ============================================================ */

/* Header nav bar: subtle glass feel, slightly bolder link labels. */
#app > div > header > div:first-child {
  backdrop-filter: blur(8px);
}
#app > div > header nav a,
#app > div > header nav button {
  font-weight: 600;
}

/* Hero band: more presence, a small "live" dot before the eyebrow label
   (like the verified/status badges on premium username marketplaces). */
.shop-intro-band {
  padding: 3rem 1.75rem;
}
.shop-intro-band__eyebrow {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.shop-intro-band__eyebrow::before {
  content: "";
  display: inline-block;
  width: .4rem;
  height: .4rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(var(--cl-accent), .2);
}
.shop-intro-band__heading {
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .shop-intro-band {
    padding: 3.75rem 3rem;
  }
  .shop-intro-band__heading {
    font-size: clamp(2.25rem, 3.6vw, 3.15rem);
  }
}



.swap-direct__statuses span { display: flex; gap: .45rem; align-items: center; }
.swap-direct__statuses i { width: .4rem; height: .4rem; border-radius: 50%; background: var(--theme-cyan); opacity: .7; }
.swap-direct__footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .7rem 1.5rem; margin-top: 1.25rem; color: rgba(255,255,255,.42); font-size: .7rem; }

@media (max-width: 800px) {
  .swap-direct { padding-top: 2.5rem; }
  .swap-direct__hero { align-items: start; }
  .swap-direct__hero-mark { width: 7rem; min-width: 7rem; }
  .swap-direct__hero-mark strong { font-size: 1.6rem; }
  .swap-direct__grid, .swap-direct__fields { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .swap-direct__hero-mark { display: none; }
  .swap-direct h1 { font-size: 3.35rem; }
  .swap-direct__notice { align-items: start; }
  .swap-direct__footer { display: grid; }
  .swap-direct__account-label { display: grid; gap: .25rem; }
}

.swap-showcase { max-width: 66rem; margin: 0 auto; padding: 3.5rem 0 2rem; }
.swap-showcase__header { max-width: 44rem; margin: 0 auto 2.5rem; text-align: center; }
.swap-showcase__eyebrow { margin: 0 0 .6rem; color: var(--theme-cyan); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.swap-showcase__header h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 4.6rem); line-height: .98; font-weight: 900; }
.swap-showcase__header h1 span { color: var(--theme-cyan); }
.swap-showcase__header > p:last-child { max-width: 36rem; margin: 1rem auto 0; color: rgba(255,255,255,.62); line-height: 1.65; }
.swap-showcase__form { display: grid; gap: 1.25rem; }
.swap-showcase__calculator, .swap-showcase__details, .swap-showcase__plan { border: 1px solid var(--theme-line); border-radius: .9rem; background: rgba(16,25,27,.88); box-shadow: 0 20px 55px rgba(0,0,0,.14); }
.swap-showcase__calculator { max-width: 27rem; margin: 0 auto; padding: 1.35rem; }
.swap-showcase__calculator label, .swap-showcase__fields label { display: grid; gap: .45rem; color: rgba(255,255,255,.75); font-size: .78rem; font-weight: 650; }
.swap-showcase__calculator input, .swap-showcase__fields input { width: 100%; box-sizing: border-box; padding: .85rem .9rem; border: 1px solid var(--theme-line); border-radius: .6rem; background: rgba(255,255,255,.035); color: #fff; }
.swap-showcase__calculator input:focus, .swap-showcase__fields input:focus { outline: none; border-color: var(--theme-cyan); box-shadow: 0 0 0 3px rgba(85,214,190,.13); }
.swap-showcase__quote { display: grid; grid-template-columns: 1fr auto; gap: .35rem 1rem; margin-top: 1rem; padding: 1rem; border: 1px solid rgba(85,214,190,.2); border-radius: .65rem; background: rgba(85,214,190,.06); }
.swap-showcase__quote span { color: rgba(255,255,255,.58); font-size: .75rem; }
.swap-showcase__quote strong { color: var(--theme-cyan); font-size: 1.5rem; }
.swap-showcase__quote small { grid-column: 1 / -1; color: rgba(255,255,255,.42); font-size: .68rem; }
.swap-showcase__plans { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.swap-showcase__plan { position: relative; padding: 1.4rem; }
.swap-showcase__plan--featured { border-color: rgba(85,214,190,.55); box-shadow: 0 0 0 1px rgba(85,214,190,.16), 0 20px 55px rgba(0,0,0,.18); }
.swap-showcase__plan-icon { color: var(--theme-cyan); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.swap-showcase__plan h2 { margin: .8rem 0 .4rem; font-size: 1.25rem; }
.swap-showcase__plan > strong { color: var(--theme-cyan); font-size: 1.7rem; }
.swap-showcase__plan p { margin: .35rem 0 1rem; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.5; }
.swap-showcase__plan ul { display: grid; gap: .45rem; margin: 0; padding: 0; color: rgba(255,255,255,.68); font-size: .75rem; list-style: none; }
.swap-showcase__plan li::before { content: "+"; margin-right: .45rem; color: var(--theme-cyan); font-weight: 800; }
.swap-showcase__popular { position: absolute; top: 1rem; right: 1rem; padding: .3rem .5rem; border-radius: 999px; background: var(--theme-cyan); color: #081310; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.swap-showcase__details { padding: 1.4rem; }
.swap-showcase__section-head { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--theme-line); }
.swap-showcase__section-head h2 { margin: .3rem 0 0; font-size: 1.35rem; }
.swap-showcase__section-head > span { align-self: start; color: var(--theme-cyan); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.swap-showcase__fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin: 1.25rem 0; }
.swap-showcase__check { display: flex; gap: .6rem; color: rgba(255,255,255,.6); font-size: .76rem; line-height: 1.5; }
.swap-showcase__check input { margin-top: .2rem; accent-color: var(--theme-cyan); }
.swap-showcase__details button { width: 100%; margin-top: 1.2rem; padding: .9rem 1rem; border: 0; border-radius: .6rem; background: var(--theme-cyan); color: #081310; font-weight: 850; }
.swap-showcase__error { color: #fca5a5; font-size: .8rem; }
.swap-showcase__success { color: #a7f3d0; font-size: .8rem; }
.swap-showcase__warning { margin-top: 1.25rem; padding: 1rem 1.15rem; border: 1px solid rgba(245,195,106,.32); border-radius: .75rem; background: rgba(245,195,106,.08); }
.swap-showcase__warning strong { color: var(--theme-amber); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.swap-showcase__warning p { margin: .35rem 0 0; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.55; }
@media (max-width: 640px) { .swap-showcase { padding: 2.5rem 0 1rem; } .swap-showcase__plans, .swap-showcase__fields { grid-template-columns: 1fr; } .swap-showcase__section-head { display: grid; } }
/* ============================================================
   MIRUSTOCK — PREMIUM MARKETPLACE HEADER + HERO
   Inspired by modern username marketplaces
   ============================================================ */

/* ------------------------------------------------------------
   HEADER — GLASS / BLUR
   ------------------------------------------------------------ */

#app > div > header > div:first-child {
  position: relative;
  z-index: 50;

  background:
    linear-gradient(
      180deg,
      rgba(14, 22, 22, 0.88),
      rgba(10, 16, 16, 0.76)
    ) !important;

  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 0.9rem;

  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);

  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

/* Fine highlight at the top of the glass header */
#app > div > header > div:first-child::before {
  content: "";
  position: absolute;
  inset: 0 12% auto;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(85, 214, 190, 0.35),
    transparent
  );

  pointer-events: none;
}

/* Navigation links */
#app > div > header nav a,
#app > div > header nav button {
  position: relative;

  font-weight: 650 !important;
  letter-spacing: -0.01em;

  color: rgba(255, 255, 255, 0.72);

  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

/* Small accent line under hovered navigation items */
#app > div > header nav a::after,
#app > div > header nav button::after {
  content: "";

  position: absolute;
  left: 50%;
  bottom: -0.18rem;

  width: 0;
  height: 2px;

  border-radius: 999px;

  background: var(--theme-cyan);

  transform: translateX(-50%);
  transition: width 180ms ease;

  opacity: 0.8;
}

#app > div > header nav a:hover,
#app > div > header nav button:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.035);
}

#app > div > header nav a:hover::after,
#app > div > header nav button:hover::after {
  width: 45%;
}

/* Active / important Swap Username button */
#app > div > header nav a[href*="swap-username"] {
  color: var(--theme-cyan) !important;

  background:
    linear-gradient(
      135deg,
      rgba(85, 214, 190, 0.12),
      rgba(85, 214, 190, 0.035)
    ) !important;

  border-color: rgba(85, 214, 190, 0.32) !important;

  box-shadow:
    inset 0 0 20px rgba(85, 214, 190, 0.025);
}

#app > div > header nav a[href*="swap-username"]::after {
  display: none;
}

/* Login button — slightly stronger */
#app > div > header nav button {
  font-weight: 750 !important;
}


/* ------------------------------------------------------------
   HERO — PREMIUM MARKETPLACE STYLE
   ------------------------------------------------------------ */

.shop-intro-band {
  position: relative;
  overflow: hidden;

  /* More breathing room */
  margin-top: 1.75rem;
  padding: 5.25rem 3.5rem 5rem !important;

  border: 1px solid rgba(148, 163, 184, 0.18);

  border-radius: 1.15rem;

  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(85, 214, 190, 0.10),
      transparent 30rem
    ),
    linear-gradient(
      115deg,
      rgba(17, 34, 31, 0.97),
      rgba(12, 19, 21, 0.92)
    );

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

/* Ambient glow */
.shop-intro-band::before {
  content: "";

  position: absolute;
  left: -12rem;
  bottom: -16rem;

  width: 30rem;
  height: 30rem;

  border-radius: 50%;

  background: rgba(85, 214, 190, 0.055);

  filter: blur(50px);

  pointer-events: none;
}

/* Decorative circles */
.shop-intro-band::after {
  content: "";

  position: absolute;

  right: -9rem;
  top: -13rem;

  width: 31rem;
  height: 31rem;

  border: 1px solid rgba(85, 214, 190, 0.15);

  border-radius: 50%;

  box-shadow:
    0 0 0 4rem rgba(85, 214, 190, 0.025),
    0 0 0 8rem rgba(85, 214, 190, 0.018),
    0 0 0 12rem rgba(85, 214, 190, 0.012);

  pointer-events: none;
}


/* ------------------------------------------------------------
   HERO CONTENT
   ------------------------------------------------------------ */

.shop-intro-band__row {
  position: relative;
  z-index: 2;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 1.75rem;
}


/* ------------------------------------------------------------
   "LIVE" EYEBROW
   ------------------------------------------------------------ */

.shop-intro-band__eyebrow {
  position: relative;

  display: inline-flex !important;

  align-items: center;

  gap: 0.6rem;

  margin: 0;

  color: var(--theme-cyan) !important;

  font-size: 0.68rem !important;

  font-weight: 850 !important;

  letter-spacing: 0.19em !important;

  text-transform: uppercase;

  white-space: nowrap;
}

/* Animated live dot */
.shop-intro-band__eyebrow::before {
  content: "";

  display: inline-block;

  width: 0.48rem;
  height: 0.48rem;

  flex: 0 0 0.48rem;

  border-radius: 50%;

  background: var(--theme-cyan);

  box-shadow:
    0 0 0 0 rgba(85, 214, 190, 0.65),
    0 0 12px rgba(85, 214, 190, 0.65);

  animation: mirustock-live-pulse 2s infinite;
}

/* Outer pulse */
.shop-intro-band__eyebrow::after {
  content: "";

  position: absolute;

  left: 0.24rem;
  top: 50%;

  width: 0.48rem;
  height: 0.48rem;

  border-radius: 50%;

  background: rgba(85, 214, 190, 0.35);

  transform: translate(-50%, -50%);

  pointer-events: none;

  animation: mirustock-live-ring 2s infinite;
}

@keyframes mirustock-live-pulse {
  0%,
  100% {
    opacity: 1;

    box-shadow:
      0 0 0 0 rgba(85, 214, 190, 0.6),
      0 0 12px rgba(85, 214, 190, 0.55);
  }

  50% {
    opacity: 0.72;

    box-shadow:
      0 0 0 5px rgba(85, 214, 190, 0),
      0 0 18px rgba(85, 214, 190, 0.8);
  }
}

@keyframes mirustock-live-ring {
  0% {
    opacity: 0.65;
    transform: translate(-50%, -50%) scale(0.8);
  }

  70%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.2);
  }
}


/* ------------------------------------------------------------
   HERO TITLE
   ------------------------------------------------------------ */

.shop-intro-band__heading {
  position: relative;
  z-index: 2;

  max-width: 48rem !important;

  margin: 0.65rem 0 0 !important;

  font-size: clamp(2.6rem, 4.8vw, 4.25rem) !important;

  line-height: 0.98 !important;

  font-weight: 900 !important;

  letter-spacing: -0.045em !important;

  color: rgb(var(--cl-t-primary)) !important;
}

/* Accent word if your heading contains a span */
.shop-intro-band__heading span {
  color: var(--theme-cyan);
}


/* ------------------------------------------------------------
   HERO DESCRIPTION
   ------------------------------------------------------------ */

.shop-intro-band__copy {
  max-width: 47rem !important;
}

.shop-intro-band__lead {
  max-width: 40rem !important;

  margin-top: 1.15rem !important;

  color: rgba(255, 255, 255, 0.64) !important;

  font-size: 1rem !important;

  line-height: 1.75 !important;
}


/* ------------------------------------------------------------
   CTA
   ------------------------------------------------------------ */

.shop-intro-band__cta {
  position: relative;
  overflow: hidden;

  min-height: 3.1rem;

  padding: 0.95rem 1.45rem !important;

  border-radius: 0.7rem !important;

  background: var(--theme-cyan) !important;

  color: #07110e !important;

  font-size: 0.84rem !important;

  font-weight: 850 !important;

  box-shadow:
    0 12px 30px rgba(85, 214, 190, 0.18);

  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.shop-intro-band__cta::before {
  content: "";

  position: absolute;

  top: 0;
  left: -120%;

  width: 80%;
  height: 100%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );

  transform: skewX(-20deg);

  transition: left 500ms ease;
}

.shop-intro-band__cta:hover {
  transform: translateY(-2px);

  filter: brightness(1.06);

  box-shadow:
    0 18px 38px rgba(85, 214, 190, 0.28);
}

.shop-intro-band__cta:hover::before {
  left: 130%;
}


/* ------------------------------------------------------------
   DESKTOP — HERO BECOMES BIGGER
   ------------------------------------------------------------ */

@media (min-width: 1100px) {
  .shop-intro-band {
    padding-top: 6rem !important;
    padding-bottom: 5.75rem !important;
  }

  .shop-intro-band__heading {
    font-size: clamp(3.25rem, 5vw, 5rem) !important;
  }

  .shop-intro-band__lead {
    font-size: 1.05rem !important;
  }

  .shop-intro-band__row {
    gap: 2rem;
  }
}


/* ------------------------------------------------------------
   TABLET
   ------------------------------------------------------------ */

@media (max-width: 767px) {
  .shop-intro-band {
    margin-top: 1rem;

    padding: 3.5rem 1.4rem 3.25rem !important;

    border-radius: 0.9rem;
  }

  .shop-intro-band__heading {
    font-size: clamp(2.4rem, 10vw, 3.5rem) !important;

    letter-spacing: -0.04em !important;
  }

  .shop-intro-band__lead {
    font-size: 0.94rem !important;
  }

  .shop-intro-band__cta {
    width: auto;
  }
}


/* ------------------------------------------------------------
   SMALL MOBILE
   ------------------------------------------------------------ */

@media (max-width: 480px) {
  .shop-intro-band {
    padding: 3rem 1.15rem !important;
  }

  .shop-intro-band__eyebrow {
    font-size: 0.6rem !important;
    letter-spacing: 0.14em !important;
  }

  .shop-intro-band__heading {
    font-size: 2.45rem !important;
    line-height: 1 !important;
  }

  .shop-intro-band__lead {
    font-size: 0.9rem !important;
    line-height: 1.65 !important;
  }

  .shop-intro-band__cta {
    width: 100%;
    justify-content: center;
  }
}


/* ------------------------------------------------------------
   ACCESSIBILITY — REDUCE MOTION
   ------------------------------------------------------------ */

@media (prefers-reduced-motion: reduce) {
  .shop-intro-band__eyebrow::before,
  .shop-intro-band__eyebrow::after {
    animation: none !important;
  }

  .shop-intro-band__cta,
  #app > div > header nav a,
  #app > div > header nav button {
    transition: none !important;
  }
}

.partnership-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}

.partnership-hero {
  max-width: 720px;
  margin-bottom: 48px;
}

.partnership-label {
  margin: 0 0 16px;
  color: rgb(var(--cl-accent));
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.partnership-hero h1 {
  margin: 0;
  color: rgb(var(--cl-t-primary));
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.partnership-description {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgb(var(--cl-t-primary) / .66);
  font-size: 18px;
  line-height: 1.7;
}

.partnership-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-bottom: 80px;
  border: 1px solid rgb(var(--cl-t-primary) / .1);
  border-radius: 12px;
  background: rgb(var(--cl-t-primary) / .1);
}

.partnership-stats > div {
  padding: 28px;
  background: rgb(var(--cl-card));
}

.partnership-stats strong {
  display: block;
  color: rgb(var(--cl-accent));
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.partnership-stats span {
  display: block;
  margin-top: 8px;
  color: rgb(var(--cl-t-primary) / .58);
  font-size: 13px;
}

.partnership-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  margin-bottom: 80px;
}

.partnership-section h2 {
  max-width: 460px;
  margin: 0 0 28px;
  color: rgb(var(--cl-t-primary));
  font-size: 32px;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.partnership-list {
  border-top: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-list div {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-list span {
  color: rgb(var(--cl-accent));
  font-size: 12px;
  font-weight: 700;
}

.partnership-list p {
  margin: 0;
  color: rgb(var(--cl-t-primary) / .78);
  font-size: 14px;
}

.partnership-profile {
  padding-left: 40px;
  border-left: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-profile > p:not(.partnership-label) {
  margin: 0 0 20px;
  color: rgb(var(--cl-t-primary) / .65);
  font-size: 16px;
  line-height: 1.7;
}

.partnership-collaboration {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-collaboration span {
  color: rgb(var(--cl-t-primary) / .42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.partnership-collaboration strong {
  color: rgb(var(--cl-accent));
  font-size: 22px;
}

.partnership-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 40px;
  border: 1px solid rgb(var(--cl-accent) / .35);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgb(var(--cl-accent) / .16),
    rgb(var(--cl-card))
  );
}

.partnership-contact h2 {
  margin: 0 0 10px;
  color: rgb(var(--cl-t-primary));
  font-size: 28px;
  line-height: 1.15;
}

.partnership-contact p:not(.partnership-label) {
  margin: 0;
  color: rgb(var(--cl-t-primary) / .62);
  font-size: 14px;
}

.partnership-contact a {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
  padding: 14px 18px;
  border-radius: 8px;
  background: rgb(var(--cl-accent));
  color: rgb(var(--cl-t-accent));
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
}

.partnership-contact a:hover {
  opacity: .88;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .partnership-page {
    padding: 48px 16px 64px;
  }

  .partnership-stats {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  .partnership-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    margin-bottom: 56px;
  }

  .partnership-profile {
    padding-top: 48px;
    padding-left: 0;
    border-top: 1px solid rgb(var(--cl-t-primary) / .12);
    border-left: 0;
  }

  .partnership-contact {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 24px;
  }

  .partnership-contact a {
    width: 100%;
    justify-content: space-between;
  }
}

.partnership-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 24px 110px;
}

.partnership-hero {
  max-width: 760px;
  padding-bottom: 56px;
}

.partnership-label {
  margin: 0 0 16px;
  color: rgb(var(--cl-accent));
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.partnership-hero h1 {
  margin: 0;
  color: rgb(var(--cl-t-primary));
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: .98;
}

.partnership-description {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgb(var(--cl-t-primary) / .65);
  font-size: 18px;
  line-height: 1.7;
}

.partnership-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}

.partnership-actions a,
.partnership-contact a {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 15px 20px;
  border-radius: 8px;
  background: rgb(var(--cl-accent));
  color: rgb(var(--cl-t-accent));
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}

.partnership-actions a:hover,
.partnership-contact a:hover {
  opacity: .86;
  transform: translateY(-2px);
}

.partnership-actions > span {
  color: rgb(var(--cl-t-primary) / .45);
  font-size: 12px;
}

.partnership-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-bottom: 96px;
  border: 1px solid rgb(var(--cl-t-primary) / .1);
  border-radius: 12px;
  background: rgb(var(--cl-t-primary) / .1);
}

.partnership-stats > div {
  min-height: 140px;
  padding: 30px;
  background: rgb(var(--cl-card));
}

.partnership-stats strong {
  display: block;
  color: rgb(var(--cl-accent));
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.partnership-stats span {
  display: block;
  max-width: 170px;
  margin-top: 10px;
  color: rgb(var(--cl-t-primary) / .55);
  font-size: 13px;
  line-height: 1.5;
}

.partnership-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 88px;
  margin-bottom: 96px;
}

.partnership-section h2 {
  max-width: 470px;
  margin: 0 0 32px;
  color: rgb(var(--cl-t-primary));
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.partnership-list {
  border-top: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-list div {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-list span {
  color: rgb(var(--cl-accent));
  font-size: 11px;
  font-weight: 700;
}

.partnership-list p {
  margin: 0;
  color: rgb(var(--cl-t-primary) / .75);
  font-size: 14px;
}

.partnership-profile {
  padding-left: 44px;
  border-left: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-profile > p:not(.partnership-label) {
  margin: 0 0 22px;
  color: rgb(var(--cl-t-primary) / .63);
  font-size: 16px;
  line-height: 1.75;
}

.partnership-collaboration {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-collaboration > span {
  display: block;
  margin-bottom: 18px;
  color: rgb(var(--cl-t-primary) / .4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.partnership-names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partnership-names strong {
  padding: 9px 12px;
  border: 1px solid rgb(var(--cl-accent) / .28);
  border-radius: 6px;
  color: rgb(var(--cl-accent));
  font-size: 13px;
  font-weight: 600;
}

.partnership-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 38px 42px;
  border: 1px solid rgb(var(--cl-accent) / .35);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgb(var(--cl-accent) / .18),
    rgb(var(--cl-card))
  );
}

.partnership-contact h2 {
  margin: 0 0 10px;
  color: rgb(var(--cl-t-primary));
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.partnership-contact p:not(.partnership-label) {
  margin: 0;
  color: rgb(var(--cl-t-primary) / .6);
  font-size: 14px;
}

@media (max-width: 768px) {
  .partnership-page {
    padding: 52px 16px 72px;
  }

  .partnership-stats,
  .partnership-grid {
    grid-template-columns: 1fr;
  }

  .partnership-stats {
    margin-bottom: 64px;
  }

  .partnership-grid {
    gap: 58px;
    margin-bottom: 64px;
  }

  .partnership-profile {
    padding-top: 52px;
    padding-left: 0;
    border-top: 1px solid rgb(var(--cl-t-primary) / .12);
    border-left: 0;
  }

  .partnership-contact {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }

  .partnership-contact a {
    width: 100%;
    justify-content: space-between;
  }
}

.shop-intro-band {
  position: relative;
  overflow: hidden;
  margin: 1.4rem 0 1rem;
  padding: 2.2rem 2.2rem 3rem;
  border: 1px solid rgba(120, 140, 155, 0.1);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 78% 18%, rgba(91, 214, 198, 0.16), transparent 28rem),
    radial-gradient(circle at 15% 80%, rgba(91, 214, 198, 0.08), transparent 24rem),
    linear-gradient(120deg, rgba(5, 10, 13, 1), rgba(7, 15, 18, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.shop-intro-band::before {
  content: "";
  position: absolute;
  right: -10rem;
  top: -12rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(92, 214, 197, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 3.5rem rgba(92, 214, 197, 0.012),
    0 0 0 7rem rgba(92, 214, 197, 0.007);
  pointer-events: none;
}

.shop-intro-band__row {
  position: relative;
  z-index: 2;
}

.shop-intro-band__copy {
  max-width: 100%;
}

.shop-intro-band__eyebrow {
  margin: 0 0 0.8rem;
  color: #7fead7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.shop-intro-band__heading {
  margin: 0;
  color: #edf2f2;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  line-height: 0.84;
  letter-spacing: -0.065em;
  font-weight: 900;
}

.shop-intro-band__heading span {
  display: block;
  color: #7fead7;
}

.shop-intro-band__lead {
  max-width: 60rem;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.6;
}

.shop-intro-band__trust {
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  font-weight: 700;
}

.shop-intro-band__proof {
  margin: 0.6rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  font-weight: 500;
}

.shop-intro-band__action {
  margin-top: 2rem;
  width: 100%;
}

.shop-intro-band__cta {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  min-height: 78px;
  padding: 1rem 1.3rem !important;
  border-radius: 0.9rem !important;
  background: linear-gradient(135deg, #7fead7, #66d3c4) !important;
  color: #041914 !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(90, 214, 195, 0.15);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.shop-intro-band__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.shop-intro-band__cta span:last-child {
  font-size: 1.8rem;
  line-height: 1;
}

@media (max-width: 640px) {
  .shop-intro-band {
    padding: 2rem 1.2rem 2.4rem;
  }

  .shop-intro-band__heading {
    font-size: clamp(2.6rem, 15vw, 4.2rem);
  }

  .shop-intro-band__lead {
    font-size: 0.96rem;
  }

  .shop-intro-band__trust {
    font-size: 0.96rem;
  }

  .shop-intro-band__cta {
    max-width: 100%;
    min-height: 64px;
  }
}

.mirustock-hero {
  position: relative;
  overflow: hidden;
  padding: 3.2rem 2.2rem 2.2rem;
  margin: 1rem 0 1.6rem;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 78% 18%, rgba(88, 214, 198, 0.12), transparent 28rem),
    radial-gradient(circle at 18% 90%, rgba(88, 214, 198, 0.06), transparent 24rem),
    linear-gradient(120deg, rgba(6, 12, 14, 1), rgba(8, 15, 18, 0.98));
  border: 1px solid rgba(140, 160, 175, 0.12);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.mirustock-hero::before {
  content: "";
  position: absolute;
  right: -8rem;
  top: -8rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(88, 214, 198, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 3rem rgba(88, 214, 198, 0.012),
    0 0 0 6rem rgba(88, 214, 198, 0.006);
  pointer-events: none;
}

.mirustock-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}

.mirustock-hero__eyebrow {
  margin: 0 0 1rem;
  color: #7fead7;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mirustock-hero__title {
  margin: 0;
  color: #f1f3f3;
  font-size: clamp(4rem, 7vw, 9rem);
  line-height: 0.84;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.mirustock-hero__title span {
  display: block;
  color: #7fead7;
}

.mirustock-hero__lead {
  max-width: 52rem;
  margin: 1.3rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.1rem;
  line-height: 1.6;
}

.mirustock-hero__meta,
.mirustock-hero__submeta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  margin-top: 1.4rem;
}

.mirustock-hero__meta span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  font-weight: 700;
}

.mirustock-hero__submeta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  font-weight: 500;
}

.mirustock-hero__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 860px;
  min-height: 76px;
  margin-top: 2rem;
  padding: 1rem 1.35rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #7fead7, #67d1c4);
  color: #051914;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 16px 36px rgba(90, 214, 195, 0.14);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.mirustock-hero__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.mirustock-hero__cta span:last-child {
  font-size: 1.8rem;
  line-height: 1;
}

.mirustock-hero__stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.6rem;
}

.mirustock-hero__stat {
  padding: 1.5rem 1.2rem 1.1rem;
  border-radius: 0.9rem;
  background: rgba(17, 23, 28, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.mirustock-hero__stat strong {
  display: block;
  color: #7fead7;
  font-size: clamp(2.3rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.mirustock-hero__stat span {
  display: block;
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .mirustock-hero {
    padding: 2.4rem 1.2rem 1.4rem;
  }

  .mirustock-hero__title {
    font-size: clamp(2.8rem, 18vw, 5rem);
  }

  .mirustock-hero__meta,
  .mirustock-hero__submeta {
    display: grid;
    gap: 0.5rem;
  }

  .mirustock-hero__stats {
    grid-template-columns: 1fr;
  }
}

.partnership-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}

.partnership-hero {
  max-width: 760px;
  margin-bottom: 48px;
}

.partnership-label {
  margin: 0 0 16px;
  color: rgb(var(--cl-accent));
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.partnership-hero h1 {
  margin: 0;
  color: rgb(var(--cl-t-primary));
  font-size: clamp(48px, 6vw, 90px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: .9;
}

.partnership-description {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgb(var(--cl-t-primary) / .68);
  font-size: 19px;
  line-height: 1.7;
}

.partnership-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

.partnership-actions a,
.partnership-contact a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 15px 20px;
  border-radius: 10px;
  background: rgb(var(--cl-accent));
  color: rgb(var(--cl-t-accent));
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
}

.partnership-actions a:hover,
.partnership-contact a:hover {
  transform: translateY(-2px);
  opacity: .9;
}

.partnership-actions > span {
  color: rgb(var(--cl-t-primary) / .5);
  font-size: 12px;
}

.partnership-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 80px;
  border: 1px solid rgb(var(--cl-t-primary) / .1);
  border-radius: 12px;
  background: rgb(var(--cl-t-primary) / .1);
}

.partnership-stats > div {
  min-height: 140px;
  padding: 30px;
  background: rgb(var(--cl-card));
}

.partnership-stats strong {
  display: block;
  color: rgb(var(--cl-accent));
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.partnership-stats span {
  display: block;
  max-width: 170px;
  margin-top: 10px;
  color: rgb(var(--cl-t-primary) / .55);
  font-size: 13px;
  line-height: 1.5;
}

.partnership-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  margin-bottom: 80px;
}

.partnership-section h2 {
  max-width: 470px;
  margin: 0 0 30px;
  color: rgb(var(--cl-t-primary));
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.partnership-list {
  border-top: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-list div {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-list span {
  color: rgb(var(--cl-accent));
  font-size: 11px;
  font-weight: 700;
}

.partnership-list p {
  margin: 0;
  color: rgb(var(--cl-t-primary) / .75);
  font-size: 14px;
}

.partnership-profile {
  padding-left: 44px;
  border-left: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-profile > p:not(.partnership-label) {
  margin: 0 0 22px;
  color: rgb(var(--cl-t-primary) / .63);
  font-size: 16px;
  line-height: 1.75;
}

.partnership-collaboration {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-collaboration > span {
  display: block;
  margin-bottom: 18px;
  color: rgb(var(--cl-t-primary) / .4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.partnership-names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partnership-names strong {
  padding: 9px 12px;
  border: 1px solid rgb(var(--cl-accent) / .28);
  border-radius: 6px;
  color: rgb(var(--cl-accent));
  font-size: 13px;
  font-weight: 600;
}

.partnership-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 40px;
  border: 1px solid rgb(var(--cl-accent) / .35);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgb(var(--cl-accent) / .18),
    rgb(var(--cl-card))
  );
}

.partnership-contact h2 {
  margin: 0 0 10px;
  color: rgb(var(--cl-t-primary));
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.partnership-contact p:not(.partnership-label) {
  margin: 0;
  color: rgb(var(--cl-t-primary) / .6);
  font-size: 14px;
}

@media (max-width: 768px) {
  .partnership-page {
    padding: 52px 16px 72px;
  }

  .partnership-stats,
  .partnership-grid {
    grid-template-columns: 1fr;
  }

  .partnership-stats {
    margin-bottom: 64px;
  }

  .partnership-grid {
    gap: 58px;
    margin-bottom: 64px;
  }

  .partnership-profile {
    padding-top: 52px;
    padding-left: 0;
    border-top: 1px solid rgb(var(--cl-t-primary) / .12);
    border-left: 0;
  }

  .partnership-contact {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }

  .partnership-contact a {
    width: 100%;
    justify-content: space-between;
  }
}

.partnership-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}

.partnership-hero {
  max-width: 760px;
  margin-bottom: 42px;
}

.partnership-label {
  margin: 0 0 16px;
  color: rgb(var(--cl-accent));
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.partnership-hero h1 {
  margin: 0;
  color: rgb(var(--cl-t-primary));
  font-size: clamp(48px, 7vw, 96px);
  line-height: .9;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.partnership-description {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgb(var(--cl-t-primary) / .68);
  font-size: 18px;
  line-height: 1.7;
}

.partnership-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.partnership-actions a,
.partnership-contact a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 15px 20px;
  border-radius: 10px;
  background: rgb(var(--cl-accent));
  color: rgb(var(--cl-t-accent));
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
}

.partnership-actions a:hover,
.partnership-contact a:hover {
  transform: translateY(-2px);
  opacity: .92;
}

.partnership-actions > span {
  color: rgb(var(--cl-t-primary) / .52);
  font-size: 12px;
}

.partnership-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 72px;
  border: 1px solid rgb(var(--cl-t-primary) / .1);
  border-radius: 12px;
  background: rgb(var(--cl-t-primary) / .1);
}

.partnership-stats > div {
  min-height: 150px;
  padding: 28px 24px;
  background: rgb(var(--cl-card));
}

.partnership-stats strong {
  display: block;
  color: rgb(var(--cl-accent));
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.partnership-stats span {
  display: block;
  max-width: 170px;
  margin-top: 10px;
  color: rgb(var(--cl-t-primary) / .56);
  font-size: 13px;
  line-height: 1.5;
}

.partnership-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  margin-bottom: 76px;
}

.partnership-section h2 {
  max-width: 470px;
  margin: 0 0 28px;
  color: rgb(var(--cl-t-primary));
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.partnership-list {
  border-top: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-list div {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-list span {
  color: rgb(var(--cl-accent));
  font-size: 11px;
  font-weight: 700;
}

.partnership-list p {
  margin: 0;
  color: rgb(var(--cl-t-primary) / .75);
  font-size: 14px;
}

.partnership-profile {
  padding-left: 42px;
  border-left: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-profile > p:not(.partnership-label) {
  margin: 0 0 22px;
  color: rgb(var(--cl-t-primary) / .65);
  font-size: 16px;
  line-height: 1.75;
}

.partnership-collaboration {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgb(var(--cl-t-primary) / .12);
}

.partnership-collaboration > span {
  display: block;
  margin-bottom: 18px;
  color: rgb(var(--cl-t-primary) / .4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.partnership-names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partnership-names strong {
  padding: 9px 12px;
  border: 1px solid rgb(var(--cl-accent) / .28);
  border-radius: 6px;
  color: rgb(var(--cl-accent));
  font-size: 13px;
  font-weight: 600;
}

.partnership-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 40px;
  border: 1px solid rgb(var(--cl-accent) / .35);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgb(var(--cl-accent) / .18),
    rgb(var(--cl-card))
  );
}

.partnership-contact h2 {
  margin: 0 0 10px;
  color: rgb(var(--cl-t-primary));
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.partnership-contact p:not(.partnership-label) {
  margin: 0;
  color: rgb(var(--cl-t-primary) / .6);
  font-size: 14px;
}

@media (max-width: 768px) {
  .partnership-page {
    padding: 48px 16px 72px;
  }

  .partnership-stats,
  .partnership-grid {
    grid-template-columns: 1fr;
  }

  .partnership-stats {
    margin-bottom: 56px;
  }

  .partnership-grid {
    gap: 52px;
    margin-bottom: 56px;
  }

  .partnership-profile {
    padding-top: 42px;
    padding-left: 0;
    border-top: 1px solid rgb(var(--cl-t-primary) / .12);
    border-left: 0;
  }

  .partnership-contact {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }

  .partnership-contact a {
    width: 100%;
    justify-content: space-between;
  }
}