/* Public seller introduction entrypoint */
@import url("./css/offer/01-base.css?v=20260520-public-css-cleanup");
@import url("./css/offer/02-public-header.css?v=20260520-public-css-cleanup");
@import url("./css/offer/03-public-footer-nav.css?v=20260519-main-bottom-nav");

.seller-intro-page {
  --seller-night: #07173b;
  --seller-blue: #075ed0;
  --seller-cyan: #11b8d6;
  --seller-green: #0b9a43;
  --seller-orange: #ff6a13;
  --seller-lime: #dfff75;
  --seller-paper: #ffffff;
  --seller-soft: #eff6ff;
  background:
    radial-gradient(circle at 9% 9%, rgba(17, 184, 214, 0.18), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(255, 106, 19, 0.13), transparent 25%),
    linear-gradient(180deg, #f3f8ff 0%, #f8fbff 42%, #edf5ff 100%);
  overflow-x: hidden;
}

.seller-intro-shell {
  width: min(100%, 1120px);
  padding-bottom: 104px;
  min-width: 0;
}

.seller-intro-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.82fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: stretch;
  margin: 18px 0 16px;
  padding: clamp(18px, 4vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(7, 94, 208, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 246, 255, 0.94) 45%, rgba(224, 241, 255, 0.88) 100%),
    radial-gradient(circle at 90% 20%, rgba(11, 154, 67, 0.15), transparent 34%);
  box-shadow: 0 24px 60px rgba(7, 23, 59, 0.13);
}

.seller-intro-hero::before {
  content: "";
  position: absolute;
  inset: auto -90px -150px auto;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  background: rgba(7, 94, 208, 0.09);
}

.seller-intro-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 18px;
}

.seller-intro-copy h1 {
  max-width: 700px;
  margin: 0;
  color: var(--seller-night);
  font-family: "Maven Pro", var(--market-font);
  font-size: clamp(2.15rem, 5.4vw, 4.55rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.07em;
  overflow-wrap: anywhere;
}

.seller-intro-copy p {
  max-width: 610px;
  margin: 0;
  color: #415470;
  font-family: "Overpass", var(--market-font);
  font-size: clamp(1rem, 1.65vw, 1.16rem);
  line-height: 1.48;
  font-weight: 650;
}

.seller-intro-actions,
.seller-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.seller-intro-primary,
.seller-intro-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 999px;
  font-family: "Overpass", var(--market-font);
  font-size: 0.96rem;
  font-weight: 900;
  text-decoration: none;
}

.seller-intro-primary {
  background: linear-gradient(135deg, var(--seller-blue), #003b97);
  color: #fff;
  box-shadow: 0 16px 28px rgba(7, 94, 208, 0.26);
}

.seller-intro-secondary {
  border: 1px solid rgba(7, 94, 208, 0.2);
  background: rgba(255, 255, 255, 0.82);
  color: #11335d;
}

.seller-intro-primary:hover,
.seller-intro-secondary:hover {
  transform: translateY(-1px);
}

.seller-intro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.seller-intro-proof span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  border: 1px solid rgba(7, 94, 208, 0.11);
  border-radius: 999px;
  background: #fff;
  color: #5b6c86;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(7, 23, 59, 0.06);
}

.seller-intro-proof strong {
  color: var(--seller-blue);
  font-weight: 950;
}

.seller-intro-media {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 390px;
  display: grid;
  place-items: center;
}

.seller-phone-preview {
  position: relative;
  width: min(100%, 330px);
  max-width: calc(100vw - 56px);
  min-height: 390px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 16px;
  border: 8px solid #061740;
  border-radius: 34px;
  background:
    linear-gradient(180deg, #071b56 0%, #092566 24%, #f6faff 24%, #f6faff 100%);
  box-shadow: 0 32px 70px rgba(4, 17, 47, 0.28);
  transform: rotate(2deg);
}

.seller-phone-preview::before {
  content: "";
  width: 78px;
  height: 5px;
  justify-self: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.seller-phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.seller-phone-top em {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(223, 255, 117, 0.16);
  color: var(--seller-lime);
  font-style: normal;
}

.seller-preview-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #dce9f7;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(7, 23, 59, 0.13);
}

.seller-preview-badge {
  position: absolute;
  top: -12px;
  left: 14px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--seller-orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
}

.seller-preview-image {
  width: 92px;
  min-height: 116px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 32% 24%, #fff 0 15%, transparent 16%),
    linear-gradient(145deg, #e7f7ef, #cceef6);
}

.seller-preview-image span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #0ba547;
  color: #fff;
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 12px 20px rgba(11, 154, 67, 0.25);
}

.seller-preview-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 5px;
}

.seller-preview-copy small {
  color: var(--seller-orange);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.13em;
}

.seller-preview-copy strong {
  color: #101827;
  font-size: 1.04rem;
  line-height: 1.04;
  font-weight: 950;
}

.seller-preview-copy b {
  color: var(--seller-green);
  font-size: 1.62rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.seller-preview-copy span {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #effde9;
  color: #087231;
  font-size: 0.76rem;
  font-weight: 900;
}

.seller-preview-card a {
  grid-column: 1 / -1;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eaf3ff;
  color: var(--seller-blue);
  font-weight: 950;
  text-decoration: none;
}

.seller-whatsapp-strip {
  display: grid;
  gap: 1px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #08a742, #068237);
  color: #fff;
  box-shadow: 0 14px 28px rgba(6, 130, 55, 0.25);
}

.seller-whatsapp-strip strong {
  font-weight: 950;
}

.seller-whatsapp-strip span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 800;
}

.seller-floating-ticket {
  position: absolute;
  right: 0;
  bottom: 28px;
  max-width: 180px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 46px rgba(7, 23, 59, 0.14);
  backdrop-filter: blur(12px);
}

.seller-floating-ticket strong {
  display: block;
  color: var(--seller-blue);
  font-size: 1.28rem;
  font-weight: 950;
}

.seller-floating-ticket span {
  display: block;
  margin-top: 3px;
  color: #506179;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.25;
}

.seller-benefits-grid,
.seller-steps-grid {
  display: grid;
  gap: 12px;
}

.seller-benefits-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.seller-benefit,
.seller-step,
.seller-intro-panel,
.seller-showcase,
.seller-final-cta {
  border: 1px solid rgba(7, 94, 208, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(7, 23, 59, 0.07);
}

.seller-benefit {
  min-height: 186px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  overflow: hidden;
  border-radius: 22px;
}

.seller-benefit > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #ecf6ff;
  color: var(--seller-blue);
  font-size: 1.35rem;
}

.seller-benefit:nth-child(2) > span {
  background: #fff0e7;
  color: var(--seller-orange);
}

.seller-benefit:nth-child(3) > span {
  background: #eafaf0;
  color: var(--seller-green);
}

.seller-benefit:nth-child(4) > span {
  background: #eff4ff;
  color: #244dbf;
}

.seller-benefit strong,
.seller-step strong,
.seller-intro-panel h2,
.seller-showcase h2,
.seller-final-cta h2 {
  color: var(--seller-night);
  font-family: "Maven Pro", var(--market-font);
  font-weight: 900;
  letter-spacing: -0.035em;
}

.seller-benefit strong {
  font-size: 1.08rem;
  line-height: 1.05;
}

.seller-benefit em,
.seller-step span,
.seller-intro-panel p,
.seller-showcase p,
.seller-final-cta p {
  color: #5c6c84;
  font-style: normal;
  line-height: 1.42;
  font-weight: 650;
}

.seller-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(18px, 4vw, 28px);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(7, 23, 59, 0.96), rgba(5, 55, 133, 0.95)),
    radial-gradient(circle at 100% 0%, rgba(17, 184, 214, 0.2), transparent 34%);
}

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

.seller-showcase h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 2.45rem);
  line-height: 0.98;
}

.seller-showcase p {
  margin: 10px 0 16px;
  color: rgba(255, 255, 255, 0.76);
}

.seller-showcase-copy a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--seller-lime);
  color: #143510;
  font-weight: 950;
  text-decoration: none;
}

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

.seller-showcase-board article {
  min-height: 184px;
  display: grid;
  align-content: space-between;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.seller-showcase-board span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(223, 255, 117, 0.16);
  color: var(--seller-lime);
  font-weight: 950;
}

.seller-showcase-board strong {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.05;
  font-weight: 950;
}

.seller-showcase-board em {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 700;
}

.seller-steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.seller-step {
  position: relative;
  min-height: 178px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  overflow: hidden;
  border-radius: 22px;
}

.seller-step::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -40px;
  width: 122px;
  height: 122px;
  border-radius: 999px;
  background: rgba(7, 94, 208, 0.06);
}

.seller-step em {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--seller-blue);
  color: #fff;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 12px 22px rgba(7, 94, 208, 0.2);
}

.seller-step strong {
  font-size: 1.15rem;
}

.seller-intro-panel,
.seller-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(18px, 4vw, 28px);
  border-radius: 24px;
}

.seller-intro-panel h2,
.seller-final-cta h2 {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 0.98;
}

.seller-intro-panel p,
.seller-final-cta p {
  max-width: 690px;
  margin: 0;
}

.seller-final-cta {
  margin-top: 18px;
  background:
    radial-gradient(circle at 5% 5%, rgba(223, 255, 117, 0.24), transparent 28%),
    linear-gradient(135deg, #0b9a43, #077935);
}

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

.seller-final-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.seller-final-cta .seller-intro-primary {
  background: #fff;
  color: #087935;
  box-shadow: none;
}

.seller-final-cta .seller-intro-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  .seller-intro-hero,
  .seller-benefit,
  .seller-showcase,
  .seller-step,
  .seller-final-cta {
    animation: sellerIntroRise 520ms ease-out both;
  }

  .seller-benefit:nth-child(2) { animation-delay: 60ms; }
  .seller-benefit:nth-child(3) { animation-delay: 120ms; }
  .seller-benefit:nth-child(4) { animation-delay: 180ms; }
}

@keyframes sellerIntroRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .seller-intro-hero,
  .seller-showcase,
  .seller-intro-panel,
  .seller-final-cta {
    grid-template-columns: 1fr;
  }

  .seller-intro-media {
    min-height: 360px;
  }

  .seller-benefits-grid,
  .seller-steps-grid,
  .seller-showcase-board {
    grid-template-columns: 1fr 1fr;
  }

  .seller-final-actions {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .seller-intro-shell {
    padding-inline: 10px;
  }

  .seller-intro-hero {
    min-height: 0;
    margin-top: 12px;
    padding: 16px;
    border-radius: 22px;
  }

  .seller-intro-copy {
    gap: 13px;
  }

  .seller-intro-copy h1 {
    font-size: clamp(2rem, 11.5vw, 2.72rem);
  }

  .seller-intro-copy p {
    font-size: 0.95rem;
  }

  .seller-intro-actions,
  .seller-intro-primary,
  .seller-intro-secondary,
  .seller-final-actions {
    width: 100%;
  }

  .seller-intro-proof {
    gap: 7px;
  }

  .seller-intro-proof span {
    min-height: 31px;
    font-size: 0.76rem;
  }

  .seller-intro-media {
    min-height: 350px;
    place-items: start center;
  }

  .seller-phone-preview {
    width: min(100%, 302px);
    min-height: 360px;
    border-width: 7px;
    border-radius: 30px;
    transform: none;
  }

  .seller-preview-card {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 10px;
  }

  .seller-preview-image {
    width: 84px;
    min-height: 106px;
  }

  .seller-floating-ticket {
    right: 4px;
    bottom: 2px;
    max-width: 154px;
    padding: 11px;
  }

  .seller-benefits-grid,
  .seller-steps-grid,
  .seller-showcase-board {
    grid-template-columns: 1fr;
  }

  .seller-benefit,
  .seller-step {
    min-height: 0;
  }

  .seller-showcase,
  .seller-intro-panel,
  .seller-final-cta {
    border-radius: 20px;
  }

  .seller-showcase-board article {
    min-height: 138px;
  }
}
