#sv3 {
  --orange: #e9651c;
  --cream: #faf6ea;
  --ink: #11100e;
  --muted: #63635c;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

#live-signature-analysis-body {
  margin-top: 0px;
}

#sv3 * {
  box-sizing: border-box;
}
#sv3 h1,
#sv3 h2,
#sv3 h3,
#sv3 p {
  margin: 0;
}
#sv3 a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  width: 1120px;
  max-width: calc(100% - 160px);
  margin: 0 auto;
}
.section-white {
  background: #fff;
}
.ticker {
  height: 52px;
  background: var(--orange);
  color: white;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ticker-track {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.ticker-track i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
}
.ticker-track b {
  color: #fef08a;
}
.hero {
  height: 865px;
}
.hero-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.brand-logo {
  width: 143px;
  height: 36px;
  object-fit: contain;
}
.hero-copy {
  width: 100%;
  text-align: center;
}
.hero h1 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.2px;
  font-weight: 700;
}
.hero-sub {
  padding-top: 16px;
  font-size: 20px;
  line-height: 30px;
  color: var(--muted);
}
.hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  padding-top: 16px;
}
.hero-art {
  text-align: center;
}
.hero-art img {
  width: 520px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.hero-action {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.hero-note {
  width: 100%;
  max-width: 536px;
  border: 1px solid #e57626;
  border-radius: 8px;
  background: rgba(229, 118, 38, 0.1);
  padding: 25px;
  font-size: 18px;
  line-height: 28px;
}
.gradient-button {
  display: flex;
  width: 384px;
  max-width: 100%;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(143deg, #fd743b, #ffb666);
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
}
.limited {
  font-size: 16px;
  line-height: 24px;
}
.testimonials {
  height: 554px;
  padding: 40px 0 70px;
}
.testimonials h2,
.audience h2,
.learn h2,
.comparison h2,
.why h2,
.faq h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  text-align: center;
}
.testimonials .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.slider-window {
  overflow: hidden;
}
.testimonial-window {
  margin-top: 20px;
}
.slider-track {
  display: flex;
  will-change: transform;
  transition: transform 0.42s ease;
}
.testimonial-track {
  gap: 35px;
}
.testimonial-card {
  flex: 0 0 472px;
  height: 304px;
  border: 1px solid #111;
  border-radius: 24px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonial-card > p {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
}
.testimonial-bottom {
  height: 184px;
  border-radius: 13px;
  background: linear-gradient(121deg, #fd743b, #ffbf6c);
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
  color: #fff;
  overflow: hidden;
}
.testimonial-bottom > div {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
}
.testimonial-bottom b {
  font-size: 18px;
  line-height: 24px;
}
.testimonial-bottom span {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.testimonial-bottom img {
  width: 187px;
  height: 212px;
  object-fit: contain;
  align-self: flex-end;
}
.slider-controls {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 14px;
}
.slider-controls button,
.side-arrow {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #ff7b3e;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.stats {
  height: 183px;
  background: var(--cream);
  display: flex;
  align-items: center;
}
.stats-wrap {
  width: 1200px;
  max-width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.stats-wrap > div {
  text-align: center;
  border-right: 1px solid #e6e0d4;
}
.stats-wrap > div:last-child {
  border: 0;
}
.stats b {
  display: block;
  font-size: 32px;
  line-height: 40px;
}
.stats span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.audience {
  height: 656px;
}
.audience-wrap {
  height: 100%;
  padding: 78px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.audience-slider-row {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 20px;
  align-items: center;
}
.audience-track {
  gap: 20px;
}
.audience-card {
  flex: 0 0 calc((100% - 40px) / 3);
  height: 154px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding: 20px;
}
.audience-card p {
  font-size: 16px;
  line-height: 24px;
}
.audience-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #09a8d8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audience-icon.orange {
  color: #ff8a45;
}
.cta-strip {
  height: 126px;
  border-radius: 12px;
  background: #ef7622;
  color: #fff;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-strip div {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.cta-strip a,
.wide-cta a {
  height: 56px;
  border-radius: 999px;
  background: #171714;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.learn {
  height: 1871px;
  background: var(--cream);
}
.learn-wrap {
  height: 100%;
  padding: 115px 110px 80px;
}
.learn h2 {
  margin-left: -110px;
  margin-right: -110px;
  margin-bottom: 70px;
}
.learn-grid {
  display: grid;
  grid-template-columns: 385px 385px;
  grid-auto-rows: 215px;
  gap: 50px 130px;
  position: relative;
}
.learn-grid:before {
  content: "";
  position: absolute;
  left: 450px;
  top: 15px;
  bottom: 15px;
  width: 2px;
  background: #ff8448;
}
.learn-grid > * {
  position: relative;
}
.learn-grid > *:nth-child(even):before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff8448;
  transform: translateY(-50%);
}
.learn-img {
  border-radius: 8px;
  overflow: hidden;
}
.learn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.learn-card {
  background: white;
  border-radius: 8px;
  padding: 42px 28px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.learn-card h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 21px;
}
.learn-card p {
  font-size: 18px;
  line-height: 28px;
}
.trust {
  height: 202px;
  background: #fff;
}
.trust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comparison {
  height: 810px;
}
.compare-wrap {
  height: 100%;
  padding: 88px 16px 60px;
}
.comparison h2 {
  text-align: left;
}
.section-lead {
  font-size: 20px;
  line-height: 30px;
  margin-top: 36px;
  color: var(--muted);
}
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 42px;
}
.compare-card {
  height: 318px;
  border-radius: 24px;
  padding: 32px;
}
.compare-card.light {
  background: #fffdf8;
  border: 1px solid #ded8c9;
}
.compare-card.dark {
  background: #171714;
  border: 2px solid #ed7525;
  color: #fff;
}
.compare-card small {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: #8d8a80;
}
.compare-card.dark small {
  color: #ff7d38;
}
.compare-card h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 16px 0;
}
.compare-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.compare-card li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px;
}
.compare-end {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 36px;
}
.wide-cta {
  height: 166px;
  background: #ef7622;
  color: #fff;
}
.cta-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.cta-inner p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
.why {
  height: 702px;
}
.why-wrap {
  height: 100%;
  padding: 72px 0 46px;
}
.why-card {
  height: 482px;
  margin-top: 36px;
  border: 1px solid #e5ded2;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  display: grid;
  grid-template-columns: 1fr 544px;
  overflow: hidden;
}
.why-copy {
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.why-copy h3 {
  font-size: 20px;
  line-height: 24px;
}
.why-copy p {
  font-size: 16px;
  line-height: 20px;
  color: var(--muted);
}
.why-card > img {
  width: 544px;
  height: 434px;
  object-fit: cover;
  border-radius: 6px;
}
.gradient-button.small {
  width: 300px;
  height: 48px;
  font-size: 16px;
  margin-top: auto;
}
.samples {
  height: 998px;
  background: #fffdf8;
}
.samples-wrap {
  height: 100%;
  padding: 92px 16px 54px;
}
.samples h2 {
  font-size: 56px;
  line-height: 62px;
  max-width: 1050px;
  letter-spacing: -1.2px;
}
.sample-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  margin-top: 42px;
}
.sample-card {
  height: 224px;
  border: 1px solid #ded7ca;
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.sample-card img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
}
.sample-card h3 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 14px;
}
.sample-card p {
  font-size: 16px;
  line-height: 25px;
  color: var(--muted);
}
.samples .cta-strip {
  margin-top: 32px;
}
.faq {
  height: 988px;
}
.faq-wrap {
  height: 100%;
  padding: 76px 0 54px;
}
.faq h2 {
  text-align: left;
}
.faq-list {
  margin-top: 42px;
}
.faq-item {
  background: #fbf8f0;
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-item button {
  width: 100%;
  height: 76px;
  border: 0;
  background: transparent;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 600 18px/26px "DM Sans";
  text-align: left;
  cursor: pointer;
}
.faq-item button b {
  font-size: 24px;
  color: #ef7622;
}
.faq-item p {
  display: none;
  padding: 0 26px 22px;
  font-size: 16px;
  line-height: 24px;
  color: #656159;
}
.faq-item.open p {
  display: block;
}
.faq-item.open {
  padding-top: 2px;
}
.final {
  height: 396px;
}
.final-card {
  height: 230px;
  position: relative;
  top: 64px;
  border-radius: 24px;
  background: #4a2412
    url("/assets/images/live-signature/6a83ec89255b571c8eeef1ef.webp")
    center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.final-copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.final h2 {
  font-size: 40px;
  line-height: 48px;
}
.final p {
  font-size: 16px;
  line-height: 24px;
  max-width: 800px;
}
.final-copy > p:first-of-type {
  margin-top: 8px;
}
.final-copy a {
  margin-top: 10px;
  width: 384px;
  max-width: 80%;
  height: 48px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

@media (max-width: 600px) {
  .wrap {
    width: 100%;
    max-width: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .ticker {
    height: 48px;
  }
  .ticker-track {
    font-size: 12px;
    gap: 12px;
    justify-content: flex-start;
    width: max-content;
    animation: sv3ticker 14s linear infinite;
  }
  .ticker-track i {
    width: 6px;
    height: 6px;
  }
  @keyframes sv3ticker {
    to {
      transform: translateX(-45%);
    }
  }
  .hero {
    height: 973px;
  }
  .hero-wrap {
    justify-content: flex-start;
    gap: 0;
    padding-top: 28px;
  }
  .brand-logo {
    width: 118px;
    height: 30px;
  }
  .hero-copy {
    margin-top: 32px;
  }
  .hero h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.6px;
  }
  .hero-sub {
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
    color: #63635c;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 18px;
  }
  .hero-art img {
    width: 370px;
    height: auto;
    max-width: 100%;
  }
  .hero-action {
    padding: 0;
    width: 100%;
    gap: 12px;
  }
  .hero-note {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .gradient-button {
    width: 100%;
    height: 56px;
    font-size: 16px;
  }
  .limited {
    font-size: 14px;
  }
  .testimonials {
    height: 544px;
    padding: 44px 0 36px;
  }
  .testimonials h2,
  .audience h2,
  .learn h2,
  .comparison h2,
  .why h2,
  .faq h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.4px;
  }
  .testimonial-window {
    margin-top: 54px;
  }
  .testimonial-track {
    gap: 16px;
  }
  .testimonial-card {
    flex-basis: 100%;
    height: 230px;
    border-radius: 16px;
    padding: 14px;
    gap: 16px;
  }
  .testimonial-card > p {
    font-size: 12px;
    line-height: 16px;
    height: 48px;
  }
  .testimonial-bottom {
    height: 140px;
    padding-left: 8px;
  }
  .testimonial-bottom b {
    font-size: 13px;
  }
  .testimonial-bottom span {
    font-size: 10px;
    line-height: 14px;
  }
  .testimonial-bottom img {
    width: 142px;
    height: 161px;
  }
  .slider-controls {
    margin-top: 28px;
  }
  .slider-controls button,
  .side-arrow {
    width: 48px;
    height: 48px;
  }
  .stats {
    height: 183px;
  }
  .stats-wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
  }
  .stats b {
    font-size: 24px;
    line-height: 30px;
  }
  .stats span {
    font-size: 11px;
    line-height: 14px;
  }
  .audience {
    height: 662px;
  }
  .audience-wrap {
    padding-top: 48px;
    padding-bottom: 38px;
  }
  .audience-slider-row {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .side-arrow {
    position: absolute;
    z-index: 2;
  }
  .audience-slider-row > .side-arrow:first-child {
    left: 20px;
  }
  .audience-slider-row > .side-arrow:last-child {
    right: 20px;
  }
  .audience-window {
    width: 100%;
  }
  .audience-track {
    gap: 16px;
  }
  .audience-card {
    flex-basis: 100%;
    height: 212px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
  }
  .audience-card p {
    font-size: 20px;
    line-height: 28px;
    max-width: 220px;
  }
  .audience-icon {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }
  .cta-strip {
    height: 155px;
    padding: 18px;
    border-radius: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .cta-strip div {
    font-size: 16px;
    line-height: 20px;
  }
  .cta-strip a {
    height: 52px;
    font-size: 14px;
    width: 100%;
  }
  .learn {
    height: 2492px;
  }
  .learn-wrap {
    padding-top: 58px;
    padding-bottom: 45px;
  }
  .learn h2 {
    margin: 0 0 40px;
  }
  .learn-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .learn-grid:before,
  .learn-grid > *:before {
    display: none !important;
  }
  .learn-img {
    height: 202px;
    border-radius: 8px 8px 0 0;
  }
  .learn-img.tall {
    height: 202px;
  }
  .learn-card {
    height: 182px;
    border-radius: 0 0 8px 8px;
    padding: 24px;
    margin-bottom: 18px;
  }
  .learn-card h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .learn-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .learn-grid .learn-card:nth-child(3) {
    order: 4;
  }
  .learn-grid .learn-img:nth-child(4) {
    order: 3;
  }
  .learn-grid .learn-img:nth-child(5) {
    order: 5;
  }
  .learn-grid .learn-card:nth-child(6) {
    order: 6;
  }
  .learn-grid .learn-card:nth-child(7) {
    order: 8;
  }
  .learn-grid .learn-img:nth-child(8) {
    order: 7;
  }
  .learn-grid .learn-img:nth-child(9) {
    order: 9;
  }
  .learn-grid .learn-card:nth-child(10) {
    order: 10;
  }
  .learn-grid .learn-card:nth-child(11) {
    order: 12;
  }
  .learn-grid .learn-img:nth-child(12) {
    order: 11;
  }
  .trust {
    height: 130px;
  }
  .trust img {
    object-fit: cover;
  }
  .comparison {
    height: 1264px;
  }
  .compare-wrap {
    padding-top: 58px;
    padding-bottom: 38px;
  }
  .comparison h2 {
    text-align: left;
  }
  .section-lead {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
  }
  .compare-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 34px;
  }
  .compare-card {
    height: 360px;
    padding: 24px;
    border-radius: 20px;
  }
  .compare-card h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .compare-card li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .compare-end {
    font-size: 17px;
    line-height: 22px;
    margin-top: 22px;
  }
  .wide-cta {
    height: 247px;
  }
  .cta-inner {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .cta-inner p {
    font-size: 18px;
    line-height: 22px;
  }
  .cta-inner a {
    width: 100%;
    height: 54px;
    font-size: 14px;
  }
  .why {
    height: 1131px;
  }
  .why-wrap {
    padding-top: 54px;
    padding-bottom: 32px;
  }
  .why-card {
    height: 950px;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    padding: 12px;
  }
  .why-card > img {
    order: -1;
    width: 100%;
    height: 390px;
  }
  .why-copy {
    padding: 22px 12px;
    gap: 18px;
  }
  .why-copy h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .why-copy p {
    font-size: 14px;
    line-height: 19px;
  }
  .gradient-button.small {
    width: 100%;
    margin-top: 8px;
  }
  .samples {
    height: 1777px;
  }
  .samples-wrap {
    padding-top: 58px;
    padding-bottom: 34px;
  }
  .samples h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .sample-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }
  .sample-card {
    height: 290px;
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 12px;
  }
  .sample-card img {
    width: 92px;
    height: 92px;
  }
  .sample-card h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .sample-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .samples .cta-strip {
    margin-top: 22px;
  }
  .faq {
    height: 1014px;
  }
  .faq-wrap {
    padding-top: 58px;
    padding-bottom: 32px;
  }
  .faq h2 {
    text-align: left;
  }
  .faq-list {
    margin-top: 28px;
  }
  .faq-item {
    border-radius: 12px;
    margin-bottom: 8px;
  }
  .faq-item button {
    height: 64px;
    padding: 0 16px;
    font-size: 13px;
    line-height: 18px;
  }
  .faq-item p {
    padding: 0 16px 16px;
    font-size: 12px;
    line-height: 17px;
  }
  .final {
    height: 395px;
  }
  .final-card {
    top: 42px;
    height: 310px;
    border-radius: 24px;
  }
  .final-copy {
    padding: 24px;
  }
  .final h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .final p {
    font-size: 12px;
    line-height: 18px;
  }
  .final-copy a {
    width: 240px;
    height: 44px;
    margin-top: 14px;
  }
}

#sv3 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -40px;
  margin-bottom: -40px;
}
@media (min-width: 601px) {
  #sv3 .faq-item button {
    height: 74px;
  }
}
@media (max-width: 600px) {
  #sv3 .learn-img,
  #sv3 .learn-img.tall {
    height: 198px;
  }
  #sv3 .learn-card {
    margin-bottom: 15px;
  }
}

#sv3 {
  scroll-behavior: smooth;
}
#sv3 .audience-window {
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
  padding: 18px;
}
#sv3 .learn-wrap {
  padding: 80px 110px;
}
#sv3 .learn h2 {
  margin-left: -110px;
  margin-right: -110px;
  margin-bottom: 40px;
}
#sv3 .learn-grid {
  grid-template-rows: 215px 215px 215px 256.67px 215px 256.67px;
  grid-auto-rows: unset;
}
#sv3 .learn-grid:before {
  top: 120.99px;
  bottom: auto;
  height: 1382px;
}
#sv3 .learn-grid > *:nth-child(even):before {
  left: -74px;
}
@media (max-width: 600px) {
  #sv3 .learn {
    height: 2532px;
  }
  #sv3 .learn-wrap {
    padding-top: 58px;
    padding-bottom: 45px;
  }
  #sv3 .learn h2 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #sv3 .learn-grid {
    grid-template-rows: none;
    grid-auto-rows: auto;
  }
}
#sv3 a,
#sv3 button {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease,
    background-color 0.2s ease;
}
#sv3 a:focus-visible,
#sv3 button:focus-visible {
  outline: 3px solid #1478ff;
  outline-offset: 3px;
}
@media (hover: hover) {
  #sv3 .gradient-button:hover,
  #sv3 .cta-strip a:hover,
  #sv3 .wide-cta a:hover,
  #sv3 .final-copy a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(17, 16, 14, 0.18);
  }
  #sv3 .slider-controls button:hover,
  #sv3 .side-arrow:hover {
    filter: brightness(0.92);
    transform: scale(1.05);
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #sv3 .wrap {
    width: auto;
    max-width: calc(100% - 64px);
  }
  #sv3 .hero,
  #sv3 .testimonials,
  #sv3 .audience,
  #sv3 .learn,
  #sv3 .comparison,
  #sv3 .why,
  #sv3 .samples,
  #sv3 .faq,
  #sv3 .final {
    height: auto;
  }
  #sv3 .hero {
    padding: 56px 0 64px;
  }
  #sv3 .hero-wrap {
    gap: 32px;
  }
  #sv3 .hero h1 {
    font-size: 40px;
    line-height: 46px;
  }
  #sv3 .hero-sub {
    font-size: 18px;
    line-height: 27px;
  }
  #sv3 .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }
  #sv3 .hero-art img {
    width: 108%;
    height: auto;
    max-width: 108%;
    max-height: none;
    margin-left: -4%;
  }
  #sv3 .hero-action {
    padding: 0;
  }
  #sv3 .hero-note {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  #sv3 .testimonials {
    padding: 64px 0;
  }
  #sv3 .testimonial-track {
    gap: 24px;
  }
  #sv3 .testimonial-card {
    flex-basis: calc((100% - 24px) / 2);
    height: 282px;
    padding: 18px;
    gap: 20px;
  }
  #sv3 .testimonial-card > p {
    font-size: 15px;
    line-height: 22px;
    height: 66px;
  }
  #sv3 .testimonial-bottom {
    height: 164px;
  }
  #sv3 .testimonial-bottom img {
    width: 150px;
    height: 176px;
  }
  #sv3 .stats {
    height: 160px;
  }
  #sv3 .audience {
    padding: 64px 0;
  }
  #sv3 .audience-wrap {
    padding: 0;
    gap: 38px;
  }
  #sv3 .audience-track {
    gap: 20px;
  }
  #sv3 .audience-card {
    flex-basis: calc((100% - 20px) / 2);
    height: 160px;
  }
  #sv3 .cta-strip {
    height: auto;
    min-height: 126px;
    gap: 24px;
  }
  #sv3 .cta-strip div {
    font-size: 20px;
    line-height: 28px;
  }
  #sv3 .cta-strip a {
    font-size: 15px;
    padding: 0 22px;
  }
  #sv3 .learn {
    padding: 72px 0;
  }
  #sv3 .learn-wrap {
    padding: 0;
  }
  #sv3 .learn h2 {
    margin: 0 0 48px;
  }
  #sv3 .learn-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 24px;
  }
  #sv3 .learn-grid:before,
  #sv3 .learn-grid > *:before {
    display: none;
  }
  #sv3 .learn-img,
  #sv3 .learn-img.tall {
    height: 240px;
  }
  #sv3 .learn-card {
    height: 240px;
    padding: 30px 24px;
  }
  #sv3 .learn-card h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  #sv3 .learn-card p {
    font-size: 16px;
    line-height: 24px;
  }
  #sv3 .trust {
    height: 160px;
  }
  #sv3 .comparison {
    padding: 72px 0;
  }
  #sv3 .compare-wrap {
    padding: 0;
  }
  #sv3 .compare-grid {
    gap: 20px;
  }
  #sv3 .compare-card {
    height: auto;
    min-height: 360px;
    padding: 26px;
  }
  #sv3 .compare-card h3 {
    font-size: 21px;
    line-height: 28px;
  }
  #sv3 .compare-card li {
    font-size: 14px;
    line-height: 21px;
  }
  #sv3 .compare-end {
    font-size: 21px;
    line-height: 29px;
  }
  #sv3 .wide-cta {
    height: auto;
    padding: 32px 0;
  }
  #sv3 .cta-inner {
    gap: 28px;
  }
  #sv3 .cta-inner p {
    font-size: 20px;
    line-height: 28px;
  }
  #sv3 .cta-inner a {
    font-size: 15px;
    padding: 0 22px;
  }
  #sv3 .why {
    padding: 72px 0;
  }
  #sv3 .why-wrap {
    padding: 0;
  }
  #sv3 .why-card {
    height: auto;
    min-height: 520px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  #sv3 .why-card > img {
    width: 100%;
    height: 100%;
    min-height: 486px;
    object-fit: cover;
  }
  #sv3 .why-copy {
    padding: 12px;
    gap: 14px;
  }
  #sv3 .why-copy h3 {
    font-size: 17px;
    line-height: 22px;
  }
  #sv3 .why-copy p {
    font-size: 14px;
    line-height: 19px;
  }
  #sv3 .gradient-button.small {
    width: 100%;
  }
  #sv3 .samples {
    padding: 72px 0;
  }
  #sv3 .samples-wrap {
    padding: 0;
  }
  #sv3 .samples h2 {
    font-size: 44px;
    line-height: 50px;
  }
  #sv3 .sample-grid {
    grid-template-columns: 1fr;
  }
  #sv3 .sample-card {
    height: auto;
    min-height: 224px;
  }
  #sv3 .faq {
    padding: 72px 0;
  }
  #sv3 .faq-wrap {
    padding: 0;
  }
  #sv3 .final {
    padding: 64px 0;
  }
  #sv3 .final-card {
    top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  #sv3 {
    scroll-behavior: auto;
  }
  #sv3 *,
  #sv3 *:before,
  #sv3 *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Persistent conversion bar: fixed to the viewport with matching page clearance. */
#sv3 {
  padding-bottom: 83px;
}
#sv3 .wide-cta {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 83px;
  box-shadow: 0 -6px 24px rgba(17, 16, 14, 0.14);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s;
}
#sv3 .wide-cta.is-hidden-on-hero {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
#sv3 .wide-cta .cta-inner p,
#sv3 .wide-cta .cta-inner a {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  #sv3 {
    padding-bottom: 78px;
  }
  #sv3 .wide-cta {
    height: 78px;
    padding: 0;
  }
  #sv3 .wide-cta .cta-inner p,
  #sv3 .wide-cta .cta-inner a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  #sv3 {
    padding-bottom: 82px;
  }
  #sv3 .wide-cta {
    height: 82px;
    padding: 0;
  }
  #sv3 .cta-inner {
    padding: 12px 16px !important;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  #sv3 .wide-cta .cta-inner p {
    flex: 1;
    font-size: 12px;
    line-height: 15px;
  }
  #sv3 .wide-cta .cta-inner p span {
    display: none;
  }
  #sv3 .wide-cta .cta-inner a {
    flex: 0 0 52%;
    width: auto;
    height: 44px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
#sv3 .ticker-track {
  width: max-content;
  min-width: max-content;
  justify-content: flex-start;
  gap: 0;
  animation: sv3ticker 18s linear infinite;
}
#sv3 .ticker-group {
  display: flex;
  flex: none;
  min-width: 100vw;
  align-items: center;
  justify-content: space-around;
  gap: 0;
}
@keyframes sv3ticker {
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  #sv3 .ticker-track {
    gap: 0;
    animation-duration: 14s;
  }
  #sv3 .ticker-group {
    min-width: max-content;
    justify-content: flex-start;
    gap: 12px;
    padding-right: 12px;
  }
}

/* Exact Figma V3 final CTA */
#sv3 .final {
  height: 760px;
  padding: 0;
  background: #1b1a17;
  color: #f8f4e8;
}
#sv3 .final-copy {
  width: 100%;
  height: 100%;
  padding: 160px 150px 170px;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 14;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  text-align: center;
}
#sv3 .final-eyebrow {
  width: 400px;
  max-width: 100%;
  color: #e57626;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  font-style: italic;
}
#sv3 .final h2 {
  width: 1100px;
  max-width: 100%;
  color: #f8f4e8;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.5px;
}
#sv3 .final-body {
  width: 680px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 17px;
  color: #c9c7ba;
}
#sv3 .final-body p {
  max-width: none;
  font-size: 17px;
  line-height: 17px;
}
#sv3 .final-copy > a {
  width: 236px;
  max-width: 100%;
  height: 52px;
  min-height: 52px;
  margin: 0;
  border-radius: 26px;
  background: #e57626;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sv3 .final-footer {
  width: 760px;
  max-width: 100%;
  color: #918f85;
  font-size: 16px;
  line-height: 1.5;
}
#sv3 .mobile-footer {
  display: none;
}
@media (min-width: 601px) and (max-width: 1024px) {
  #sv3 .final {
    height: auto;
    min-height: 680px;
    padding: 0;
  }
  #sv3 .final-copy {
    padding: 120px 48px 100px;
    gap: 26px;
  }
  #sv3 .final-eyebrow {
    font-size: 22px;
  }
  #sv3 .final h2 {
    font-size: 44px;
    line-height: 1.1;
  }
  #sv3 .final-body {
    gap: 17px;
  }
  #sv3 .final-body p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  #sv3 .final {
    height: 639px;
    padding: 0;
  }
  #sv3 .final-copy {
    padding: 100px 24px 40px;
    gap: 24px;
  }
  #sv3 .final-eyebrow {
    width: 300px;
    font-size: 20px;
    line-height: 1.2;
  }
  #sv3 .final h2 {
    width: 342px;
    font-size: 32px;
    line-height: 1.15;
  }
  #sv3 .final-body {
    width: 342px;
    gap: 24px;
  }
  #sv3 .final-body p {
    font-size: 16px;
    line-height: 1.6;
  }
  #sv3 .final-copy > a {
    width: 342px;
    height: 56px;
    min-height: 56px;
    border-radius: 28px;
    font-size: 16px;
  }
  #sv3 .final-footer {
    width: 342px;
    font-size: 14px;
    line-height: 1.35;
  }
  #sv3 .desktop-footer {
    display: none;
  }
  #sv3 .mobile-footer {
    display: inline;
  }
}
@media (max-width: 1024px) {
  #sv3 .final h2 {
    letter-spacing: 0;
  }
}

/* Exact Figma V3 comparison-section spacing */
@media (min-width: 1025px) {
  #sv3 .comparison {
    height: auto;
    padding: 0;
  }
  #sv3 .compare-wrap {
    width: 1248px;
    max-width: calc(100% - 192px);
    height: auto;
    padding: 110px 0 120px;
  }
  #sv3 .compare-grid {
    gap: 18px;
    margin-top: 42px;
  }
  #sv3 .compare-card {
    height: 351px;
    padding: 40px;
  }
  #sv3 .compare-end {
    margin-top: 42px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #sv3 .comparison {
    padding: 84px 0 72px;
  }
  #sv3 .compare-wrap {
    padding: 0;
  }
  #sv3 .compare-grid {
    gap: 18px;
    margin-top: 36px;
  }
  #sv3 .compare-card {
    padding: 32px;
  }
  #sv3 .compare-end {
    margin-top: 36px;
  }
}
@media (max-width: 600px) {
  #sv3 .comparison {
    height: auto;
    padding: 0;
  }
  #sv3 .compare-wrap {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 76px 24px 40px !important;
  }
  #sv3 .section-lead {
    margin-top: 24px;
  }
  #sv3 .compare-grid {
    gap: 24px;
    margin-top: 24px;
  }
  #sv3 .compare-card {
    height: auto;
    min-height: 0;
    padding: 22px;
    border-radius: 3px;
  }
  #sv3 .compare-end {
    margin-top: 24px;
  }
}

.sv3-payment-label {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border: 0;
  font-family: "DM Sans", sans-serif;
}
#sv3 .cta-strip .sv3-payment-label,
#sv3 .wide-cta .sv3-payment-label {
  height: 56px;
  border-radius: 999px;
  background: #171714;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
#sv3 .final-copy .sv3-payment-label {
  margin-top: 10px;
  width: 384px;
  max-width: 80%;
  height: 48px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
#sv3 .sv3-payment-label {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease,
    background-color 0.2s ease;
}
#sv3 .sv3-payment-label:focus-visible {
  outline: 3px solid #1478ff;
  outline-offset: 3px;
}
.sv3-lead-modal {
  position: fixed;
  z-index: 2147483000;
  box-sizing: border-box;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 24px;
  font-family: "DM Sans", sans-serif;
}
.sv3-lead-modal:popover-open {
  display: grid;
  place-items: center;
}
.sv3-lead-modal::backdrop {
  background: rgba(17, 16, 14, 0.72);
  backdrop-filter: blur(5px);
}
.sv3-lead-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border: 1px solid rgba(229, 118, 38, 0.35);
  border-radius: 24px;
  background: #fffdf8;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  padding: 28px 20px 20px;
}
.sv3-lead-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f3ebdd;
  color: #1b1a17;
  font:
    400 27px/38px Arial,
    sans-serif;
  cursor: pointer;
}
.sv3-lead-close:hover {
  background: #e57626;
  color: #fff;
}
.sv3-lead-close:focus-visible {
  outline: 3px solid #1478ff;
  outline-offset: 3px;
}
.sv3-lead-heading {
  text-align: center;
  padding: 0 46px 16px;
  color: #171714;
}
.sv3-lead-heading span {
  display: block;
  margin-bottom: 10px;
  color: #e57626;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.35px;
}
.sv3-lead-heading h2 {
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.sv3-lead-heading p {
  margin: 10px auto 0;
  max-width: 390px;
  color: #63635c;
  font-size: 15px;
  line-height: 22px;
}
.sv3-lead-frame {
  display: block;
  width: 100%;
  height: min(680px, calc(100vh - 190px));
  border: 0;
  border-radius: 14px;
  background: #fff;
}
body:has(#sv3-payment-popup:popover-open) {
  overflow: hidden;
}
@media (max-width: 600px) {
  #sv3 .cta-strip .sv3-payment-label,
  #sv3 .wide-cta .sv3-payment-label {
    width: 100%;
    height: 54px;
    font-size: 14px;
  }
  #sv3 .cta-strip .sv3-payment-label {
    height: 52px;
  }
  #sv3 .final-copy .sv3-payment-label {
    width: 240px;
    height: 44px;
    margin-top: 14px;
  }
  .sv3-lead-modal {
    padding: 12px;
  }
  .sv3-lead-dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    border-radius: 18px;
    padding: 22px 10px 10px;
  }
  .sv3-lead-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 24px;
    line-height: 34px;
  }
  .sv3-lead-heading {
    padding: 4px 38px 10px;
  }
  .sv3-lead-heading span {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 7px;
  }
  .sv3-lead-heading h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .sv3-lead-heading p {
    font-size: 13px;
    line-height: 19px;
    margin-top: 7px;
  }
  .sv3-lead-frame {
    height: calc(100vh - 205px);
    min-height: 0;
    border-radius: 10px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .sv3-lead-dialog {
    animation: sv3ModalIn 0.22s ease-out;
  }
  @keyframes sv3ModalIn {
    from {
      opacity: 0;
      transform: translateY(14px) scale(0.985);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (hover: hover) {
  #sv3 .sv3-payment-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(17, 16, 14, 0.18);
  }
}

/* Responsive sticky CTA copy and sizing */
@media (min-width: 601px) and (max-width: 1024px) {
  #sv3 .wide-cta .cta-inner b {
    font-size: 0;
    line-height: 0;
  }
  #sv3 .wide-cta .cta-inner b::after {
    content: "Your Signature. Your Analysis.";
    font-size: 16px;
    line-height: 22px;
  }
  #sv3 .wide-cta .sv3-payment-label {
    flex: 0 0 auto;
    width: auto;
    min-width: 160px;
    height: 46px;
    padding: 0 22px;
    font-size: 0;
    line-height: 0;
  }
  #sv3 .wide-cta .sv3-payment-label::after {
    content: "Get Yours";
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  #sv3 .wide-cta .cta-inner b {
    font-size: 0;
    line-height: 0;
  }
  #sv3 .wide-cta .cta-inner b::after {
    content: "Your Signature. Your Analysis.";
    font-size: 12px;
    line-height: 15px;
  }
  #sv3 .wide-cta .sv3-payment-label {
    flex: 0 0 42%;
    width: auto !important;
    min-width: 132px;
    height: 44px;
    padding: 0 14px;
    font-size: 0;
    line-height: 0;
  }
  #sv3 .wide-cta .sv3-payment-label::after {
    content: "Get Yours";
    font-size: 13px;
    line-height: 18px;
  }
}

/* Custom lead form followed by Razorpay Standard Checkout. */
.sv3-lead-modal {
  padding: 20px;
  color: #171714;
}
.sv3-lead-modal:popover-open {
  overflow: auto;
}
.sv3-lead-dialog.sv3-payment-dialog {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(270px, 0.82fr) minmax(380px, 1.18fr);
  width: min(900px, 100%);
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(229, 118, 38, 0.28);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}
.sv3-payment-dialog .sv3-lead-close {
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #f5eee4;
  color: #29241f;
  box-shadow: none;
}
.sv3-checkout-offer {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 46px 38px 34px;
  overflow: hidden;
  background: #171714;
  color: #fff;
}
.sv3-checkout-offer:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -150px;
  top: -100px;
  border: 1px solid rgba(255, 139, 72, 0.38);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(255, 139, 72, 0.06),
    0 0 0 70px rgba(255, 139, 72, 0.035);
}
.sv3-checkout-offer:after {
  content: "S";
  position: absolute;
  right: 24px;
  bottom: -38px;
  color: rgba(255, 255, 255, 0.035);
  font:
    700 230px/1 "DM Sans",
    sans-serif;
}
.sv3-checkout-kicker {
  position: relative;
  color: #ff9b62;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.sv3-checkout-offer h2 {
  position: relative;
  margin: 18px 0 16px;
  font-size: 36px;
  line-height: 41px;
  letter-spacing: -1.1px;
}
.sv3-checkout-offer > p {
  position: relative;
  margin: 0;
  color: #c9c3bb;
  font-size: 15px;
  line-height: 23px;
}
.sv3-checkout-offer ul {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
}
.sv3-checkout-offer li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  line-height: 21px;
}
.sv3-checkout-offer li i {
  display: grid;
  flex: 0 0 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #e9651c;
  color: #fff;
  font-style: normal;
  font-size: 12px;
}
.sv3-checkout-price {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.sv3-checkout-price small {
  color: #bdb6ad;
  font-size: 12px;
  line-height: 18px;
}
.sv3-checkout-price strong {
  font-size: 31px;
  line-height: 34px;
}
.sv3-checkout-form-wrap {
  padding: 46px 44px 30px;
  background: #fffdf8;
}
.sv3-checkout-heading {
  padding-right: 28px;
  margin-bottom: 26px;
}
.sv3-checkout-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #e9651c;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.sv3-checkout-heading h3 {
  margin: 0;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: -0.45px;
}
.sv3-checkout-heading p {
  margin: 8px 0 0;
  color: #706b63;
  font-size: 13px;
  line-height: 19px;
}
.sv3-checkout-form {
  display: flex;
  flex-direction: column;
}
.sv3-checkout-form label {
  margin: 0 0 7px;
  color: #292722;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.sv3-field {
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid #d9d1c5;
  border-radius: 10px;
  background: #fff;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.sv3-field:focus-within {
  border-color: #e9651c;
  box-shadow: 0 0 0 3px rgba(233, 101, 28, 0.12);
}
.sv3-field.has-error {
  border-color: #c73528;
  box-shadow: 0 0 0 3px rgba(199, 53, 40, 0.09);
}
.sv3-field svg {
  width: 19px;
  height: 19px;
  margin: 0 11px 0 14px;
  fill: none;
  stroke: #9b948a;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sv3-field input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #171714;
  font:
    500 15px/20px "DM Sans",
    sans-serif;
}
.sv3-field input::placeholder {
  color: #a39d94;
  font-weight: 400;
}
.sv3-phone-field input {
  padding-left: 12px;
  border-left: 1px solid #e5ded4;
}
.sv3-country-code {
  flex: 0 0 auto;
  padding: 0 12px;
  color: #4f4b45;
  font-size: 13px;
  font-weight: 600;
}
.sv3-field-error {
  min-height: 20px;
  margin: 4px 0 6px !important;
  color: #b62e23;
  font-size: 11px;
  line-height: 16px;
}
.sv3-checkout-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  margin-top: 4px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f36d2b, #ff9d59);
  color: #fff;
  box-shadow: 0 9px 22px rgba(229, 101, 28, 0.24);
  font:
    700 14px/20px "DM Sans",
    sans-serif;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}
.sv3-checkout-submit b {
  font-size: 14px;
}
.sv3-checkout-submit:disabled {
  cursor: wait;
  filter: saturate(0.6);
  opacity: 0.78;
}
.sv3-checkout-submit:focus-visible {
  outline: 3px solid #1478ff;
  outline-offset: 3px;
}
.sv3-checkout-status {
  display: none;
  margin: 10px 0 0 !important;
  padding: 9px 11px;
  border-radius: 8px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.sv3-checkout-status.is-error {
  display: block;
  background: #fff0ed;
  color: #a62920;
}
.sv3-checkout-status.is-loading {
  display: block;
  background: #fff4e9;
  color: #8a461d;
}
.sv3-checkout-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 13px 0 0 !important;
  color: #5d5952;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
}
.sv3-checkout-trust svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #2d8a57;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sv3-checkout-terms {
  margin: 10px 0 0 !important;
  color: #8a847b;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
}
@media (min-width: 701px) {
  .sv3-checkout-form-wrap {
    display: flex;
    flex-direction: column;
  }
  .sv3-checkout-form {
    flex: 1;
  }
  .sv3-checkout-submit {
    margin-top: auto;
  }
}
@media (hover: hover) {
  .sv3-checkout-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(229, 101, 28, 0.3);
  }
}
@media (max-width: 700px) {
  .sv3-lead-modal {
    padding: 14px;
  }
  .sv3-lead-modal:popover-open {
    display: grid;
    place-items: start center;
  }
  .sv3-lead-dialog.sv3-payment-dialog {
    display: block;
    width: 100%;
    min-height: 0;
    margin: auto;
    border: 1px solid rgba(229, 118, 38, 0.28);
    border-radius: 20px;
    overflow: hidden;
  }
  .sv3-payment-dialog .sv3-lead-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
  }
  .sv3-checkout-offer {
    min-height: 0;
    padding: 32px 24px 26px;
  }
  .sv3-checkout-offer h2 {
    max-width: 290px;
    margin: 13px 0 10px;
    font-size: 29px;
    line-height: 33px;
  }
  .sv3-checkout-offer > p {
    max-width: 300px;
    font-size: 13px;
    line-height: 19px;
  }
  .sv3-checkout-offer ul {
    grid-template-columns: 1fr 1fr;
    gap: 9px 14px;
    margin-top: 20px;
    padding-top: 18px;
  }
  .sv3-checkout-offer li {
    gap: 7px;
    font-size: 11px;
    line-height: 16px;
  }
  .sv3-checkout-offer li:last-child {
    grid-column: 1/-1;
  }
  .sv3-checkout-offer li i {
    flex-basis: 18px;
    height: 18px;
    font-size: 10px;
  }
  .sv3-checkout-price {
    margin-top: 20px;
    padding-top: 17px;
  }
  .sv3-checkout-price strong {
    font-size: 25px;
    line-height: 28px;
  }
  .sv3-checkout-form-wrap {
    padding: 27px 20px 24px;
  }
  .sv3-checkout-heading {
    margin-bottom: 22px;
    padding-right: 20px;
  }
  .sv3-checkout-heading h3 {
    font-size: 21px;
    line-height: 26px;
  }
  .sv3-checkout-heading p {
    font-size: 12px;
    line-height: 18px;
  }
  .sv3-field {
    height: 48px;
  }
  .sv3-checkout-submit {
    height: 54px;
    padding: 0 18px;
  }
}

/* Responsive sizing for the four production testimonials */
#sv3 .testimonials {
  height: auto;
  padding: 64px 0;
}
#sv3 .testimonial-card {
  height: 400px;
}
#sv3 .testimonial-card > p {
  height: 130px;
  min-height: 130px;
}
@media (min-width: 641px) and (max-width: 1024px) {
  #sv3 .testimonial-card {
    height: 364px;
  }
  #sv3 .testimonial-card > p {
    height: 132px;
    min-height: 132px;
  }
}
@media (max-width: 640px) {
  #sv3 .testimonials {
    padding: 44px 0 36px;
  }
  #sv3 .testimonial-window {
    margin-top: 36px;
  }
  #sv3 .testimonial-card {
    height: 286px;
  }
  #sv3 .testimonial-card > p {
    height: 96px;
    min-height: 96px;
  }
}

/* Preserve complete testimonial portraits without head cropping */
#sv3 .testimonial-bottom img {
  object-fit: contain;
  object-position: center bottom;
  transform: none;
}

/* Balanced CTA spacing for the analysis rationale card */
#sv3 .why-copy .gradient-button.small {
  align-self: center;
  margin: 16px auto 0;
}
@media (max-width: 1024px) {
  #sv3 .testimonials .wrap {
    height: auto;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #sv3 .hero-wrap,
  #sv3 .testimonials .wrap,
  #sv3 .audience-wrap,
  #sv3 .learn-wrap,
  #sv3 .compare-wrap,
  #sv3 .why-wrap,
  #sv3 .samples-wrap,
  #sv3 .faq-wrap {
    height: auto;
  }
  #sv3 .audience-wrap {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-start;
    gap: 36px;
  }
}
@media (max-width: 600px) {
  #sv3 .audience {
    height: auto;
  }
  #sv3 .audience-wrap {
    height: auto;
    justify-content: flex-start;
    gap: 30px;
  }
  #sv3 .why-copy .gradient-button.small {
    margin-top: 8px;
  }
}

/* Mobile conversion card — intentionally separate from the desktop hero. */
#sv3 .mobile-signature-hero {
  display: none;
}

@media (max-width: 600px) {
  #sv3 {
    padding-bottom: 0;
    background: #f3f2f0;
  }
  #sv3 > .ticker,
  #sv3 > .hero,
  #sv3 > .stats,
  #sv3 > .wide-cta {
    display: none;
  }
  #sv3 .mobile-signature-hero {
    display: block;
    background: #f3f2f0;
  }
  #sv3 .mobile-signature-card {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #f0cba9;
    border-radius: 24px;
    background: #fffdf9;
    box-shadow: 0 16px 42px rgba(104, 51, 18, 0.1);
  }
  #sv3 .mobile-offer-ribbon {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #ff4e0a, #ed5b12);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
  }
  #sv3 .mobile-hero-content {
    position: relative;
    padding: 28px 22px 22px;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 93% 48%,
        rgba(255, 137, 64, 0.13),
        transparent 34%
      ),
      linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  }
  #sv3 .mobile-brand-logo {
    display: block;
    width: 108px;
    height: auto;
  }
  #sv3 .mobile-hero-content h1 {
    position: relative;
    z-index: 2;
    margin-top: 42px;
    max-width: 330px;
    font-size: clamp(29px, 8.1vw, 34px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1px;
  }
  #sv3 .mobile-hero-content h1 span {
    display: block;
    margin-top: 5px;
    color: #ec520b;
  }
  #sv3 .mobile-hero-description {
    position: relative;
    z-index: 3;
    width: 45%;
    min-height: 126px;
    margin-top: 28px;
    color: #676059;
    font-size: 13px;
    line-height: 1.45;
  }
  #sv3 .mobile-hero-description strong {
    color: #ec520b;
  }
  #sv3 .mobile-portrait {
    position: absolute;
    z-index: 1;
    top: 260px;
    right: -12px;
    width: 61%;
    height: 315px;
    overflow: hidden;
    pointer-events: none;
  }
  #sv3 .mobile-portrait::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -32px;
    bottom: 12px;
    width: 220px;
    height: 220px;
    border: 26px solid rgba(255, 143, 77, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 0 25px rgba(255, 201, 165, 0.22);
  }
  #sv3 .mobile-portrait img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 475px;
    max-width: none;
    height: auto;
    transform: translateX(-50%);
  }
  #sv3 .mobile-portrait img.kareena-portrait {
    top: -42px;
    width: clamp(305px, 60vw, 420px);
  }
  #sv3 .mobile-insight-card {
    position: absolute;
    z-index: 4;
    top: 458px;
    right: 12px;
    width: 64%;
    min-height: 90px;
    padding: 12px 12px 10px;
    border: 1px solid #f0b985;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(100, 53, 20, 0.08);
  }
  #sv3 .mobile-signature-name {
    position: relative;
    width: 100px;
    height: 1.6em;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.2;
    transform: rotate(-25deg);
  }
  #sv3 .mobile-signature-name img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 155.15%;
    max-width: none;
    height: auto;
    transform: translate(-20.51%, -34.97%);
  }
  #sv3 .mobile-confidence {
    position: absolute;
    top: 11px;
    right: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #37332f;
    font-size: 8px;
    line-height: 11px;
  }
  #sv3 .mobile-confidence strong {
    color: #f0520a;
    font-size: 16px;
    line-height: 19px;
  }
  #sv3 .mobile-chart {
    display: grid;
    height: 25px;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    gap: 9px;
    margin: 0px 2px 0;
    border-bottom: 1px solid #f0ded0;
  }
  #sv3 .mobile-chart i {
    display: block;
    height: var(--bar);
    min-height: 7px;
    border-radius: 4px 4px 1px 1px;
    background: linear-gradient(180deg, #ffb56e, #f14e08);
  }
  #sv3 .mobile-chart-labels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    margin-top: 3px;
    color: #756f68;
    font-size: 6px;
    line-height: 8px;
    text-align: center;
  }
  #sv3 .mobile-insight-card p {
    margin-top: 7px;
    color: #46413b;
    font-size: 8px;
    line-height: 11px;
    white-space: nowrap;
  }
  #sv3 .mobile-primary-cta {
    position: relative;
    z-index: 5;
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 210px;
    padding: 0 18px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(135deg, #f45508, #ed5b12);
    color: #fff;
    box-shadow: 0 9px 20px rgba(238, 82, 9, 0.2);
    font-size: clamp(17px, 5.1vw, 21px);
    line-height: 22px;
    font-weight: 700;
  }
  #sv3 .mobile-primary-cta > span:last-child {
    font-size: 26px;
    font-weight: 400;
  }
  #sv3 .mobile-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    color: #403c38;
    font-size: 11px;
    line-height: 16px;
    white-space: nowrap;
  }
  #sv3 .mobile-trust-row > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  #sv3 .mobile-trust-row svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #f05a13;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  #sv3 .mobile-trust-row > i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ed7a42;
  }
  #sv3 .mobile-proof-row {
    display: grid;
    min-height: 148px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding: 16px 8px;
    background: #fff5e9;
  }
  #sv3 .mobile-proof-row > div {
    display: flex;
    min-height: 105px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f2dbc7;
    text-align: center;
  }
  #sv3 .mobile-proof-row > div:last-child {
    border-right: 0;
  }
  #sv3 .mobile-proof-icon {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
    place-items: center;
    border-radius: 50%;
    background: #fee2cb;
    color: #ef5a12;
    place-content: center;
  }
  #sv3 .mobile-proof-icon svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: currentColor;
  }
  #sv3 .mobile-proof-icon .mobile-proof-icon-mark {
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
  }
  #sv3 .mobile-proof-row strong {
    color: #ee550c;
    font-size: 24px;
    line-height: 26px;
  }
  #sv3 .mobile-proof-row small {
    min-height: 28px;
    color: #4d4843;
    font-size: 11px;
    line-height: 13px;
  }
  #sv3 .mobile-disclaimer {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-top: 1px solid #f2dbc7;
    background: #fffaf3;
    color: #69635d;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
  }
  #sv3 .mobile-disclaimer > span {
    display: grid;
    flex: 0 0 23px;
    height: 23px;
    place-items: center;
    border: 1.5px solid #77716a;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 700;
  }
}

@media (max-width: 365px) {
  #sv3 .mobile-hero-content {
    padding-right: 18px;
    padding-left: 18px;
  }
  #sv3 .mobile-hero-content h1 {
    font-size: 28px;
  }
  #sv3 .mobile-portrait {
    right: -24px;
  }
  #sv3 .mobile-trust-row {
    gap: 7px;
    font-size: 10px;
  }
  #sv3 .mobile-primary-cta {
    font-size: 17px;
  }
}

/* Targeted conversion-page fixes: preserve the V3 theme and improve clarity. */
#sv3 {
  margin-top: 0;
}
#sv3 .ticker {
  position: relative;
  z-index: 2;
  min-height: 56px;
  background: #df5512;
}
#sv3 .ticker-track {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.2px;
}
#sv3 .ticker-track b {
  color: #fff3a6;
  font-size: 19px;
}
#sv3 .brand-logo {
  width: 210px;
  height: 54px;
}
#sv3 .hero-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
#sv3 .hero-price del {
  color: #8d877f;
  font-size: 18px;
}
#sv3 .hero-price strong {
  color: #df5512;
  font-size: 30px;
  line-height: 34px;
}
#sv3 .hero-price span {
  color: #6c675f;
  font-size: 13px;
}
#sv3 .section-heading-group {
  text-align: center;
}
#sv3 .section-kicker,
.sv3-urgency-dialog .section-kicker {
  margin: 0 0 10px;
  color: #e9651c;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#sv3 .brand-marquee {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 104px;
  align-items: center;
  gap: 34px;
  padding: 20px 0 20px max(32px, calc((100vw - 1120px) / 2));
  overflow: hidden;
  border-block: 1px solid #e8dfd2;
  background: #fffaf1;
}
#sv3 .brand-marquee > p {
  color: #797166;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  white-space: nowrap;
}
#sv3 .brand-marquee-window {
  overflow: hidden;
}
#sv3 .brand-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0;
  animation: sv3Brands 24s linear infinite;
}
#sv3 .brand-marquee-group {
  display: flex;
  flex: none;
  width: 100vw;
  align-items: center;
  justify-content: space-around;
  gap: 0;
}
#sv3 .brand-marquee-track.reverse {
  animation-direction: reverse;
}
#sv3 .brand-marquee-track span {
  min-width: 190px;
  color: #2d2a25;
  font:
    600 20px/28px Georgia,
    serif;
  text-align: center;
}
#sv3 .brand-marquee-track i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e9651c;
}
@keyframes sv3Brands {
  to {
    transform: translateX(-50%);
  }
}

#sv3 .audience {
  height: auto;
  padding: 76px 0;
}
#sv3 .audience-wrap {
  height: auto;
  padding: 0;
  gap: 42px;
  justify-content: flex-start;
}
#sv3 .audience-card {
  height: 190px;
}
#sv3 .audience-card p {
  color: #5d5952;
}
#sv3 .audience-card strong {
  color: #171714;
  font-size: 18px;
}

#sv3 .process {
  padding: 92px 0 100px;
}
#sv3 .process h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
}
#sv3 .process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}
#sv3 .process-grid article {
  min-height: 245px;
  padding: 28px 24px;
  border: 1px solid #ded7ca;
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: 0 5px 14px rgba(55, 38, 24, 0.06);
}
#sv3 .process-grid article > span,
#sv3 .sample-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #fde6d4;
  color: #d95311;
  font-size: 12px;
  font-weight: 700;
}
#sv3 .process-grid h3 {
  margin: 28px 0 12px;
  font-size: 20px;
  line-height: 26px;
}
#sv3 .process-grid p {
  color: #666158;
  font-size: 15px;
  line-height: 23px;
}

#sv3 .samples {
  height: auto;
  padding: 92px 0 70px;
}
#sv3 .samples-wrap {
  height: auto;
  padding: 0 16px;
}
#sv3 .sample-lead {
  max-width: 720px;
  margin-top: 20px;
  color: #69645c;
  font-size: 18px;
  line-height: 28px;
}
#sv3 .sample-analysis-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.35fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 42px;
}
#sv3 .sample-signature {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 24px;
  border: 1px solid #ded7ca;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
#sv3 .sample-signature img {
  width: 100%;
  aspect-ratio: auto;
  border-radius: 12px;
  object-fit: contain;
}
#sv3 .sample-signature figcaption {
  margin-top: 18px;
  color: #e9651c;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
#sv3 .sample-analysis-layout .sample-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}
#sv3 .sample-analysis-layout .sample-card {
  display: flex;
  height: auto;
  min-height: 242px;
  grid-template-columns: none;
  gap: 16px;
  padding: 22px;
}
#sv3 .sample-analysis-layout .sample-number {
  flex: 0 0 40px;
}
#sv3 .sample-analysis-layout .sample-card h3 {
  font-size: 18px;
  line-height: 24px;
}
#sv3 .sample-analysis-layout .sample-card p {
  font-size: 14px;
  line-height: 22px;
}

#sv3 .faq {
  height: auto;
  padding: 84px 0 72px;
}
#sv3 .faq-wrap {
  height: auto;
  padding: 0;
}

#sv3 .final {
  height: auto;
  min-height: 660px;
}
#sv3 .final-copy {
  min-height: 660px;
  padding: 92px 40px 36px;
  gap: 22px;
}
#sv3 .final h2 {
  width: 940px;
  font-size: 48px;
  line-height: 1.12;
}
#sv3 .final-body {
  gap: 9px;
}
#sv3 .final-body p {
  line-height: 25px;
}
#sv3 .final-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin-top: 10px !important;
}
#sv3 .final-price del {
  color: #8e8b82;
  font-size: 18px;
}
#sv3 .final-price strong {
  color: #ff8c4c;
  font-size: 34px;
  line-height: 38px;
}
#sv3 .final-price span {
  color: #c9c7ba;
  font-size: 13px;
}
#sv3 .final-copy .sv3-payment-label {
  width: auto;
  min-width: 290px;
  height: 54px;
  margin-top: 4px;
  padding: 0 28px;
  background: #e9651c;
  color: #fff;
}
#sv3 .final-expert {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f8f4e8;
  text-align: left;
}
#sv3 .final-expert img {
  width: 54px;
  height: 54px;
  border: 2px solid #e9651c;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}
#sv3 .final-expert p {
  display: flex;
  flex-direction: column;
}
#sv3 .final-expert strong {
  font-size: 15px;
  line-height: 20px;
}
#sv3 .final-expert span {
  color: #a9a69d;
  font-size: 12px;
  line-height: 17px;
}
#sv3 .final-footer {
  width: min(100%, 1120px);
  margin-top: 28px !important;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
#sv3 .final-footer a {
  display: inline;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sv3-checkout-price del {
  color: #8f8980;
  font-size: 14px;
}

.sv3-urgency-modal {
  position: fixed;
  z-index: 2147482999;
  box-sizing: border-box;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 24px;
  border: 0;
  background: transparent;
  font-family: "DM Sans", sans-serif;
}
.sv3-urgency-modal:popover-open {
  display: grid;
  place-items: center;
}
.sv3-urgency-modal::backdrop {
  background: rgba(17, 16, 14, 0.62);
  backdrop-filter: blur(4px);
}
.sv3-urgency-dialog {
  position: relative;
  box-sizing: border-box;
  width: min(490px, 100%);
  padding: 42px;
  border: 1px solid rgba(229, 101, 28, 0.4);
  border-radius: 24px;
  background: #fffdf8;
  color: #171714;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}
.sv3-urgency-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f3ebdd;
  color: #171714;
  font:
    400 25px/36px Arial,
    sans-serif;
  cursor: pointer;
}
.sv3-urgency-dialog h2 {
  margin: 0;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.7px;
}
.sv3-urgency-dialog > p:not(.section-kicker) {
  margin: 16px 0 0;
  color: #625e57;
  font-size: 15px;
  line-height: 23px;
}
.sv3-urgency-dialog ul {
  display: grid;
  gap: 9px;
  margin: 20px 0;
  padding-left: 20px;
  color: #4f4b45;
  font-size: 14px;
  line-height: 21px;
}
.sv3-urgency-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}
.sv3-urgency-price del {
  color: #8d877f;
  font-size: 18px;
}
.sv3-urgency-price strong {
  color: #e65e17;
  font-size: 34px;
}
.sv3-urgency-dialog .gradient-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.sv3-urgency-dialog > small {
  display: block;
  margin-top: 12px;
  color: #827c73;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1024px) {
  #sv3 .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #sv3 .sample-analysis-layout {
    grid-template-columns: 0.8fr 1.2fr;
  }
  #sv3 .sample-analysis-layout .sample-grid {
    grid-template-columns: 1fr;
  }
  #sv3 .sample-signature {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  #sv3 .brand-marquee {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 116px;
    padding: 18px 0;
  }
  #sv3 .brand-marquee > p {
    padding: 0 20px;
  }
  #sv3 .brand-marquee-track {
    gap: 20px;
  }
  #sv3 .brand-marquee-track span {
    min-width: 150px;
    font-size: 17px;
  }
  #sv3 .audience {
    padding: 58px 0;
  }
  #sv3 .audience-card {
    height: 220px;
  }
  #sv3 .process {
    padding: 64px 0;
  }
  #sv3 .process-wrap {
    padding-inline: 20px !important;
  }
  #sv3 .process h2 {
    font-size: 29px;
    line-height: 34px;
  }
  #sv3 .process-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }
  #sv3 .process-grid article {
    min-height: 0;
  }
  #sv3 .samples {
    padding: 58px 0 40px;
  }
  #sv3 .samples h2 {
    font-size: 34px;
    line-height: 39px;
  }
  #sv3 .sample-analysis-layout {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  #sv3 .sample-signature {
    min-height: 0;
    padding: 16px;
  }
  #sv3 .sample-analysis-layout .sample-grid {
    grid-template-columns: 1fr;
  }
  #sv3 .sample-analysis-layout .sample-card {
    min-height: 0;
  }
  #sv3 .faq {
    padding: 58px 0 44px;
  }
  #sv3 .final {
    min-height: 720px;
  }
  #sv3 .final-copy {
    min-height: 720px;
    padding: 76px 20px 28px;
    gap: 20px;
  }
  #sv3 .final h2 {
    width: 100%;
    font-size: 31px;
    line-height: 36px;
  }
  #sv3 .final-body {
    width: 100%;
    gap: 10px;
  }
  #sv3 .final-price {
    flex-wrap: wrap;
  }
  #sv3 .final-price span {
    flex-basis: 100%;
  }
  #sv3 .final-copy .sv3-payment-label {
    width: 100%;
    max-width: 342px;
    min-width: 0;
    height: 54px;
  }
  #sv3 .final-footer {
    width: 100%;
    margin-top: auto !important;
  }
  .sv3-urgency-modal {
    padding: 16px;
  }
  .sv3-urgency-dialog {
    padding: 38px 24px 26px;
    border-radius: 20px;
  }
  .sv3-urgency-dialog h2 {
    font-size: 27px;
    line-height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #sv3 .brand-marquee-track {
    animation-play-state: paused;
  }
}

/* Page-feedback revisions: retain the established orange/cream visual system. */
#sv3 .hero {
  height: auto;
  padding: 64px 0 52px;
}
#sv3 .hero-wrap {
  gap: 28px;
}
#sv3 .hero-grid {
  align-items: stretch;
  padding-top: 4px;
}
#sv3 .hero-art {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  background: #fff5e9;
}
#sv3 .hero-art img {
  width: 900px;
  max-width: none;
  clip-path: inset(0 18%);
}
#sv3 .hero-art img.kareena-portrait {
  width: 100%;
  height: clamp(520px, 42vw, 600px);
  max-width: 100%;
  object-fit: cover;
  object-position: center 12%;
  clip-path: none;
}
#sv3 .hero-offer-card {
  align-items: stretch;
  justify-content: center;
  padding: 20px 28px 36px;
  border: 1px solid #e8c5a5;
  border-radius: 18px;
  background: #fffaf3;
  box-shadow: 0 12px 30px rgba(99, 57, 27, 0.08);
}
#sv3 .hero-offer-card .hero-note {
  width: 100%;
  max-width: none;
  padding: 16px 18px;
  text-align: center;
}
#sv3 .hero-offer-card > .gradient-button {
  align-self: center;
  margin-inline: auto;
}
#sv3 .hero-offer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #514b44;
  font-size: 15px;
  line-height: 22px;
}
#sv3 .hero-offer-list li {
  position: relative;
  padding-left: 26px;
}
#sv3 .hero-offer-list li::before,
#sv3 .why-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e9651c;
  font-weight: 700;
}
#sv3 .hero-reassurance {
  max-width: 820px;
  color: #5f5a52;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}
#sv3 .hero-disclaimer {
  max-width: 900px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #f7f2e9;
  color: #706a62;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

#sv3 .brand-marquee {
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 35px 0;
}
#sv3 .brand-marquee > p {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
#sv3 .brand-logo-item {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
}
#sv3 .brand-logo-item img {
  display: block;
  width: auto;
  max-width: 170px;
  height: auto;
  max-height: 38px;
  filter: grayscale(1);
  opacity: 0.78;
}
#sv3 .trust-marquee .brand-marquee-group {
  width: max-content;
}
#sv3 .trust-marquee .brand-marquee-track {
  gap: 0;
}
#sv3 .trust-marquee .brand-logo-item {
  flex: 0 0 auto;
  min-width: 0;
  padding-inline: 50px;
}
#sv3 .brand-logo-item--mono img {
  filter: brightness(0);
}
#sv3 .trust-marquee .brand-logo-item img[src*="tata"] {
  max-width: 45px;
  max-height: 42px;
}
#sv3 .trust-marquee .brand-logo-item img[src*="reliance"] {
  max-height: 42px;
}

#sv3 .testimonials {
  padding: 72px 0 56px;
}
#sv3 .testimonial-intro,
#sv3 .section-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: #69645c;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}
#sv3 .testimonial-window {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 3px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
  cursor: grab;
}
#sv3 .testimonial-window::-webkit-scrollbar {
  display: none;
}
#sv3 .testimonial-window:active {
  cursor: grabbing;
}
#sv3 .testimonial-track {
  transform: none !important;
}
#sv3 .testimonial-card {
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  border-color: #ded7ca;
  background: #fffdf8;
  box-shadow: 0 8px 24px rgba(55, 38, 24, 0.08);
}
#sv3 .testimonial-card::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 20px;
  color: #f2d8c3;
  font:
    700 58px/1 Georgia,
    serif;
}
#sv3 .testimonial-card > p {
  position: relative;
  z-index: 1;
}
#sv3 .testimonial-scroll-hint {
  margin-top: 8px;
  color: #8a8379;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

#sv3 .audience {
  padding: 82px 0 72px;
}
#sv3 .audience-wrap {
  gap: 38px;
}
#sv3 .receive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#sv3 .receive-card {
  min-height: 245px;
  padding: 26px 24px;
  border: 1px solid #ded7ca;
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: 0 5px 14px rgba(55, 38, 24, 0.06);
}
#sv3 .receive-card > span,
#sv3 .booking-steps article > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #fde6d4;
  color: #d95311;
  font-size: 12px;
  font-weight: 700;
}
#sv3 .receive-card h3 {
  margin: 24px 0 10px;
  font-size: 19px;
  line-height: 25px;
}
#sv3 .receive-card p {
  color: #666158;
  font-size: 14px;
  line-height: 22px;
}
#sv3 .receive-closing {
  max-width: 820px;
  margin: -2px auto 0;
  color: #514c45;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

#sv3 .learn {
  height: auto;
  padding: 88px 0 76px;
}
#sv3 .learn-wrap {
  height: auto;
  padding: 0;
}
#sv3 .learn h2 {
  margin: 0;
}
#sv3 .booking-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 46px;
}
#sv3 .booking-steps article {
  min-height: 286px;
  padding: 22px;
  border: 1px solid #e4dacb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(55, 38, 24, 0.06);
}
#sv3 .booking-steps h3 {
  margin: 25px 0 10px;
  font-size: 18px;
  line-height: 24px;
}
#sv3 .booking-steps p {
  color: #666158;
  font-size: 14px;
  line-height: 21px;
}
#sv3 .booking-short {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
  color: #3e3933;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#sv3 .booking-short i {
  color: #e9651c;
  font-style: normal;
}
#sv3 .booking-reassurance {
  max-width: 820px;
  margin: 22px auto 0;
  padding: 16px 20px;
  border-radius: 12px;
  background: #fffaf3;
  color: #625d55;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

#sv3 .why {
  height: auto;
  padding: 82px 0 70px;
}
#sv3 .why-wrap {
  height: auto;
  padding: 0;
}
#sv3 .why-card {
  height: auto;
  min-height: 560px;
  margin-top: 38px;
  grid-template-columns: minmax(0, 1fr) 46%;
}
#sv3 .why-copy {
  justify-content: center;
  padding: 26px 30px;
}
#sv3 .why-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #575149;
  font-size: 15px;
  line-height: 21px;
}
#sv3 .why-list li {
  position: relative;
  padding-left: 25px;
}
#sv3 .why-card > img {
  width: 100%;
  height: 100%;
  min-height: 526px;
  object-fit: cover;
}

#sv3 .faq-item button {
  height: auto;
  min-height: 74px;
}
#sv3 .faq-item p a {
  color: #d95311;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1024px) {
  #sv3 .receive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #sv3 .booking-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #sv3 .booking-steps article:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }
}

@media (max-width: 600px) {
  #sv3 .mobile-signature-card {
    max-width: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  #sv3 .mobile-hero-content {
    height: 660px;
    padding: 28px 22px 22px;
  }
  #sv3 .mobile-hero-content h1 {
    margin-top: 38px;
    max-width: 330px;
  }
  #sv3 .mobile-hero-description {
    position: absolute;
    top: 350px;
    left: 22px;
    width: 34%;
    min-height: 150px;
    margin-top: 0;
    font-size: clamp(12px, 3.15vw, 13px);
    line-height: 1.45;
  }
  #sv3 .mobile-hero-description strong {
    display: block;
    margin-top: 2px;
  }
  #sv3 .mobile-portrait {
    position: absolute;
    top: 166px;
    right: 0;
    width: 60%;
    height: 315px;
    margin: 0;
    overflow: visible;
  }
  #sv3 .mobile-portrait::before {
    right: 28px;
    bottom: 60px;
    box-sizing: border-box;
    width: clamp(220px, 52vw, 250px);
    height: clamp(220px, 52vw, 250px);
    border-width: 24px;
    box-shadow: 0 0 0 20px rgba(255, 201, 165, 0.22);
  }
  #sv3 .mobile-portrait img {
    top: -38px;
    width: 900px;
  }
  #sv3 .mobile-portrait img.kareena-portrait {
    height: 390px;
    object-fit: cover;
    object-position: center top;
  }
  #sv3 .mobile-insight-card {
    top: 420px;
    width: 35%;
  }
  #sv3 .mobile-primary-cta {
    position: absolute;
    top: 540px;
    right: 22px;
    left: 22px;
    width: auto;
    margin-top: 0;
  }
  #sv3 .mobile-trust-row {
    position: absolute;
    z-index: 5;
    top: 614px;
    right: 22px;
    left: 22px;
    margin-top: 0;
    white-space: nowrap;
  }
  #sv3 .mobile-reassurance {
    margin-top: 16px;
    color: #706a63;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
  }
  #sv3 .mobile-proof-row strong {
    font-size: 24px;
    line-height: 26px;
  }
  #sv3 .brand-marquee > p {
    padding: 0 20px;
    text-align: center;
  }
  #sv3 .brand-logo-item {
    min-width: 145px;
  }
  #sv3 .trust-marquee .brand-logo-item {
    min-width: 0;
    padding-inline: 35px;
  }
  #sv3 .brand-logo-item img {
    max-width: 132px;
    max-height: 32px;
  }
  #sv3 .testimonials {
    padding: 52px 0 42px;
  }
  #sv3 .testimonial-intro,
  #sv3 .section-intro {
    font-size: 14px;
    line-height: 21px;
  }
  #sv3 .testimonial-window {
    margin-top: 28px;
    padding-right: 20px;
  }
  #sv3 .testimonial-card {
    flex-basis: calc(100vw - 54px);
    height: 338px;
    padding: 16px;
  }
  #sv3 .testimonial-card > p {
    height: 116px;
    min-height: 116px;
    font-size: 13px;
    line-height: 18px;
  }
  #sv3 .testimonial-bottom {
    height: 174px;
  }
  #sv3 .audience {
    padding: 60px 0 48px;
  }
  #sv3 .audience-wrap {
    gap: 28px;
  }
  #sv3 .receive-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #sv3 .receive-card:nth-child(3),
  #sv3 .receive-card:nth-child(4),
  #sv3 .booking-steps article:nth-child(3) {
    display: none;
  }
  #sv3 .receive-card:nth-child(5) > span,
  #sv3 .receive-card:nth-child(6) > span,
  #sv3 .booking-steps article:nth-child(4) > span,
  #sv3 .booking-steps article:nth-child(5) > span {
    position: relative;
    font-size: 0;
  }
  #sv3 .receive-card:nth-child(5) > span::after,
  #sv3 .receive-card:nth-child(6) > span::after,
  #sv3 .booking-steps article:nth-child(4) > span::after,
  #sv3 .booking-steps article:nth-child(5) > span::after {
    content: attr(data-mobile-number);
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 12px;
    line-height: 1;
  }
  #sv3 .receive-card {
    min-height: 0;
    padding: 21px;
  }
  #sv3 .receive-card h3 {
    margin-top: 18px;
  }
  #sv3 .receive-closing {
    font-size: 15px;
    line-height: 22px;
  }
  #sv3 .learn {
    padding: 62px 0 50px;
  }
  #sv3 .learn-wrap {
    padding: 0 20px;
  }
  #sv3 .booking-steps {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }
  #sv3 .booking-steps article,
  #sv3 .booking-steps article:last-child {
    display: grid;
    min-height: 0;
    grid-column: auto;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    padding: 20px;
  }
  #sv3 .booking-steps h3 {
    margin: 0 0 8px;
  }
  #sv3 .booking-short {
    flex-wrap: wrap;
    gap: 7px;
    font-size: 12px;
  }
  #sv3 .booking-reassurance {
    font-size: 13px;
    line-height: 20px;
  }
  #sv3 .why {
    padding: 58px 0 44px;
  }
  #sv3 .why-card {
    min-height: 0;
    margin-top: 28px;
  }
  #sv3 .why-card > img {
    height: 360px;
    min-height: 0;
  }
  #sv3 .why-copy {
    padding: 22px 16px;
  }
  #sv3 .why-list {
    gap: 11px;
    font-size: 14px;
    line-height: 20px;
  }
  #sv3 .faq-item button {
    min-height: 64px;
  }
}

/* Compact quote-led testimonials */
#sv3 .testimonial-card {
  height: 344px;
  padding: 28px 30px;
  gap: 20px;
  border-color: #e5d8c8;
  border-radius: 28px;
  background: #fffdfa;
}
#sv3 .testimonial-card::before {
  display: none;
}
#sv3 .testimonial-rating {
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 4px;
}
#sv3 .testimonial-card > p {
  height: auto;
  min-height: 0;
  flex: 1 1 auto;
  color: #54230f;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
}
#sv3 .testimonial-bottom {
  height: 60px;
  flex: 0 0 auto;
  gap: 14px;
  align-items: center;
  padding: 0;
  color: #54230f;
  background: transparent;
  overflow: visible;
}
#sv3 .testimonial-bottom > .testimonial-avatar {
  position: relative;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #f0ddca;
  border-radius: 50%;
  background: #f7e9da;
}
#sv3 .testimonial-bottom .testimonial-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125%;
  max-width: none;
  height: 125%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -44%);
}
#sv3 .testimonial-bottom > .testimonial-author {
  height: auto;
  flex: 1 1 auto;
  justify-content: center;
  padding: 0;
}
#sv3 .testimonial-author b {
  font-size: 18px;
  line-height: 22px;
}
#sv3 .testimonial-author span {
  margin-top: 2px;
  color: #837064;
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 640px) {
  #sv3 .testimonial-card {
    height: 330px;
    padding: 24px 22px;
    gap: 16px;
    border-radius: 22px;
  }
  #sv3 .testimonial-rating {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 3px;
  }
  #sv3 .testimonial-card > p {
    font-size: 15px;
    line-height: 1.48;
  }
  #sv3 .testimonial-bottom {
    height: 54px;
    gap: 12px;
  }
  #sv3 .testimonial-bottom > .testimonial-avatar {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }
  #sv3 .testimonial-author b {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Tablet and desktop hero refinement; the separate mobile conversion card is unchanged. */
@media (min-width: 601px) {
  #sv3 .hero {
    position: relative;
    padding: 36px 0 44px;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 12% 76%,
        rgba(255, 190, 139, 0.16),
        transparent 25%
      ),
      linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  }
  #sv3 .hero-wrap {
    width: 1180px;
    max-width: calc(100% - 64px);
    justify-content: flex-start;
    gap: 18px;
  }
  #sv3 .hero .brand-logo {
    width: 132px;
    height: 33px;
  }
  #sv3 .hero-copy {
    max-width: 980px;
  }
  #sv3 .hero h1 {
    font-size: clamp(40px, 2.7vw, 46px);
    line-height: 1.08;
    letter-spacing: -1.25px;
  }
  #sv3 .hero-sub {
    max-width: 900px;
    margin-inline: auto;
    padding-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }
  #sv3 .hero-grid {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    gap: 0;
    height: 478px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(229, 118, 38, 0.24);
    border-radius: 32px;
    background: linear-gradient(90deg, #fff0df 0 46%, #fffaf3 46% 100%);
    box-shadow: 0 24px 60px rgba(91, 51, 22, 0.1);
  }
  #sv3 .hero-art {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(
        circle at 50% 54%,
        rgba(255, 255, 255, 0.92) 0 31%,
        transparent 31.3%
      ),
      radial-gradient(
        circle at 50% 54%,
        transparent 0 41%,
        rgba(255, 153, 84, 0.16) 41.3% 48%,
        transparent 48.3%
      );
    box-shadow: none;
  }
  #sv3 .hero-art::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 42px;
    right: -58px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(229, 118, 38, 0.18);
    border-radius: 50%;
    box-shadow:
      0 0 0 28px rgba(255, 255, 255, 0.17),
      0 0 0 58px rgba(255, 154, 85, 0.07);
  }
  #sv3 .hero-art img.kareena-portrait {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 50%;
    width: 360px;
    max-width: none;
    height: auto;
    transform: translateX(-50%);
  }
  #sv3 .hero-expert-badge {
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: 22px;
    left: 22px;
    display: flex;
    width: max-content;
    max-width: calc(100% - 44px);
    flex-direction: column;
    gap: 2px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(88, 48, 19, 0.12);
    backdrop-filter: blur(10px);
    text-align: left;
  }
  #sv3 .hero-expert-badge strong {
    font-size: 16px;
    line-height: 20px;
  }
  #sv3 .hero-expert-badge span {
    color: #6c6259;
    font-size: 12px;
    line-height: 16px;
  }
  #sv3 .hero-offer-card {
    position: relative;
    min-height: 0;
    gap: 15px;
    align-items: stretch;
    padding: 34px 42px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  #sv3 .hero-offer-card .hero-note {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
  }
  #sv3 .hero-offer-card .hero-note::before {
    content: "YOUR PRIVATE SESSION";
    color: #db5a12;
    font-size: 11px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: 1.4px;
  }
  #sv3 .hero-offer-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 24px;
    font-size: 14px;
    line-height: 19px;
  }
  #sv3 .hero-offer-list li {
    padding-left: 23px;
  }
  #sv3 .hero-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 0;
  }
  #sv3 .hero-price strong {
    color: #db4f07;
    font-size: 34px;
    line-height: 38px;
  }
  #sv3 .hero-offer-card > .gradient-button {
    width: 100%;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(115deg, #f2520c, #ff9d4e);
    box-shadow: 0 10px 22px rgba(226, 84, 16, 0.18);
  }
  #sv3 .hero-offer-card .limited {
    color: #655f58;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #sv3 .hero {
    padding: 44px 0 54px;
  }
  #sv3 .hero-wrap {
    max-width: calc(100% - 48px);
    gap: 22px;
  }
  #sv3 .hero h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #sv3 .hero-grid {
    grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr);
    height: 522px;
    border-radius: 28px;
    background: linear-gradient(90deg, #fff0df 0 43%, #fffaf3 43% 100%);
  }
  #sv3 .hero-art img.kareena-portrait {
    top: 54px;
    width: 316px;
  }
  #sv3 .hero-expert-badge {
    right: 16px;
    bottom: 18px;
    left: 16px;
    width: auto;
    max-width: none;
  }
  #sv3 .hero-expert-badge strong {
    font-size: 15px;
  }
  #sv3 .hero-expert-badge span {
    font-size: 11px;
  }
  #sv3 .hero-offer-card {
    gap: 12px;
    padding: 28px 26px;
  }
  #sv3 .hero-offer-card .hero-note {
    font-size: 21px;
    line-height: 26px;
  }
  #sv3 .hero-offer-list {
    grid-template-columns: 1fr;
    gap: 7px;
    font-size: 14px;
    line-height: 19px;
  }
  #sv3 .hero-price strong {
    font-size: 31px;
    line-height: 35px;
  }
  #sv3 .hero-offer-card .limited {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  #sv3 .hero-wrap {
    max-width: calc(100% - 40px);
  }
  #sv3 .hero h1 {
    font-size: 36px;
    line-height: 41px;
  }
  #sv3 .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    border-radius: 26px;
    background: linear-gradient(180deg, #fff0df 0 390px, #fffaf3 390px 100%);
  }
  #sv3 .hero-art {
    height: 390px;
  }
  #sv3 .hero-art img.kareena-portrait {
    top: 16px;
    width: 310px;
  }
  #sv3 .hero-offer-card {
    padding: 32px 34px 36px;
  }
  #sv3 .hero-offer-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  #sv3 .mobile-insight-card {
    display: grid;
    width: clamp(154px, 48%, 180px);
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 42px 25px;
    column-gap: 6px;
    align-items: center;
  }
  #sv3 .mobile-signature-name {
    width: 100%;
    min-width: 0;
    height: 42px;
    transform: none;
  }
  #sv3 .mobile-signature-name img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    transform: none;
  }
  #sv3 .mobile-confidence {
    position: static;
    justify-self: end;
    white-space: nowrap;
  }
  #sv3 .mobile-chart {
    grid-column: 1 / -1;
    width: 100%;
    margin-inline: 0;
  }
}
