/* Uptrend Hunter v5.10 — real product proof and seller workflow layer.
   Landing-only overrides; application, account, billing, and data UI remain untouched. */

.marketing-page--v510 .product-window-v59 .product-window__body {
  padding: 18px;
}

.landing-showcase {
  margin: 13px 0 0;
}

.landing-showcase__badge {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 9px;
  color: #9bb1c2;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.landing-showcase__badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(103, 239, 205, .08);
}

.landing-showcase__image {
  overflow: hidden;
  border: 1px solid rgba(85, 213, 255, .14);
  border-radius: 16px;
  background: #071523;
  aspect-ratio: 5 / 3;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
}

.landing-showcase__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.landing-showcase figcaption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 10px;
  color: #8198aa;
  font-size: 9px;
  line-height: 1.45;
}

.landing-showcase figcaption strong {
  flex: 0 0 auto;
  color: #8cd7c4;
  font-weight: 740;
}

.operator-proof blockquote footer {
  margin-top: 10px;
  color: #8cd7c4;
  font-size: 11px;
  font-style: normal;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seller-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.seller-use-card {
  min-height: 360px;
  padding: 26px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--v59-line);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(14, 32, 50, .92), rgba(7, 19, 31, .94));
  box-shadow: 0 20px 52px rgba(0, 0, 0, .16);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.seller-use-card:hover {
  transform: translateY(-4px);
  border-color: rgba(85, 213, 255, .28);
  box-shadow: 0 26px 65px rgba(0, 0, 0, .24);
}

.seller-use-card--featured {
  border-color: rgba(103, 239, 205, .24);
  background:
    radial-gradient(circle at 80% 8%, rgba(103, 239, 205, .09), transparent 38%),
    linear-gradient(150deg, rgba(15, 36, 54, .98), rgba(7, 20, 32, .96));
}

.seller-use-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #70899d;
  font-size: 9px;
  letter-spacing: .12em;
}

.seller-use-card__top span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 820;
}

.seller-use-card__visual {
  height: 92px;
  margin: 24px 0 25px;
  padding: 16px;
  border: 1px solid rgba(157, 187, 211, .1);
  border-radius: 14px;
  background: rgba(4, 14, 24, .56);
}

.seller-use-card__visual--product {
  display: flex;
  align-items: end;
  gap: 8px;
}

.seller-use-card__visual--product i {
  flex: 1;
  height: 25%;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, rgba(85, 213, 255, .85), rgba(85, 213, 255, .2));
}

.seller-use-card__visual--product i:nth-child(2) { height: 38%; }
.seller-use-card__visual--product i:nth-child(3) { height: 46%; }
.seller-use-card__visual--product i:nth-child(4) { height: 58%; }
.seller-use-card__visual--product i:nth-child(5) { height: 74%; }
.seller-use-card__visual--product i:nth-child(6) { height: 91%; background: linear-gradient(180deg, var(--mint), rgba(103, 239, 205, .22)); }

.seller-use-card__visual--ppc {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 7px;
}

.seller-use-card__visual--ppc span {
  padding: 7px 9px;
  border: 1px solid rgba(85, 213, 255, .16);
  border-radius: 8px;
  color: #a7bccb;
  background: rgba(85, 213, 255, .055);
  font-size: 9px;
  font-weight: 690;
}

.seller-use-card__visual--ppc span:last-child {
  color: #a7e4d4;
  border-color: rgba(103, 239, 205, .2);
  background: rgba(103, 239, 205, .06);
}

.seller-use-card__visual--validate {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
}

.seller-use-card__visual--validate::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(85, 213, 255, .15), rgba(103, 239, 205, .65));
}

.seller-use-card__visual--validate i {
  width: 9px;
  height: 9px;
  z-index: 1;
  border: 2px solid #071523;
  border-radius: 50%;
  background: #4ebfe7;
  box-shadow: 0 0 0 2px rgba(85, 213, 255, .08);
}

.seller-use-card__visual--validate i:nth-child(n+6) {
  background: var(--mint);
  box-shadow: 0 0 0 3px rgba(103, 239, 205, .09);
}

.seller-use-card h3 {
  margin: 0 0 12px;
  color: #e4eef6;
  font-size: 21px;
}

.seller-use-card p {
  min-height: 67px;
  margin: 0 0 18px;
  color: #91a7b8;
  font-size: 13px;
  line-height: 1.65;
}

.seller-use-card__proof {
  color: #8ccfbd;
  font-size: 10px;
  font-weight: 720;
}

@media (max-width: 980px) {
  .seller-use-grid { grid-template-columns: 1fr; }
  .seller-use-card { min-height: 0; }
  .seller-use-card p { min-height: 0; }
}

@media (max-width: 600px) {
  .landing-showcase figcaption { display: grid; }
  .landing-showcase figcaption strong { flex: none; }
  .seller-use-card { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .seller-use-card { transition: none; }
  .seller-use-card:hover { transform: none; }
}
