/* =========================================================
   SOLID — Binware-inspired SellAuth storefront
   Built for the uploaded SellAuth theme structure.
========================================================= */

:root {
  --solid-bg: #0b0b0c;
  --solid-bg-2: #0f0f10;
  --solid-card: #121214;
  --solid-card-2: #171619;
  --solid-card-3: #1b171d;
  --solid-text: #fff;
  --solid-muted: rgba(255,255,255,.45);
  --solid-muted-2: rgba(255,255,255,.28);
  --solid-line: rgba(255,255,255,.06);
  --solid-line-strong: rgba(255,255,255,.10);
  --solid-pink: #f07be6;
  --solid-pink-2: #d95bd1;
  --solid-pink-3: #8c3f89;
  --solid-glow: rgba(240,123,230,.22);
  --solid-radius: 14px;
  --solid-max: 1060px;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  background: var(--solid-bg);
}

body.solid-theme {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(900px 520px at 50% -180px, rgba(235,101,224,.055), transparent 68%),
    #0b0b0c !important;
  color: var(--solid-text);
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px;
}

body.solid-theme a { text-decoration: none; }
body.solid-theme button,
body.solid-theme input,
body.solid-theme textarea,
body.solid-theme select { font: inherit; }

[x-cloak] { display: none !important; }

.solid-shell {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.solid-shell-main { flex: 1 0 auto; }
.solid-page-content { width: 100%; }
.solid-page-content > .components { width: 100%; }

/* =========================================================
   NAVBAR
========================================================= */

.solid-navbar {
  position: relative;
  z-index: 50;
  width: 100%;
  background: rgba(11,11,12,.96);
  border-bottom: 1px solid rgba(255,255,255,.025);
}

.solid-navbar-inner {
  width: min(calc(100% - 36px), var(--solid-max));
  height: 60px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.solid-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .8px;
}

.solid-brand-mark {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 9px;
  transform: rotate(45deg);
}
.solid-brand-mark i { transform: rotate(-45deg); }

.solid-navbar-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 26px;
}

.solid-navbar-links a {
  position: relative;
  padding: 8px 0;
  color: rgba(255,255,255,.66) !important;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  transition: color .18s ease;
}

.solid-navbar-links a:hover,
.solid-navbar-links a.is-active { color: #fff !important; }

.solid-navbar-links a.is-active::after,
.solid-navbar-links a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: var(--solid-pink);
  box-shadow: 0 0 12px rgba(240,123,230,.45);
}

.solid-navbar-actions { justify-self: end; }

.solid-login-btn,
.solid-account-link {
  min-width: 108px;
  height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 8px;
  background: var(--solid-pink);
  color: #111 !important;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(240,123,230,.13);
  transition: .18s ease;
}

.solid-login-btn:hover,
.solid-account-link:hover {
  transform: translateY(-1px);
  background: #f38bea;
  box-shadow: 0 0 25px rgba(240,123,230,.24);
}

/* =========================================================
   HOME HERO
========================================================= */

.solid-page-shop .solid-page-content {
  width: min(calc(100% - 20px), 1180px);
  margin: 0 auto;
}

.solid-hero {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 17px 17px;
  background:
    radial-gradient(550px 300px at 50% 110%, rgba(226,86,215,.09), transparent 68%),
    linear-gradient(180deg, #18171a 0%, #171318 55%, #171218 100%);
  border: 1px solid rgba(255,255,255,.025);
  border-top: 0;
}

.solid-hero-glow {
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 520px;
  height: 250px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(239,93,222,.08);
  filter: blur(56px);
  pointer-events: none;
}

.solid-hero-geometry {
  position: absolute;
  top: -70px;
  bottom: -80px;
  width: 43%;
  pointer-events: none;
  opacity: .95;
}

.solid-hero-geometry-left { left: -2%; }
.solid-hero-geometry-right { right: -2%; transform: scaleX(-1); }

.solid-hero-geometry span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 66px;
  background: rgba(255,255,255,.045);
  transform: skewX(-21deg);
}

.solid-hero-geometry span:nth-child(1) { left: 2%; background: rgba(255,255,255,.11); }
.solid-hero-geometry span:nth-child(2) { left: 17%; background: rgba(255,255,255,.035); }
.solid-hero-geometry span:nth-child(3) { left: 32%; background: rgba(255,255,255,.082); }
.solid-hero-geometry span:nth-child(4) { left: 49%; background: rgba(255,255,255,.028); }
.solid-hero-geometry span:nth-child(5) { left: 65%; background: rgba(255,255,255,.055); }

.solid-hero-content {
  position: relative;
  z-index: 5;
  text-align: center;
  transform: translateY(-2px);
}

.solid-hero-content h1 {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(56px, 6.2vw, 82px);
  line-height: .92;
  font-weight: 800;
  letter-spacing: -3px;
  text-shadow: 0 4px 1px rgba(0,0,0,.38);
}

.solid-hero-content p {
  margin: 0 auto 28px;
  color: rgba(255,255,255,.56);
  font-size: 9px;
  line-height: 1.55;
  font-weight: 400;
}

.solid-primary-btn,
.solid-small-pink-btn,
.solid-product-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--solid-pink);
  color: #111 !important;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(240,123,230,.14);
  transition: .18s ease;
}

.solid-primary-btn {
  min-width: 104px;
  height: 34px;
  padding: 0 18px;
  font-size: 9px;
}

.solid-small-pink-btn {
  min-height: 29px;
  padding: 0 14px;
  font-size: 8px;
}

.solid-primary-btn:hover,
.solid-small-pink-btn:hover,
.solid-product-buy-btn:hover {
  transform: translateY(-1px);
  background: #f48beb;
  box-shadow: 0 0 28px rgba(240,123,230,.24);
}

/* =========================================================
   HOME SHARED
========================================================= */

.solid-home-sections,
.solid-home-pricing {
  width: 100%;
  background: transparent;
}

.solid-home-container {
  width: min(calc(100% - 28px), 850px);
  margin: 0 auto;
}

.solid-section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.solid-section-heading h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.solid-section-heading p {
  max-width: 470px;
  margin: 0 auto;
  color: rgba(255,255,255,.34);
  font-size: 7.5px;
  line-height: 1.55;
}

/* =========================================================
   HOME FEATURES
========================================================= */

.solid-features-heading { padding-top: 58px; }

.solid-feature-row {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.13fr 1fr;
  align-items: center;
  gap: 0;
}

.solid-feature-card {
  position: relative;
  min-height: 133px;
  padding: 18px 16px;
  background: #111112;
  border: 1px solid rgba(255,255,255,.04);
  border-radius: 9px;
  box-shadow: 0 12px 34px rgba(0,0,0,.24);
}

.solid-feature-side:first-child { margin-right: -7px; }
.solid-feature-side:last-child { margin-left: -7px; }

.solid-feature-icon {
  display: flex;
  align-items: center;
  height: 22px;
  color: #fff;
  font-size: 12px;
}

.solid-feature-card h3 {
  margin: 8px 0 6px;
  color: #fff;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 650;
}

.solid-feature-card p {
  margin: 0;
  color: rgba(255,255,255,.31);
  font-size: 6.7px;
  line-height: 1.55;
}

.solid-feature-highlight {
  z-index: 3;
  min-height: 174px;
  padding: 18px 18px;
  background:
    linear-gradient(180deg, rgba(247,135,239,.98) 0%, rgba(218,91,209,.92) 58%, rgba(111,53,111,.72) 100%);
  border-color: rgba(255,255,255,.22);
  box-shadow:
    0 0 34px rgba(239,123,230,.14),
    0 18px 38px rgba(0,0,0,.34);
}

.solid-feature-highlight p { color: rgba(255,255,255,.68); }

.solid-shield-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 3px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 15px 15px 20px 20px;
  color: #fff;
  font-size: 20px;
  box-shadow: inset 0 0 16px rgba(255,255,255,.05), 0 0 17px rgba(255,255,255,.07);
}

.solid-center-action { margin-top: 22px; text-align: center; }

/* =========================================================
   HOW IT WORKS
========================================================= */

.solid-how-section { padding-top: 48px; }
.solid-how-section .solid-section-heading { margin-bottom: 25px; }

.solid-steps-row {
  max-width: 470px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr;
  align-items: start;
}

.solid-step { position: relative; text-align: center; }

.solid-step-icon {
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240,123,230,.20);
  border-radius: 8px;
  background: #21151f;
  color: #e97ce0;
  font-size: 11px;
}

.solid-step-number {
  position: absolute;
  top: 11px;
  left: calc(50% + 25px);
  color: rgba(240,123,230,.35);
  font-size: 7px;
  font-weight: 700;
}

.solid-step h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 8px;
  line-height: 1.25;
  font-weight: 650;
}

.solid-step p {
  max-width: 116px;
  margin: 0 auto;
  color: rgba(255,255,255,.28);
  font-size: 6.3px;
  line-height: 1.5;
}

.solid-step-arrow {
  padding-top: 11px;
  text-align: center;
  color: rgba(240,123,230,.36);
  font-size: 8px;
}

/* =========================================================
   COMPARISON
========================================================= */

.solid-comparison-section { padding-top: 54px; }
.solid-comparison-section .solid-section-heading { margin-bottom: 20px; }

.solid-comparison-frame {
  position: relative;
  width: min(100%, 510px);
  aspect-ratio: 16/9;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.075);
  background: #111;
  box-shadow: 0 18px 44px rgba(0,0,0,.25);
}

.solid-comparison-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.solid-comparison-frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,.65);
  box-shadow: 0 0 10px rgba(255,255,255,.2);
}

.solid-compare-handle {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%,-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(15,15,16,.75);
  color: #fff;
  font-size: 8px;
  backdrop-filter: blur(5px);
}

.solid-compare-tag {
  position: absolute;
  z-index: 3;
  top: 10px;
  padding: 4px 7px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 5px;
  background: rgba(9,9,10,.65);
  color: rgba(255,255,255,.7);
  font-size: 6px;
  backdrop-filter: blur(5px);
}
.solid-compare-before { left: 10px; }
.solid-compare-after { right: 10px; color: #f08be7; }

/* =========================================================
   FUNCTIONALITY / SOON
========================================================= */

.solid-functionality-section { padding-top: 54px; }
.solid-functionality-section .solid-section-heading { margin-bottom: 22px; }

.solid-soon-card {
  width: min(100%, 510px);
  height: 118px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.035);
  border-radius: 13px;
  background:
    radial-gradient(330px 90px at 50% 0%, rgba(150,106,155,.07), transparent 70%),
    linear-gradient(180deg,#0f1012,#0c0d0f);
  box-shadow: inset 0 0 35px rgba(255,255,255,.008), 0 16px 38px rgba(0,0,0,.22);
}

.solid-soon-card span {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 3px;
  text-shadow:
    0 0 3px #fff,
    0 0 10px rgba(255,255,255,.35),
    0 0 24px rgba(255,255,255,.15);
}

.solid-functionality-action { margin-top: 15px; }

/* =========================================================
   HOME PRICING
========================================================= */

.solid-home-pricing { padding: 47px 0 0; }
.solid-pricing-heading { margin-bottom: 13px; }

.solid-pricing-switches {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 13px;
}

.solid-pricing-switches span {
  min-height: 19px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(240,123,230,.17);
  border-radius: 5px;
  background: rgba(240,123,230,.035);
  color: rgba(255,255,255,.36);
  font-size: 6px;
}
.solid-pricing-switches span.is-active {
  color: rgba(255,255,255,.65);
  background: rgba(240,123,230,.075);
}
.solid-pricing-switches i { color: #e56cda; font-size: 6px; }

.solid-home-product-grid {
  width: min(100%, 390px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 7px;
}

.solid-home-product-card {
  position: relative;
  min-height: 128px;
  padding: 12px 10px 10px;
  display: flex;
  flex-direction: column;
  background: #111112;
  border: 1px solid rgba(255,255,255,.045);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}

.solid-home-product-card.is-featured {
  background:
    radial-gradient(120px 70px at 100% 0%, rgba(240,123,230,.12), transparent 75%),
    #151216;
  border-color: rgba(240,123,230,.13);
  box-shadow: 0 0 23px rgba(240,123,230,.08), 0 10px 28px rgba(0,0,0,.24);
}

.solid-popular-label {
  position: absolute;
  top: -7px;
  right: 7px;
  padding: 2px 5px;
  border-radius: 5px;
  background: #2e182c;
  color: #f08ae7;
  font-size: 4.8px;
  font-weight: 700;
  letter-spacing: .2px;
}

.solid-home-product-price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: -.4px;
}
.solid-home-product-price small { color: rgba(255,255,255,.35); font-size: 7px; }

.solid-home-product-card h3 {
  margin: 5px 0 3px;
  color: rgba(255,255,255,.72);
  font-size: 6.5px;
  line-height: 1.25;
  font-weight: 600;
}

.solid-home-product-card p {
  margin: 0 0 8px;
  color: rgba(255,255,255,.27);
  font-size: 5.6px;
  line-height: 1.4;
}

.solid-product-buy-btn {
  width: 100%;
  height: 24px;
  margin-top: auto;
  font-size: 5.8px;
  background: #202022;
  color: rgba(255,255,255,.55) !important;
  box-shadow: none;
}

.solid-home-product-card.is-featured .solid-product-buy-btn {
  background: var(--solid-pink);
  color: #111 !important;
  box-shadow: 0 0 18px rgba(240,123,230,.13);
}

.solid-final-cta {
  padding: 46px 0 44px;
  text-align: center;
}
.solid-final-cta h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.solid-final-cta p {
  max-width: 390px;
  margin: 0 auto 15px;
  color: rgba(255,255,255,.30);
  font-size: 7px;
  line-height: 1.55;
}

/* =========================================================
   PRODUCTS PAGE
========================================================= */

.solid-page-products .solid-page-content,
.solid-page-product .solid-page-content,
.solid-page-cart .solid-page-content,
.solid-page-feedback .solid-page-content,
.solid-page-status .solid-page-content,
.solid-page-faq .solid-page-content,
.solid-page-terms .solid-page-content,
.solid-page-privacy-policy .solid-page-content,
.solid-page-refund-policy .solid-page-content,
.solid-page-blog .solid-page-content,
.solid-page-blog-post .solid-page-content,
.solid-page-customer-dashboard .solid-page-content,
.solid-page-customer-invoices .solid-page-content,
.solid-page-customer-subscriptions .solid-page-content,
.solid-page-customer-tickets .solid-page-content,
.solid-page-customer-ticket .solid-page-content,
.solid-page-customer-balance .solid-page-content,
.solid-page-customer-affiliate .solid-page-content,
.solid-page-customer-reseller .solid-page-content {
  width: min(calc(100% - 28px), var(--solid-max));
  margin: 0 auto;
}

.solid-products-page {
  width: 100%;
  padding: 36px 0 54px;
}

.solid-products-topbar {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 12px;
}

.solid-products-topbar > div:first-child {
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid var(--solid-line);
  border-radius: 11px;
  background:
    radial-gradient(300px 95px at 50% 115%, rgba(240,123,230,.13), transparent 75%),
    linear-gradient(180deg,#161518,#111113);
}

.solid-page-kicker {
  display: block;
  margin-bottom: 6px;
  color: #e977df;
  font-size: 6px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

.solid-products-topbar h1 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: -.5px;
}
.solid-products-topbar p {
  margin: 0;
  color: rgba(255,255,255,.31);
  font-size: 7px;
}

.solid-products-account-card {
  padding: 15px 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--solid-line);
  border-radius: 11px;
  background: #111113;
}
.solid-products-account-card span { color: rgba(255,255,255,.32); font-size: 7px; }
.solid-products-account-card strong { margin-top: 5px; color: #fff; font-size: 15px; font-weight: 700; }
.solid-products-account-card a,
.solid-products-account-card button {
  align-self: flex-start;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ec77e2 !important;
  font-size: 6px;
  cursor: pointer;
}

.solid-products-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.solid-search-wrap {
  width: min(100%, 310px);
  height: 34px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--solid-line);
  border-radius: 8px;
  background: #111113;
  color: rgba(255,255,255,.28);
}
.solid-search-wrap i { font-size: 8px; }
.solid-search-wrap input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 7px;
}
.solid-search-wrap input::placeholder { color: rgba(255,255,255,.24); }

.solid-subscriptions-link {
  height: 31px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--solid-line);
  border-radius: 7px;
  background: #111113;
  color: rgba(255,255,255,.48) !important;
  font-size: 6.5px;
}

.solid-products-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}

.solid-product-grid-item { min-width: 0; }

/* =========================================================
   PRODUCT CARDS
========================================================= */

.solid-product-card {
  position: relative;
  min-height: 150px;
  padding: 13px 13px 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 10px;
  background:
    radial-gradient(150px 90px at 100% 0%, rgba(240,123,230,.035), transparent 75%),
    #121214;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.17);
  transition: .18s ease;
}

.solid-product-grid-item:nth-child(3n) .solid-product-card {
  border-color: rgba(240,123,230,.12);
  background:
    radial-gradient(180px 100px at 100% 0%, rgba(240,123,230,.105), transparent 78%),
    #151216;
}

.solid-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(240,123,230,.20);
  box-shadow: 0 16px 34px rgba(0,0,0,.24), 0 0 20px rgba(240,123,230,.045);
}

.solid-product-card-topline {
  min-height: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
  color: rgba(255,255,255,.25);
  font-size: 5.3px;
  font-weight: 700;
  letter-spacing: .75px;
}

.solid-card-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; }
.solid-card-badges span {
  padding: 2px 5px;
  border-radius: 5px;
  background: color-mix(in srgb, var(--badge-color) 20%, #171719);
  color: var(--badge-color);
  font-size: 5px;
  letter-spacing: 0;
}

.solid-product-card-name {
  margin: 8px 0 7px;
  color: rgba(255,255,255,.67);
  font-size: 8px;
  line-height: 1.35;
  font-weight: 600;
}

.solid-product-card-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: -.5px;
}
.solid-product-card-price small { color: rgba(255,255,255,.25); font-size: 8px; font-weight: 400; }

.solid-product-card-meta {
  margin-bottom: 11px;
  color: rgba(255,255,255,.30);
  font-size: 6.4px;
}
.solid-product-card-meta i { margin-right: 3px; color: #e976df; }

.solid-product-card-button {
  width: 100%;
  height: 27px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #1c1c1f;
  color: rgba(255,255,255,.50);
  font-size: 6.2px;
  font-weight: 650;
  transition: .18s ease;
}
.solid-product-grid-item:nth-child(3n) .solid-product-card-button,
.solid-product-card:hover .solid-product-card-button {
  background: var(--solid-pink);
  color: #111;
}

.solid-group-modal {
  padding: 18px;
  border: 1px solid var(--solid-line-strong);
  border-radius: 13px;
  background: #0f0f10;
  box-shadow: 0 24px 80px rgba(0,0,0,.58);
}

.solid-group-modal-head {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solid-group-modal-head h3 { margin: 0; color: #fff; font-size: 16px; font-weight: 700; }
.solid-modal-close {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--solid-line);
  border-radius: 7px;
  background: #18181a;
  color: rgba(255,255,255,.50);
  cursor: pointer;
}

/* =========================================================
   PRODUCT DETAIL PAGE — retain SellAuth functionality
========================================================= */

.solid-product-page { padding: 34px 0 50px; }
.solid-product-page > div { padding-top: 0 !important; padding-bottom: 0 !important; }

.solid-product-page [class*="bg-card"],
.solid-product-page [class*="bg-background"] {
  background-color: #121214 !important;
}

.solid-product-page [class*="border-white/5"] {
  border-color: rgba(255,255,255,.06) !important;
}

.solid-product-page > div > div > div > .bg-card,
.solid-product-page > div > div > div > div > .bg-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 11px;
  background: #121214 !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.20);
}

.solid-product-page h1 { color: #fff !important; font-size: 19px !important; font-weight: 700 !important; }
.solid-product-page .editor { color: rgba(255,255,255,.56) !important; font-size: 12px; line-height: 1.7; }
.solid-product-page .editor h1,
.solid-product-page .editor h2,
.solid-product-page .editor h3 { color: #fff !important; }
.solid-product-page img { border-radius: 8px; }

.solid-product-page [class*="bg-accent-500"] {
  background-color: var(--solid-pink) !important;
  color: #111 !important;
  border-color: var(--solid-pink) !important;
}

.solid-product-page [class*="text-accent-500"],
.solid-product-page [class*="text-accent-400"] { color: #e978df !important; }
.solid-product-page [class*="border-accent-500"] { border-color: #e978df !important; }

.solid-product-page button,
.solid-product-page input,
.solid-product-page select,
.solid-product-page textarea,
.solid-product-page a[class*="px-"] { border-radius: 7px; }

.solid-product-page input,
.solid-product-page select,
.solid-product-page textarea {
  background-color: rgba(255,255,255,.035) !important;
  border-color: rgba(255,255,255,.065) !important;
  color: #fff !important;
}

/* =========================================================
   AUTH MODAL — compact like the reference
========================================================= */

.solid-auth-modal > div > div:nth-child(2) {
  width: 100% !important;
  max-width: 300px !important;
  padding: 18px !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 11px !important;
  background: #111113 !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.55) !important;
}

.solid-auth-modal h3 { color: #fff; font-size: 14px !important; }
.solid-auth-modal label { color: rgba(255,255,255,.62) !important; font-size: 8px !important; }
.solid-auth-modal small { color: rgba(255,255,255,.28) !important; font-size: 6.5px !important; }
.solid-auth-modal input {
  height: 34px !important;
  padding: 0 10px !important;
  border-color: rgba(255,255,255,.055) !important;
  border-radius: 7px !important;
  background: #18181a !important;
  color: #fff !important;
  font-size: 8px !important;
}
.solid-auth-modal button[type="submit"] {
  min-height: 33px !important;
  border-color: var(--solid-pink) !important;
  border-radius: 7px !important;
  background: var(--solid-pink) !important;
  color: #111 !important;
  font-size: 8px !important;
}
.solid-auth-modal button:not([type="submit"]) { font-size: 7px !important; }

/* =========================================================
   CUSTOMER / ACCOUNT PAGES
========================================================= */

body[class*="solid-page-customer-"] .solid-page-content > .container,
body[class*="solid-page-customer-"] .solid-page-content > .components > .container {
  max-width: 100% !important;
  padding: 0 !important;
}

body[class*="solid-page-customer-"] .solid-page-content .relative.px-4,
body[class*="solid-page-customer-"] .solid-page-content .relative[class*="py-"] {
  padding-top: 34px !important;
  padding-bottom: 48px !important;
}

body[class*="solid-page-customer-"] [class*="bg-card"] {
  background-color: #121214 !important;
}
body[class*="solid-page-customer-"] [class*="border-white/5"] {
  border-color: rgba(255,255,255,.055) !important;
}
body[class*="solid-page-customer-"] [class*="text-accent-500"],
body[class*="solid-page-customer-"] [class*="text-accent-400"] {
  color: #eb77e1 !important;
}
body[class*="solid-page-customer-"] [class*="bg-accent-500"] {
  background-color: var(--solid-pink) !important;
  color: #111 !important;
  border-color: var(--solid-pink) !important;
}
body[class*="solid-page-customer-"] [class*="border-accent-500"] {
  border-color: var(--solid-pink) !important;
}

body[class*="solid-page-customer-"] .solid-page-content [class*="border"][class*="bg-card"] {
  border-radius: 9px;
}

body[class*="solid-page-customer-"] .solid-page-content h1,
body[class*="solid-page-customer-"] .solid-page-content h2,
body[class*="solid-page-customer-"] .solid-page-content h3 {
  color: #fff;
}

body[class*="solid-page-customer-"] .solid-page-content button,
body[class*="solid-page-customer-"] .solid-page-content input,
body[class*="solid-page-customer-"] .solid-page-content select,
body[class*="solid-page-customer-"] .solid-page-content textarea,
body[class*="solid-page-customer-"] .solid-page-content a[class*="px-"] {
  border-radius: 7px;
}

body[class*="solid-page-customer-"] .solid-page-content input,
body[class*="solid-page-customer-"] .solid-page-content select,
body[class*="solid-page-customer-"] .solid-page-content textarea {
  background-color: #171719 !important;
  border-color: rgba(255,255,255,.06) !important;
  color: #fff !important;
}

/* Sidebar becomes a compact dark card, close to the account reference. */
body[class*="solid-page-customer-"] .solid-page-content .lg\:flex-1 > div {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0,0,0,.16);
}
body[class*="solid-page-customer-"] .solid-page-content .lg\:flex-1 h3 { font-size: 13px !important; }
body[class*="solid-page-customer-"] .solid-page-content .lg\:flex-1 p,
body[class*="solid-page-customer-"] .solid-page-content .lg\:flex-1 a,
body[class*="solid-page-customer-"] .solid-page-content .lg\:flex-1 button { font-size: 8px !important; }

/* =========================================================
   CART / POLICY / FAQ / FEEDBACK / STATUS GENERIC PAGES
========================================================= */

.solid-page-cart .solid-page-content,
.solid-page-feedback .solid-page-content,
.solid-page-status .solid-page-content,
.solid-page-faq .solid-page-content,
.solid-page-terms .solid-page-content,
.solid-page-privacy-policy .solid-page-content,
.solid-page-refund-policy .solid-page-content,
.solid-page-blog .solid-page-content,
.solid-page-blog-post .solid-page-content {
  padding-top: 30px;
  padding-bottom: 45px;
}

.solid-page-cart [class*="bg-card"],
.solid-page-feedback [class*="bg-card"],
.solid-page-status [class*="bg-card"],
.solid-page-faq [class*="bg-card"],
.solid-page-terms [class*="bg-card"],
.solid-page-privacy-policy [class*="bg-card"],
.solid-page-refund-policy [class*="bg-card"],
.solid-page-blog [class*="bg-card"],
.solid-page-blog-post [class*="bg-card"] {
  background-color: #121214 !important;
}

/* =========================================================
   FOOTER
========================================================= */

.solid-footer {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid rgba(255,255,255,.03);
}

.solid-footer-inner {
  width: min(calc(100% - 36px), var(--solid-max));
  min-height: 54px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,255,255,.20);
  font-size: 6.4px;
}

.solid-footer-links { display: flex; align-items: center; gap: 12px; }
.solid-footer-links a { color: rgba(255,255,255,.26) !important; transition: .18s ease; }
.solid-footer-links a:hover { color: rgba(255,255,255,.72) !important; }

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 820px) {
  .solid-navbar-inner { width: min(calc(100% - 24px), var(--solid-max)); }
  .solid-navbar-links { gap: 15px; }
  .solid-navbar-links a { font-size: 9px; }

  .solid-feature-row { max-width: 540px; }
  .solid-home-container { width: min(calc(100% - 18px), 850px); }

  .solid-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .solid-products-topbar { grid-template-columns: 1fr 190px; }
}

@media (max-width: 640px) {
  .solid-navbar-inner {
    height: 56px;
    grid-template-columns: 1fr auto;
  }
  .solid-navbar-links { display: none; }
  .solid-login-btn,
  .solid-account-link { min-width: 0; height: 31px; padding: 0 10px; font-size: 8px; }

  .solid-page-shop .solid-page-content { width: calc(100% - 12px); }
  .solid-hero { min-height: 300px; border-radius: 0 0 14px 14px; }
  .solid-hero-content h1 { font-size: 52px; letter-spacing: -2px; }
  .solid-hero-geometry { width: 72%; opacity: .60; }
  .solid-hero-geometry-left { left: -31%; }
  .solid-hero-geometry-right { right: -31%; }

  .solid-features-heading { padding-top: 42px; }
  .solid-feature-row { max-width: 360px; grid-template-columns: 1fr; gap: 9px; }
  .solid-feature-side:first-child,
  .solid-feature-side:last-child { margin: 0; }
  .solid-feature-card,
  .solid-feature-highlight { min-height: 0; }
  .solid-feature-highlight { order: -1; }

  .solid-steps-row { max-width: 300px; grid-template-columns: 1fr; gap: 19px; }
  .solid-step-arrow { display: none; }
  .solid-step-number { left: calc(50% + 27px); }

  .solid-comparison-frame,
  .solid-soon-card { width: 100%; }
  .solid-soon-card { height: 95px; }
  .solid-soon-card span { font-size: 18px; }

  .solid-home-product-grid { width: min(100%, 330px); grid-template-columns: 1fr; gap: 8px; }
  .solid-home-product-card { min-height: 118px; }

  .solid-page-products .solid-page-content,
  .solid-page-product .solid-page-content,
  body[class*="solid-page-customer-"] .solid-page-content { width: calc(100% - 18px); }

  .solid-products-topbar { grid-template-columns: 1fr; }
  .solid-products-toolbar { align-items: stretch; flex-direction: column; }
  .solid-search-wrap { width: 100%; max-width: none; }
  .solid-subscriptions-link { justify-content: center; }
  .solid-products-grid { grid-template-columns: 1fr; }

  .solid-product-page > div > div { gap: 10px !important; }

  .solid-footer-inner {
    min-height: 66px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }
}
