/* Sales Book landing header — scoped to .sb-landing only */
.sb-landing {
  flex-direction: column;
  align-items: stretch;
  padding-top: clamp(14px, 3vw, 24px);
}

.sb-landing-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: min(660px, 100%);
  margin: 0 auto clamp(16px, 3.5vw, 24px);
}

.sb-landing .sb-landing-brand {
  margin-bottom: 0;
  align-items: flex-start;
  text-align: left;
}

.sb-landing .sb-landing-brand-text {
  justify-content: flex-start;
}

.sb-landing .sb-landing-brand-logo {
  height: clamp(26px, 4.8vw, 44px);
}

.sb-landing-wrap {
  align-self: center;
}

.sb-landing-trusted {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.sb-landing-trusted__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3366cc;
  line-height: 0;
}

.sb-landing-trusted__icon svg {
  width: 40px;
  height: auto;
  display: block;
}

.sb-landing-trusted__copy {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--sb-font-semibold);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  color: #222;
  text-align: left;
}

.sb-landing-trusted__accent {
  color: #3366cc;
}

.sb-landing-hero {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  margin: 0;
  object-fit: cover;
}

.sb-landing-card-herocontent {
  margin: 0px 0px clamp(16px, 3vw, 24px);
}

.sb-landing-trust-link{ box-shadow: none; border-color: #E5E7EB !important;}

.sb-landing-hero-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 18px;
  background: #ffffff;
  border:1px solid #E5E7EB;
  border-radius: 20px;
}
.text-222{ color: #222 !important;}

.sb-landing-hero-social__avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.sb-landing-hero-social__avatar {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 21.12px;
  border: 2.76px solid #fff;
  opacity: 1;
  object-fit: cover;
  margin-left: -10px;
}

.sb-landing-hero-social__avatar:first-child {
  margin-left: 0;
}

.sb-landing-hero-social__text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--sb-font-medium);
  font-size: 16px;
  line-height: 1.35;
  color: #1a2b4a;
  text-align: left;
}

.sb-landing-hero-social__text strong {
  font-family: var(--sb-font-semibold);
  font-weight: normal;
}

.sb-landing-hero-social__rating {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-shrink: 0;
  text-align: right;
}

.sb-landing-hero-social__score-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sb-landing-hero-social__score {
  font-family: var(--sb-font-bold);
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #1a2b4a;
}

.sb-landing-hero-social__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 0;
}

.sb-landing-hero-social__stars svg {
  display: block;
  width: 18px;
  height: 18px;
}

.sb-landing-hero-social__reviews {
  margin-top: 4px;
  font-family: var(--sb-font-medium);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  color: #1a2b4a;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .sb-landing-topbar {
    gap: 8px;
  }

  .sb-landing .sb-landing-brand-logo {
    height: 28px;
  }

  .sb-landing-trusted {
    gap: 6px;
  }

  .sb-landing-card-herocontent {
    margin: -16px -20px clamp(12px, 3vw, 20px);
  }

.sb-landing-hero-social {
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px 14px;
	flex-direction: column;
	align-items: start;
	justify-content: start !important;
}

  .sb-landing-hero-social__text {
    font-size: 16px;
    line-height: 1.15;
  }
  .sb-landing-hero-social__text br{ display: none; }
}

.sb-landing-trust-security {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: -6px 0 0;
  text-align: center;
  color: #222;
}

.sb-landing-trust-security .sb-landing-trust-icon {
  color: #3366cc;
  flex-shrink: 0;
  line-height: 0;
}

.sb-landing-trust-security__text {
  font-family: var(--sb-font-medium);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: #222;
}

.sb-landing-trust-security__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: #eaf0fb;
  border-radius: 100px;
  font-family: var(--sb-font-medium);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  color: #222;
  white-space: nowrap;
}

.sb-landing-card{ padding: 30px;}

.sb-landing-why {


  text-align: center;
  margin: 30px 0px 0px;
}

.sb-landing-why__title {
  margin: 0 0 20px;
  font-family: var(--sb-font-bold);
  font-size: 28px;
  font-weight: normal;
  line-height: 1.25;
  color: #222;
}

.sb-landing-why__title span {
  color: #3366cc;
}

.sb-landing-why__slider {
  overflow: hidden;
}

.sb-landing-why__track {
  display: flex;
  transition: transform 0.45s ease;
}

.sb-landing-why__slide {
  flex: 0 0 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding-right: 2px;
  padding-left: 2px;padding-bottom: 5px;
}

.sb-landing-why__quote {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 132px;
  padding: 20px 22px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.0196078);
  border-radius: 20px;
  text-align: left;
}

.sb-landing-why__quote-copy {
  flex: 1 1 auto; display: flex; gap:15px;
  min-width: 0;
}

.sb-landing-why__marks {
  display: block;
  flex-shrink: 0;
  margin-bottom: 2px;
  font-family: var(--sb-font-bold);
  font-size: 36px;
  line-height: 0.7;
  color: #3366cc;
}

.sb-landing-why__marks svg {
  display: block;
}

.sb-landing-why__quote-copy p {
  margin: 0 0 4px;
  font-family: var(--sb-font-medium);
font-size: 18px;
  line-height: 1.3;
  color: #222;
}

.sb-landing-why__author {
  font-family: var(--sb-font-regular);
  font-size: 16px;
  color: #6b7280;
}

.sb-landing-why__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.sb-landing-why__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0px;
}

.sb-landing-why__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d7dde8;
  cursor: pointer;
  appearance: none;
  transition: width 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}

.sb-landing-why__dots button.is-active {
  width: 28px;
  border-radius: 100px;
  background: #3366cc;
}

.sb-landing-why__actions {
  display: flex;
  gap: 12px; flex-direction: row-reverse;
  padding: 14px 14px calc(14px + env(safe-area-inset-bottom, 0px));
  background: #F8F9FA;
  border-top: 1px solid #E5E7EB;
  border-radius: 24px 24px 0 0;
  position: fixed;
  bottom: 0;
  z-index: 9;
  margin: 0 auto;
  width: min(660px, 100%);
  max-width: 100%;
  box-sizing: border-box;
  left: 0;
  right: 0;
}

.sb-landing-why__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 16px;
  border-radius: clamp(10px, 2vw, 13px);
  text-decoration: none;
  box-sizing: border-box;
}

.sb-landing-why__btn-icon,
.sb-landing-why__btn svg {
  flex-shrink: 0;
}

.sb-landing-why__btn-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  line-height: 1.2;
}

.sb-landing-why__btn-copy strong {
  font-family: var(--sb-font-bold);
  font-size: 20px;
  font-weight: normal;
}

.sb-landing-why__btn-copy small {
  font-family: var(--sb-font-regular);
  font-size: 16px;
}

.sb-landing-why__btn--start {
  background: #ef626c;
  color: #fff;
}

.sb-landing-why__btn--start small {
  color: rgba(255, 255, 255, 0.9);
}

.sb-landing-why__btn--whatsapp {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #222;
}

.sb-landing-why__btn--whatsapp strong {
  color: #16A34A;
}



@media (max-width:992px) {
.sb-landing-why {
  margin:20px 0px 0;
}
.sb-landing-why__title{ margin-bottom: 13px;}
.sb-landing-card-herocontent {
	margin: -10px 0px 15px;
}
.sb-landing-card {
	padding:20px;
}
}

@media (max-width:767px) {
  .sb-landing-trusted__copy{ font-size: 15px;}
  .sb-landing-why__title {
    font-size: 22px;
  }
.sb-landing-why__quote {
	padding: 15px;
	gap: 12px;
	align-items: start;
	border-radius: 15px;
}

  .sb-landing-why__avatar {
    width: 56px; margin-top: 22px;
    height: 56px;
  }
  .sb-landing-why__marks svg {
	display: block;
	width: 16px;
	height: auto;
}

  .sb-landing-why__quote-copy p {
    font-size: 16px;line-height: 1.2;
  }

  .sb-landing-why {
    padding-bottom: 0;
    margin: 20px 0 0;
  }

  .sb-landing-why__actions {
    flex-direction: row-reverse;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    border-radius: 20px 20px 0 0;
  }

  .sb-landing-why__btn {
    padding: 10px 8px;
    gap: 7px;
  }

  .sb-landing-why__btn svg {
    width: 20px;
    height: 20px;
  }

  .sb-landing-why__btn-copy strong {
    font-size: 16px;
    white-space: normal;
  }

  .sb-landing-why__btn-copy small {
    font-size: 14px;
    white-space: nowrap;
  }

  .sb-landing-trusted__icon svg {
	width: 33px; margin-left: 12px;
}
.sb-landing-card-herocontent {
	margin:0 0 15px;
}
.sb-landing-hero{ border-radius: 15px;}
.sb-landing-hero-social__rating{align-items: start;}
.sb-landing-card {
	padding: 15px;
}
.sb-landing-why__quote-copy{ flex-direction: column; gap: 5px;}
.sb-landing-why__quote{ align-items: start !important; height: 100%;}
.sb-landing-why__btn.sb-landing-why__btn--start .sb-landing-why__btn-icon{ display: none !important;}
.sb-landing-trusted{ display: none;}
.sb-landing-topbar {
	gap: 8px;
	justify-content: center;
	padding-top: 5px;margin-bottom: 12px;
}
}
@media (max-width: 480px) {
  .sb-landing-hero-social__text{ max-width: 290px;}
}
@media (max-width: 410px) {
.sb-landing-why__btn {
	padding: 9px 4px;
	gap: 5px;
}

  .sb-landing-why__btn-copy small {
    display: none;
  }

  .sb-landing-why__btn-copy strong {
    font-size: 14px;
  }
  
}