:root {
  --sales-v2-ink: #123a63;
  --sales-v2-copy: #5e7488;
  --sales-v2-teal: #22c7d6;
  --sales-v2-teal-dark: #1597a5;
  --sales-v2-blue: #49a9ff;
  --sales-v2-orange: #ffa62b;
  --sales-v2-orange-dark: #ff8e1f;
  --sales-v2-soft: #f3fbff;
  --sales-v2-line: #ddeaf2;
  --sales-v2-shadow: 0 22px 54px rgba(28, 73, 103, .12);
}

html,
body.course-sales {
  max-width: 100%;
  overflow-x: hidden;
}

.legacy-sales-section {
  display: none !important;
}

.course-sales .course-hero h1 {
  max-width: 650px;
  font-size: clamp(50px, 4.9vw, 72px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.course-sales .course-hero .v2-ai-word {
  color: #19b8bf;
}

.course-sales .course-hero-punch {
  border-left-color: var(--sales-v2-orange);
}

.sales-v2-stats .course-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sales-v2-stats .course-trust-item strong {
  color: var(--sales-v2-ink);
  font-size: 18px;
}

.sales-v2-stats .course-trust-item span {
  font-size: 13px;
}

.sales-v2-overview,
.sales-v2-showcase {
  background:
    radial-gradient(circle at 4% 2%, rgba(34, 199, 214, .11), transparent 23%),
    linear-gradient(180deg, #f8fdff 0%, #fff 100%);
}

.sales-v2-overview {
  padding: 70px 0 66px;
}

.sales-v2-showcase {
  padding: 74px 0 84px;
  background: #fff;
}

.sales-v2-unlock,
.sales-v2-system-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 960px;
  margin: 0 auto 54px;
  padding: 18px 26px;
  border: 1px solid rgba(34, 199, 214, .26);
  border-radius: 20px;
  color: var(--sales-v2-ink);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(30, 80, 105, .07);
  font-size: 17px;
  text-align: center;
}

.sales-v2-unlock span,
.sales-v2-system-note span {
  color: var(--sales-v2-teal-dark);
  font-weight: 900;
}

.sales-v2-heading {
  margin-bottom: 36px;
  text-align: center;
}

.sales-v2-heading > span {
  color: var(--sales-v2-teal-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.sales-v2-heading h2 {
  margin: 10px 0 12px;
  color: var(--sales-v2-ink);
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.15;
  letter-spacing: -.04em;
}

.sales-v2-heading p {
  margin: 0;
  color: var(--sales-v2-copy);
  font-size: 17px;
}

.sales-v2-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sales-v2-quick-grid > div {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--sales-v2-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(29, 77, 101, .07);
}

.sales-v2-quick-grid b {
  display: grid;
  flex: 0 0 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--sales-v2-teal), #3787ed);
  font-size: 13px;
}

.sales-v2-quick-grid span {
  color: var(--sales-v2-ink);
  font-size: 15px;
  font-weight: 900;
}

.sales-v2-card {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  min-height: 430px;
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid var(--sales-v2-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--sales-v2-shadow);
  transition: transform .22s ease, box-shadow .22s ease;
}

.sales-v2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 68px rgba(28, 73, 103, .16);
}

.sales-v2-card.is-reverse .sales-v2-copy {
  order: 2;
}

.sales-v2-card.is-reverse .sales-v2-visual {
  order: 1;
}

.sales-v2-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 48px 48px 54px;
}

.sales-v2-number {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.sales-v2-number::first-line {
  color: #fff;
}

.sales-v2-number {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #17afbb, #22c7d6);
}

.sales-v2-number span {
  padding-left: 4px;
  color: #eaffff;
}

.sales-v2-copy h3 {
  margin: 0 0 17px;
  color: var(--sales-v2-ink);
  font-size: clamp(31px, 2.8vw, 42px);
  line-height: 1.22;
  letter-spacing: -.045em;
}

.sales-v2-copy h3 em {
  color: #12aebb;
  font-style: normal;
}

.sales-v2-copy > p {
  margin: 0 0 20px;
  color: var(--sales-v2-copy);
  font-size: 16px;
  line-height: 1.75;
}

.sales-v2-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sales-v2-copy li {
  padding: 8px 12px;
  border-radius: 999px;
  color: #267080;
  background: #edf9fa;
  font-size: 13px;
  font-weight: 800;
}

.sales-v2-copy li::before {
  margin-right: 5px;
  color: #15b3bf;
  content: "✓";
}

.sales-v2-visual {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 15%, rgba(73, 169, 255, .2), transparent 28%),
    linear-gradient(145deg, #eaf9fb, #f7fbff);
}

.sales-v2-visual::after {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(32, 136, 166, .12);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.sales-v2-visual > small,
.sales-v2-visual figcaption {
  position: absolute;
  z-index: 4;
  right: 34px;
  bottom: 28px;
  padding: 8px 12px;
  border-radius: 12px;
  color: #1b6275;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 22px rgba(22, 70, 98, .12);
  font-size: 12px;
  font-weight: 900;
}

.sales-v2-proof {
  margin: 0;
}

.sales-v2-proof img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sales-v2-proof::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(238, 249, 252, .25), transparent 50%);
  content: "";
}

.sales-v2-proof figcaption {
  margin: 0;
}

.sales-v2-ppt {
  gap: 20px;
}

.sales-v2-files {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.sales-v2-files span {
  padding: 13px 16px;
  border-radius: 13px;
  color: #315f78;
  background: #fff;
  box-shadow: 0 9px 22px rgba(21, 73, 102, .1);
  font-size: 13px;
  font-weight: 800;
}

.sales-v2-arrow {
  position: relative;
  z-index: 2;
  color: var(--sales-v2-teal);
  font-size: 40px;
  font-weight: 900;
}

.sales-v2-screen {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 54%;
  min-height: 255px;
  align-content: center;
  gap: 12px;
  padding: 27px;
  border: 8px solid #153b61;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(19, 64, 93, .22);
}

.sales-v2-screen b,
.sales-v2-screen strong {
  grid-column: 1 / -1;
}

.sales-v2-screen b {
  font-size: 19px;
}

.sales-v2-screen strong {
  color: #287f94;
  font-size: 13px;
}

.sales-v2-screen i {
  height: 76px;
  border-radius: 12px;
  background: linear-gradient(145deg, #baf0f2, #63a7f0);
}

.sales-v2-dashboard {
  gap: 16px;
}

.sales-v2-sheet,
.sales-v2-insights {
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(19, 68, 96, .14);
}

.sales-v2-sheet {
  display: grid;
  width: 42%;
  gap: 9px;
}

.sales-v2-sheet b {
  margin-bottom: 7px;
  color: #214b68;
}

.sales-v2-sheet span {
  height: 18px;
  border-radius: 5px;
  background: repeating-linear-gradient(90deg, #deedf2 0 38px, #fff 39px 45px);
}

.sales-v2-insights {
  display: grid;
  width: 47%;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sales-v2-insights.is-wide {
  width: 86%;
  grid-template-columns: repeat(4, 1fr);
}

.sales-v2-insights > div:not(.sales-v2-bars) {
  padding: 12px;
  border-radius: 12px;
  background: #f2f9fc;
}

.sales-v2-insights b,
.sales-v2-insights span {
  display: block;
}

.sales-v2-insights b {
  color: #154f70;
  font-size: 18px;
}

.sales-v2-insights span {
  margin-top: 3px;
  color: #70899a;
  font-size: 11px;
}

.sales-v2-bars {
  display: flex;
  grid-column: 1 / -1;
  height: 115px;
  align-items: end;
  justify-content: center;
  gap: 11px;
  padding-top: 12px;
}

.sales-v2-bars i {
  width: 24px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(180deg, #25ccd0, #3f82e8);
}

.sales-v2-bars i:nth-child(1) { height: 35%; }
.sales-v2-bars i:nth-child(2) { height: 62%; }
.sales-v2-bars i:nth-child(3) { height: 47%; }
.sales-v2-bars i:nth-child(4) { height: 88%; }
.sales-v2-bars i:nth-child(5) { height: 72%; }
.sales-v2-bars i:nth-child(6) { height: 95%; }
.sales-v2-bars i:nth-child(7) { height: 82%; }

.sales-v2-video {
  gap: 22px;
}

.sales-v2-topic,
.sales-v2-phone {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 22px;
  color: var(--sales-v2-ink);
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 69, 98, .15);
}

.sales-v2-topic {
  width: 40%;
  border-radius: 22px;
}

.sales-v2-topic span {
  padding: 12px;
  border-radius: 12px;
  color: #347087;
  background: #edf9fb;
  font-size: 13px;
  font-weight: 800;
}

.sales-v2-phone {
  width: 37%;
  min-height: 300px;
  place-content: center;
  border: 8px solid #112f50;
  border-radius: 34px;
  text-align: center;
  background: linear-gradient(160deg, #143a61, #1bb8c2);
  color: #fff;
}

.sales-v2-phone i {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 18px auto;
  place-items: center;
  border-radius: 50%;
  color: #1c526d;
  background: #fff;
  font-style: normal;
}

.sales-v2-phone small {
  color: #ccf7f8;
}

.sales-v2-skill img {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 68%;
  max-height: 350px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(22, 70, 99, .16));
}

.sales-v2-skill figcaption {
  margin: 0;
}

.sales-v2-platforms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: center;
  gap: 15px;
  padding: 62px;
}

.sales-v2-platforms > span {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 112px;
  place-items: center;
  border-radius: 20px;
  color: #244d69;
  background: #fff;
  box-shadow: 0 14px 31px rgba(22, 72, 100, .11);
  font-weight: 900;
}

.sales-v2-platforms b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--sales-v2-teal), #5579ed);
}

.sales-v2-platforms .is-done {
  color: #07834f;
  background: #effcf6;
}

.sales-v2-knowledge {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  padding: 70px;
}

.sales-v2-knowledge > span,
.sales-v2-knowledge > b {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 75px;
  place-items: center;
  border-radius: 18px;
  color: #23506c;
  background: #fff;
  box-shadow: 0 14px 30px rgba(21, 73, 100, .12);
  text-align: center;
}

.sales-v2-knowledge > b {
  grid-column: 2;
  grid-row: 1 / 3;
  color: #fff;
  background: linear-gradient(145deg, #16b4bd, #4e76e8);
  font-size: 20px;
}

.sales-v2-knowledge > span:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}

.sales-v2-knowledge > span:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

.sales-v2-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 42px 0;
  padding: 28px 34px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(120deg, #10a9b5, #27ccd0);
  box-shadow: 0 18px 42px rgba(25, 183, 191, .24);
}

.sales-v2-cta strong,
.sales-v2-cta span {
  display: block;
}

.sales-v2-cta strong {
  font-size: 27px;
}

.sales-v2-cta span {
  margin-top: 5px;
  color: #e6ffff;
  font-size: 13px;
}

.sales-v2-cta button {
  flex: 0 0 auto;
  min-width: 200px;
  padding: 16px 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--sales-v2-orange), var(--sales-v2-orange-dark));
  box-shadow: 0 12px 28px rgba(198, 94, 11, .22);
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  animation: sales-v2-pulse 2.8s ease-in-out infinite;
}

.sales-v2-system-note {
  margin-top: 54px;
  margin-bottom: 0;
  border-color: rgba(255, 166, 43, .4);
  background: #fff9ef;
}

@keyframes sales-v2-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 12px 28px rgba(198, 94, 11, .22); }
  50% { transform: scale(1.025); box-shadow: 0 15px 34px rgba(198, 94, 11, .3); }
}

@media (prefers-reduced-motion: reduce) {
  .sales-v2-card,
  .sales-v2-cta button {
    animation: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .course-sales .course-hero h1 {
    font-size: 48px;
  }

  .sales-v2-card {
    grid-template-columns: 1fr;
  }

  .sales-v2-card .sales-v2-copy,
  .sales-v2-card.is-reverse .sales-v2-copy {
    order: 1;
  }

  .sales-v2-card .sales-v2-visual,
  .sales-v2-card.is-reverse .sales-v2-visual {
    order: 2;
  }

  .sales-v2-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .course-sales .v2-header-inner {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .course-sales .course-header-note,
  .course-sales .v2-brand-copy small {
    display: none;
  }

  .course-sales .v2-brand,
  .course-sales .v2-header-actions {
    min-width: 0;
  }

  .course-sales .v2-submit {
    min-width: 0;
    padding: 0 14px;
    font-size: 12px;
    white-space: nowrap;
  }

  .course-sales .v2-container {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .course-sales .course-hero .v2-hero-grid {
    display: block;
  }

  .course-sales .course-hero .v2-hero-copy,
  .course-sales .course-hero-video {
    width: 100%;
    min-width: 0;
  }

  .course-sales .course-source-note,
  .course-sales .course-hero-punch,
  .course-sales .course-hero-actions,
  .course-sales .course-price-hint {
    max-width: 100%;
    margin-left: 0;
  }

  .course-sales .course-hero-actions .course-button {
    width: 100%;
  }

  .course-sales .course-hero-video {
    padding-right: 0;
    padding-left: 0;
  }

  .course-sales .course-hero h1 {
    font-size: 38px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .sales-v2-stats .course-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sales-v2-stats .course-trust-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e5edef;
  }

  .sales-v2-stats .course-trust-item:nth-child(4) {
    border-top: 1px solid #e5edef;
  }

  .sales-v2-stats .course-trust-item {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
  }

  .sales-v2-stats .course-trust-item strong,
  .sales-v2-stats .course-trust-item span {
    overflow-wrap: anywhere;
  }

  .sales-v2-overview,
  .sales-v2-showcase {
    padding: 48px 0;
  }

  .sales-v2-unlock,
  .sales-v2-system-note {
    display: block;
    margin-bottom: 38px;
    padding: 16px 18px;
    font-size: 15px;
  }

  .sales-v2-unlock span,
  .sales-v2-system-note span {
    display: block;
    margin-top: 5px;
  }

  .sales-v2-heading {
    margin-bottom: 26px;
  }

  .sales-v2-heading h2 {
    font-size: 29px;
  }

  .sales-v2-heading p {
    font-size: 15px;
  }

  .sales-v2-quick-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .sales-v2-quick-grid > div {
    min-height: 68px;
    padding: 10px;
  }

  .sales-v2-quick-grid b {
    flex-basis: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .sales-v2-quick-grid span {
    font-size: 13px;
  }

  .sales-v2-card {
    min-height: 0;
    margin-bottom: 20px;
    border-radius: 23px;
  }

  .sales-v2-copy {
    padding: 30px 24px 28px;
  }

  .sales-v2-copy h3 {
    font-size: 27px;
  }

  .sales-v2-copy > p {
    font-size: 15px;
  }

  .sales-v2-copy li {
    padding: 7px 10px;
    font-size: 12px;
  }

  .sales-v2-visual {
    min-height: 315px;
    padding: 26px;
  }

  .sales-v2-visual::after {
    inset: 13px;
    border-radius: 18px;
  }

  .sales-v2-files {
    display: none;
  }

  .sales-v2-screen {
    width: 83%;
  }

  .sales-v2-sheet {
    width: 44%;
    padding: 14px;
  }

  .sales-v2-insights {
    width: 52%;
    padding: 14px;
  }

  .sales-v2-insights.is-wide {
    width: 94%;
    grid-template-columns: 1fr 1fr;
  }

  .sales-v2-topic {
    width: 45%;
    padding: 14px;
  }

  .sales-v2-phone {
    width: 45%;
    min-height: 250px;
  }

  .sales-v2-skill img {
    max-width: 58%;
    max-height: 270px;
  }

  .sales-v2-platforms {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 38px 27px;
  }

  .sales-v2-platforms > span {
    min-height: 82px;
    font-size: 12px;
  }

  .sales-v2-knowledge {
    gap: 10px;
    padding: 42px 25px;
  }

  .sales-v2-knowledge > span,
  .sales-v2-knowledge > b {
    min-height: 62px;
    font-size: 12px;
  }

  .sales-v2-cta {
    display: block;
    margin: 30px 0;
    padding: 24px 20px;
    border-radius: 23px;
    text-align: center;
  }

  .sales-v2-cta strong {
    font-size: 22px;
  }

  .sales-v2-cta button {
    width: 100%;
    margin-top: 18px;
  }

  .course-sales .course-mobile-price strong {
    font-size: 17px;
  }
}
