.seller-landing {
  color: #102033;
  background:
    radial-gradient(circle at top left, rgba(12, 88, 130, 0.08), transparent 30%),
    radial-gradient(circle at top right, rgba(86, 217, 171, 0.12), transparent 32%),
    linear-gradient(180deg, #f7fbfc 0%, #ffffff 38%, #f3f7f9 100%);
  overflow: clip;
}

.seller-section {
  padding: 0 0 7rem;
}

.seller-hero {
  position: relative;

  overflow: clip;
}

.seller-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.seller-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 20, 34, 0.44) 0%, rgba(5, 20, 34, 0.12) 24%, rgba(247, 251, 252, 0.86) 72%, rgba(247, 251, 252, 1) 100%),
    linear-gradient(90deg, rgba(5, 20, 34, 0.26) 0%, rgba(5, 20, 34, 0) 46%);
}

.seller-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.05);
  filter: saturate(1.02) contrast(1.04);
  max-width: 100dvw;
  max-height: 100dvh;
}

.seller-hero__aurora {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(24, 128, 170, 0.16), transparent 22%),
    radial-gradient(circle at 82% 20%, rgba(70, 219, 164, 0.16), transparent 24%),
    radial-gradient(circle at 54% 70%, rgba(16, 145, 132, 0.08), transparent 26%);
  filter: blur(18px);
  pointer-events: none;
}

.seller-hero__grid,
.seller-problems,
.seller-feature,
.seller-journey,
.seller-testimonial,
.seller-cta {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.seller-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 3.25rem;
  align-items: center;
}

.seller-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 14px 40px rgba(16, 32, 51, 0.08);
  color: #0c5c6c;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.seller-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f8a66, #64cde6);
  box-shadow: 0 0 0 0.3rem rgba(15, 138, 102, 0.1);
}

.seller-kicker--soft {
  background: rgba(240, 246, 247, 0.82);
}

.seller-hero__copy h1,
.seller-section__head h2,
.seller-feature__copy h2,
.seller-cta__box h2 {
  margin: 1.2rem 0 1rem;
  font-size: 3rem;
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 500;
}

.seller-section__head h2,
.seller-feature__copy h2,
.seller-cta__box h2 {
  font-size: clamp(2rem, 4.1vw, 4rem);
}

.seller-hero__lead,
.seller-section__head p,
.seller-feature__copy p,
.seller-cta__box p,
.seller-card p,
.seller-step p,
.seller-floating p,
.seller-badge-card p,
.seller-device__glass p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(16, 32, 51, 0.78);
}

.seller-hero__actions,
.seller-cta__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.seller-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 240ms ease, box-shadow 240ms ease, background-color 240ms ease, border-color 240ms ease;
}

.seller-btn:hover {
  transform: translateY(-2px);
}

.seller-btn--primary {
  background: linear-gradient(135deg, #0a8a78, #149e90);
  color: #fff;
  box-shadow: 0 18px 40px rgba(10, 138, 120, 0.28);
}

.seller-btn--ghost {
  background: rgba(255, 255, 255, 0.75);
  color: #102033;
  border: 1px solid rgba(16, 32, 51, 0.12);
}

.seller-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  list-style: none;
  padding: 0;
  margin: 2.2rem 0 0;
}

.seller-proof li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.05);
  font-weight: 700;
  line-height: 1.45;
}

.seller-proof__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(15, 138, 102, 0.14), rgba(100, 205, 230, 0.32));
  color: #0d7c74;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.seller-proof__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.seller-proof li>span:last-child {
  flex: 1 1 auto;
  padding-top: 0.1rem;
}

.seller-hero__visual {
  position: relative;
  min-height: 40rem;
}

.seller-device {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  width: min(32rem, 100%);
  padding: 1rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(16, 32, 51, 0.18);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.seller-device__topbar {
  display: flex;
  gap: 0.45rem;
  padding: 0.2rem 0 0.85rem;
}

.seller-device__topbar span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(16, 32, 51, 0.12);
}

.seller-device__body {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}

.seller-device__body img {
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: cover;
  display: block;
}

.seller-device__glass {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1.1rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.92);
}

.seller-device__glass strong,
.seller-floating strong,
.seller-badge-card strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.2;
}

.seller-device__chips {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}

.seller-device__chips span {
  display: inline-flex;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(10, 138, 120, 0.12);
  color: #0d625f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seller-floating {
  position: absolute;
  width: min(18rem, 70%);
  padding: 1.2rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 50px rgba(16, 32, 51, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.seller-floating--pipeline {
  left: -1rem;
  top: 5.5rem;
  width: min(17rem, 58%);
}

.seller-floating__eyebrow {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: #0f8a66;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seller-strip {
  padding: 0 0 5.5rem;
}

.seller-strip__track {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 1rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #102033, #124a54);
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  gap: 1.4rem;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
  box-shadow: 0 22px 50px rgba(16, 32, 51, 0.18);
}

.seller-section__head {
  max-width: 70rem;
  margin-bottom: 2.5rem;
}

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

.seller-card,
.seller-step {
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 18px 40px rgba(16, 32, 51, 0.08);
}

.seller-card h3,
.seller-step h3 {
  margin: 0 0 0.75rem;
  font-size: 1.3rem;
  line-height: 1.15;
}

.seller-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 2.2rem;
  align-items: center;
}

.seller-feature__media {
  position: relative;
}

.seller-feature__media>img {
  width: 100%;
  aspect-ratio: 0.94;
  object-fit: cover;
  display: block;
  border-radius: 2rem;
  box-shadow: 0 28px 80px rgba(16, 32, 51, 0.14);
}

.seller-badge-card,
.seller-glass-stack {
  position: absolute;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.14);
}

.seller-badge-card {
  right: -1rem;
  bottom: 1.5rem;
  width: min(18rem, 78%);
  padding: 1.2rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.78);
}

.seller-badge-card--dark {
  background: rgba(15, 23, 42, 0.78);
  color: #f8fafc;
}

.seller-badge-card span,
.seller-glass-stack span {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0f8a66;
}

.seller-badge-card--dark span {
  color: #8ce4b8;
}

.seller-glass-stack {
  right: -0.5rem;
  bottom: 2rem;
  width: min(17rem, 72%);
  padding: 0.8rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.74);
  display: grid;
  gap: 0.7rem;
}

.seller-glass-stack>div {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.seller-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.seller-list li {
  position: relative;
  padding-left: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.seller-list li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f8a66, #64cde6);
}

.seller-step span {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #0f8a66;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.seller-testimonial__quote {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1.3rem;
  padding: 2.4rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(241, 249, 248, 0.9));
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 24px 60px rgba(16, 32, 51, 0.08);
}

.seller-testimonial__quote img {
  width: 5.8rem;
  height: 5.8rem;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 34px rgba(16, 32, 51, 0.12);
}

.seller-testimonial__quote blockquote {
  margin: 0;
  max-width: 46rem;
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.seller-testimonial__quote p {
  margin: 0;
  color: rgba(16, 32, 51, 0.62);
  font-weight: 700;
}

.seller-cta__box {
  padding: 3rem;
  border-radius: 2.2rem;
  background: linear-gradient(135deg, #102033 0%, #124a54 100%);
  color: #fff;
  box-shadow: 0 30px 80px rgba(16, 32, 51, 0.22);
}

.seller-cta__box h2,
.seller-cta__box p {
  color: #fff;
}

.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale {
  opacity: 0;
}

@media (max-width: 980px) {

  .seller-hero__grid,
  .seller-feature,
  .seller-cards,
  .seller-journey__grid {
    grid-template-columns: 1fr;
  }

  .seller-hero__visual {
    min-height: 32rem;
  }

  .seller-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .seller-hero__bg {
    max-height: 57vh;
  }

  .seller-hero__bg img {
    max-height: 55vh;
  }

  .seller-section {
    padding-bottom: 4.5rem;
  }

  .seller-hero {
    padding: 22rem 0 4rem;
  }

  .seller-hero__grid,
  .seller-problems,
  .seller-feature,
  .seller-journey,
  .seller-testimonial,
  .seller-cta,
  .seller-strip__track {
    width: min(calc(100vw - 24px), 100%);
  }

  .seller-hero__copy h1,
  .seller-section__head h2,
  .seller-feature__copy h2,
  .seller-cta__box h2 {
    font-size: clamp(2rem, 9vw, 3.35rem);
  }

  .seller-hero__lead,
  .seller-section__head p,
  .seller-feature__copy p,
  .seller-cta__box p,
  .seller-card p,
  .seller-step p,
  .seller-floating p,
  .seller-badge-card p,
  .seller-device__glass p {
    font-size: 0.96rem;
  }

  .seller-device {
    position: relative;
    inset: auto;
    width: 100%;
    right: auto;
    top: auto;
  }

  .seller-floating {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .seller-badge-card,
  .seller-glass-stack {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .seller-feature__media>img {
    aspect-ratio: 1;
  }

  .seller-cta__box {
    padding: 2rem 1.2rem;
  }
}