:root {
  --rs-primary: #c62828;
  --rs-dark: #0f1218;
  --rs-dark-2: #151a23;
  --rs-text: #1c1c1e;
  --rs-text-soft: #4a4a52;
  --rs-bg: #ffffff;
  --rs-soft: #f6f6f8;
  --rs-border: #dfdfe6;
  --rs-radius: 16px;
}

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src:
    url("../../plugins/global/fonts/bootstrap-icons/bootstrap-icons.cc1e5eda776b.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
    url("../../plugins/global/fonts/bootstrap-icons/bootstrap-icons.ba49e8448923.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-diagram-3::before { content: "\f2ee"; }
.bi-people::before { content: "\f4d0"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clock::before { content: "\f293"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-shop::before { content: "\f543"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-phone::before { content: "\f4e7"; }
.bi-percent::before { content: "\f4d1"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-receipt::before { content: "\f50f"; }
.bi-life-preserver::before { content: "\f467"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-envelope::before { content: "\f32f"; }

html,
body {
  min-height: 100%;
}

body,
body.font-heading-colasta-bold {
  font-family: Inter, sans-serif;
  font-size: 18px;
  color: var(--rs-text);
  background: var(--rs-bg);
  min-height: 100vh;
}

#smooth-wrapper,
#smooth-content {
  width: 100%;
  max-width: none;
}

.body-wrapper.marketing-automation {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.body-wrapper.marketing-automation > main {
  width: 100%;
  flex: 1 0 auto;
  background: #fff !important;
}

.body-wrapper.marketing-automation > .footer-area.style-1 {
  width: 100%;
  margin-top: auto;
}

h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.14;
  color: #fff;
  margin-bottom: 25px !important;
  text-align: center;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #20262e !important;
  margin-bottom: 25px !important;
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 25px !important;
}

.section {
  padding: 96px 0;
}

.btn-primary, .wc-btn-primary.btn-primary {
    background-color: var(--rs-primary);
    border-radius: var(--rs-radius);
    padding: 20px 35px;
    font-weight: 400;
    border: 1px solid var(--rs-primary);
    color: #fff;
    line-height: 1;
    width: 48%;
}

.btn-primary:hover,
.wc-btn-primary.btn-primary:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
  color: #fff;
  border: 1px solid var(--rs-primary);
  background-color: rgba(255, 255, 255, 0.05);
}

.btn-primary:focus,
.btn-primary:focus-visible,
.lp-btn-secondary:focus,
.lp-btn-secondary:focus-visible,
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  outline: none !important;
}

.card {
  border-radius: var(--rs-radius);
  border: 1px solid var(--rs-border);
  box-shadow: none !important;
}

.lp-page {
  background: #fff;
}

.lp-header-badge-wrap {
    flex-direction: column;
    width: 75%;
    margin: 20px auto 50px;
    text-align: center;
}

.lp-header-auth-mobile {
  display: none;
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
  font-size: 24px;
}

.lp-header-auth-mobile:hover {
  color: #fff;
}

.lp-header-badge {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 10px;
}

.lp-home .lp-hero {
  background:
    radial-gradient(circle at 15% 15%, rgba(198, 40, 40, 0.38), transparent 42%),
    linear-gradient(145deg, var(--rs-dark) 0%, var(--rs-dark-2) 54%, #2a1a1f 100%);
}

.lp-home .lp-hero .container {
  color: #fff;
}

.lp-claim {
  color: rgba(255, 255, 255, 0.92);
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
}

.lp-subheadline {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.55;
}

.lp-trust-line {
  margin-top: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
}

.lp-authority {
  margin: 65px auto;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.lp-authority-item {
  text-align: center;
  padding: 25px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-authority-item .metrics {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

.lp-authority-item:last-child {
  border-right: none;
}

.lp-authority-item strong {
  font-size: 17px;
  color: #fff;
}

.lp-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lp-btn-secondary {
    border-radius: var(--rs-radius);
    padding: 20px 35px;
    border: 2px solid #c62828;
    color: #c62828;
    background: #fff;
    font-weight: 400;
    line-height: 1;
    width: 48%;
}

.lp-home .lp-hero .lp-btn-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: transparent;
}

.lp-home .lp-hero .lp-btn-secondary:hover {
  background: #fff;
  color: #181b22;
}

.lp-microcopy {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 15px;
  color: var(--rs-text-soft);
  text-align: center;
}

.lp-home .lp-hero .lp-microcopy {
  color: rgba(255, 255, 255, 0.82);
}

.lp-section-soft {
  background: var(--rs-soft);
}

.lp-card-list, .lp-compare-card, .lp-two-col .card, .lp-early-card, .lp-quote, .lp-faq-item, .lp-steps-grid .card, .lp-form-card {
    padding: 50px 40px;
    text-align: center;
    border: none;
}

.lp-compare-card img {
    max-width: 30% !important;
    text-align: center !important;
    margin: 0 auto 50px !important;
}

.lp-card-list ul,
.lp-compare-card ul,
.lp-two-col .card ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.lp-card-list li,
.lp-compare-card li,
.lp-two-col .card li {
  margin-bottom: 9px;
}

.lp-compare-grid,
.lp-two-col {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-steps-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lp-quote {
  margin: 0;
  font-size: 22px;
  line-height: 1.55;
}

.lp-faq-grid {
  margin-top: 24px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.lp-faq-item {
  margin: 0;
  box-shadow: none !important;
  background: #fff;
  text-align: left;
}

.lp-faq-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  text-align: left;
  cursor: default;
}

.lp-faq-icon {
    width: 48px;
    height: 48px;
    /* border-radius: 12px; */
    /* border: 1px solid var(--rs-border); */
    display: grid;
    /* place-items: center; */
    color: var(--rs-primary);
    /* background: var(--rs-soft); */
    font-size: 20px;
}

.lp-faq-icon .bi {
  display: inline-flex;
}

.lp-faq-panel {
  min-width: 0;
  padding-left: 62px;
  text-align: left;
}

.lp-faq-q {
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.lp-faq-a {
  margin-top: 8px;
  color: var(--rs-text-soft);
  line-height: 1.6;
  text-align: left;
}

@media (min-width: 992px) {
  .lp-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

.lp-early-access {
  background: linear-gradient(145deg, #141824 0%, #2a1a1f 100%);
}

.lp-early-card {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background: transparent;
}

.lp-early-card p,
.lp-early-card .lp-microcopy {
  color: rgba(255, 255, 255, 0.84);
}

.lp-final-cta {
  background: #fff;
}

#cta-final .lp-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  min-height: 60px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

#cta-final .lp-actions .btn-primary:hover {
  background-color: #a81f1f;
  border-color: #a81f1f;
  transform: none;
}

@media (max-width: 992px) {
  #cta-final .lp-actions .btn-primary {
    min-height: 56px;
    font-size: 16px;
  }
}

.lp-admission-note {
  background: var(--rs-soft);
  padding-top: 26px;
  padding-bottom: 36px;
  text-align: center;
}

.lp-admission-note p {
  margin: 0;
  color: #3e3e46;
}

.lp-form-header {
  background:
    radial-gradient(circle at 20% 18%, rgba(198, 40, 40, 0.3), transparent 42%),
    linear-gradient(145deg, var(--rs-dark) 0%, var(--rs-dark-2) 54%, #2a1a1f 100%);
}

.lp-form-header .container {
  color: #fff;
}

.lp-form-header .lp-subheadline {
  color: #fff;
  text-align: center;
  background: transparent;
}

.lp-faqs-hero-copy {
  text-align: center;
}

.lp-faqs-hero-copy .lp-subheadline {
  color: #fff;
}

.lp-faq-link-wrap {
  margin-top: 24px;
  text-align: center;
}

.lp-faq-link {
  color: var(--rs-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lp-faq-link:hover {
  color: var(--rs-primary);
}

.lp-time {
  margin-top: 12px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.lp-time-inline {
  margin: 0 0 28px;
  text-align: center;
  color: var(--rs-primary);
  font-weight: 600;
}

.lp-form-section {
  padding-top: 48px;
}

.prereg-form .form-control,
.prereg-form .form-select {
  min-height: 54px;
  border: 1px solid var(--rs-border);
}

.prereg-form select[multiple].form-select {
  min-height: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.prereg-form select[multiple].form-select option {
  padding: 6px 10px;
}

.prereg-category-picker {
  position: relative;
}

.prereg-category-toggle {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding-right: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  user-select: none;
}

.prereg-category-toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.prereg-category-picker.is-open .prereg-category-toggle::after {
  transform: translateY(-25%) rotate(-135deg);
}

.prereg-category-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--rs-border);
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(15, 18, 24, 0.12);
  padding: 8px;
}

.prereg-category-option {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
}

.prereg-category-option:hover {
  background: #f8f8fa;
}

.prereg-category-option input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.prereg-category-summary {
  min-height: 8px;
}

.prereg-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(198, 40, 40, 0.26);
  background: rgba(198, 40, 40, 0.06);
  border-radius: 999px;
  padding: 6px 10px;
}

.prereg-category-chip-label {
  font-size: 13px;
  line-height: 1.2;
  color: #5d5d66;
}

.prereg-category-chip-remove {
  border: 0;
  background: transparent;
  color: #c62828;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

.prereg-form .form-label {
    font-weight: 200;
    text-align: left;
    font-size: 18px;
    margin-left: 5px;
}

.prereg-form .form-text {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #666671;
}

.prereg-form .form-check {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.prereg-form .form-check-input {
  margin-top: 4px;
  border-radius: 5px;
}

.prereg-form .prereg-submit {
  min-width: 220px;
}

.prereg-form .prereg-submit:hover {
  background: #fff;
  border-color: var(--rs-primary);
  color: var(--rs-primary);
  transform: none;
}

.prereg-form.is-loading .prereg-submit {
  opacity: 0.75;
  pointer-events: none;
}

.prereg-field-error {
  margin: 8px 0 0;
  color: #c62828;
  font-size: 14px;
}

.prereg-form .is-invalid {
  border-color: #c62828 !important;
}

.lp-form-card h3 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0 !important;
}

.prereg-form .prereg-field {
  display: flex;
  flex-direction: column;
}

.prereg-form .prereg-field > .form-control,
.prereg-form .prereg-field > .form-select,
.prereg-form .prereg-field > .prereg-category-picker,
.prereg-form .prereg-field > .iti {
  order: 2;
}

.prereg-form .prereg-field > .form-label {
    order: 1;
    margin-top: 0;
    margin-bottom: 8px;
    color: #7f7f7f;
}

.prereg-form .prereg-field > [data-category-other-wrap="1"] {
  order: 5;
}

.prereg-form .iti {
  width: 100%;
  display: block;
}

.prereg-form .iti input {
  width: 100%;
}

.lp-consent-row-single {
  margin: 0;
}

.lp-consent-row-first {
  margin-top: 0;
}

.lp-consent-row-last {
  margin-bottom: 0;
}

.prereg-form .lp-consent-check {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  padding-left: 0 !important;
  text-align: left !important;
}

.prereg-form .lp-consent-check .form-check-input {
  float: none;
  margin: 0 !important;
  flex: 0 0 auto;
  align-self: center;
}

.prereg-form .lp-consent-check .form-check-label {
  margin: 0;
  cursor: pointer;
  text-align: left !important;
  align-self: center;
  line-height: 1.2;
  display: block;
}

.lp-consent-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--rs-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 14px;
  margin: 0;
  margin-left: 8px;
  text-align: left;
  flex: 0 0 auto;
  align-self: center;
}

.lp-consent-link:hover {
  color: var(--rs-primary);
}

.lp-consent-modal-body {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.lp-consent-modal-body p {
  margin-bottom: 14px;
  color: #1f2328;
  line-height: 1.7;
}

.lp-consent-modal-body h6 {
  margin: 18px 0 10px;
  color: #1f2328;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.lp-consent-modal-body ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.lp-consent-modal-body li {
  margin-bottom: 8px;
  color: #1f2328;
  line-height: 1.65;
}

.lp-consent-modal {
  z-index: 100100 !important;
}

.lp-consent-modal .modal-content {
  border-radius: var(--rs-radius);
  box-shadow: none;
  background: #fff !important;
  color: #1f2328;
}

.lp-consent-modal .modal-header,
.lp-consent-modal .modal-body {
  background: #fff !important;
  color: #1f2328;
}

.lp-consent-modal .modal-header {
  justify-content: flex-start;
  gap: 12px;
}

.lp-consent-modal .btn-close {
  margin: 0;
  opacity: 1;
}

.lp-consent-modal .modal-title {
  margin: 0;
}

.lp-consent-close-mobile {
  display: none;
}

@media (min-width: 768px) {
  .lp-consent-row-single {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lp-consent-row-first {
    margin-top: 25px;
  }

  .lp-consent-row-last {
    margin-bottom: 25px;
  }
}

.prereg-form .prereg-field > .form-text {
  order: 3;
}

.prereg-form .prereg-field > .prereg-field-error {
  order: 4;
}

@media (max-width: 1200px) {
  h1 { font-size: 48px; }
  h2 { font-size: 34px; }
}

@media (max-width: 992px) {
  .section {
    padding: 74px 0;
  }

  .lp-header-badge-wrap {
    display: none;
  }

  .lp-authority {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-authority-item:nth-child(2n) {
    border-right: none;
  }

  .lp-authority-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .lp-authority-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .lp-compare-grid,
  .lp-two-col,
  .lp-steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

h1 {
    font-size: 36px;
    margin-top: 35px;
}
  h2 { font-size: 30px; }
  h3 { font-size: 24px; }

  .section {
    padding: 58px 0;
  }

  .lp-authority {
    grid-template-columns: 1fr;
  }

  .lp-authority-item,
  .lp-authority-item:nth-child(2n) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .lp-authority-item:last-child {
    border-bottom: none;
  }

  .lp-actions {
    flex-direction: column;
  }

  .lp-actions .btn,
  .prereg-form .prereg-submit {
    width: 100%;
  }

  body.landing-home .header-area.style-1 .header-area__inner,
  body.landing-faqs .header-area.style-1 .header-area__inner {
    min-height: 72px;
    justify-content: flex-end;
  }

  body.landing-home .header__logo,
  body.landing-faqs .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  body.landing-home .logo-header,
  body.landing-faqs .logo-header {
    width: 130px !important;
    max-width: none;
  }

  body.landing-home .lp-header-auth-desktop,
  body.landing-faqs .lp-header-auth-desktop {
    display: none;
  }

  body.landing-home .lp-header-auth-mobile,
  body.landing-faqs .lp-header-auth-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.landing-home .rs-problem__list ul,
  body.landing-home .rs-problem__list li {
    text-align: left;
  }

body.landing-home .rs-problem__list li {
    /* align-items: flex-start; */
    text-align: left !important;
}

  body.landing-home #seguridad .rs-step-title,
  body.landing-home #seguridad .rs-step-desc,
  body.landing-home #seguridad .rs-step-body {
    text-align: left !important;
  }

  body.landing-home #faqs .lp-faq-item {
    padding: 18px 16px;
  }

  body.landing-home #faqs .lp-faq-trigger {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    cursor: pointer;
  }

  body.landing-home #faqs .lp-faq-icon,
  body.landing-faqs #faqs .lp-faq-icon {
    display: none;
  }

  body.landing-home #faqs .lp-faq-q {
    text-align: center;
  }

  body.landing-home #faqs .lp-faq-a,
  body.landing-home #faqs .lp-faq-panel {
    text-align: left;
  }

  body.landing-home #faqs .lp-faq-panel {
    padding-left: 0;
    overflow: hidden;
    max-height: none;
    opacity: 1;
    transition: max-height 0.28s ease, opacity 0.28s ease, margin-top 0.28s ease;
  }

  body.landing-home #faqs .lp-faq-item.is-collapsed .lp-faq-panel {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
  }

  body.landing-home #faqs .lp-faq-item.is-expanded .lp-faq-panel {
    opacity: 1;
    margin-top: 10px;
  }

  body.landing-faqs #faqs .lp-faq-item {
    padding: 18px 16px;
  }

  body.landing-faqs #faqs .lp-faq-trigger {
    grid-template-columns: minmax(0, 1fr);
    cursor: pointer;
  }

  body.landing-faqs #faqs .lp-faq-panel {
    padding-left: 0;
    text-align: left;
    overflow: hidden;
    max-height: none;
    opacity: 1;
    transition: max-height 0.28s ease, opacity 0.28s ease, margin-top 0.28s ease;
  }

  body.landing-faqs #faqs .lp-faq-q,
  body.landing-faqs #faqs .lp-faq-a {
    text-align: left;
  }

  body.landing-faqs #faqs .lp-faq-item.is-collapsed .lp-faq-panel {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
  }

  body.landing-faqs #faqs .lp-faq-item.is-expanded .lp-faq-panel {
    opacity: 1;
    margin-top: 10px;
  }

  .prereg-form .lp-consent-check {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 8px;
    align-items: center;
    margin-top: 25px;
    padding-left: 0 !important;
  }

  .prereg-form .lp-consent-check .form-check-input {
    grid-column: 1;
    grid-row: 1;
  }

  .prereg-form .lp-consent-check .form-check-label {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    text-align: left !important;
  }

  .prereg-form .lp-consent-check .lp-consent-link {
    grid-column: 2;
    grid-row: 2;
    margin: 0 0 25px;
    justify-self: start;
    text-align: left;
  }

  .lp-consent-modal .modal-dialog.modal-fullscreen {
    margin-top: 0;
    height: 100%;
  }

  .lp-consent-modal .modal-content {
    height: 100%;
  }

  .lp-consent-modal .modal-header {
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .lp-consent-modal .btn-close {
    display: none;
  }

  .lp-consent-close-mobile {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 24px auto 0;
  }
}

/* =========================================================
   REESELL — Section: "Vender en Venezuela..."
   (2 columns + image, no SVG)
   ========================================================= */

.rs-problem {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.rs-problem__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}

.rs-problem__copy h2 {
  font-size: 38px;
  font-weight: 650;
  color: #1f2328;
}

.rs-problem__list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}

.rs-problem__list li {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  color: var(--rs-text);
}

.rs-problem__list li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  color: #521e21;
  font-weight: 800;
  background: #f6f6f8;
  border-radius: 16px;

  flex-shrink: 0;
}

/* Mini KPIs */
.rs-problem__mini-kpis {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rs-mini-kpi {
  border: 1px solid rgba(15, 18, 24, 0.08);
  border-radius: var(--rs-radius);
  background: #fff;
  padding: 14px 14px;
}

.rs-mini-kpi:hover {
  background: #f6f6f8;
  border-color: rgba(15, 18, 24, 0.18);
}

.rs-mini-kpi__title {
    margin-top: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: var(--rs-text);
    text-align: center;
}

.rs-mini-kpi__desc {
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--rs-text-soft);
    text-align: center;
}

/* Image side */
.rs-problem__media {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rs-problem__image {
  padding: 0 !important;
  overflow: hidden;
  border-radius: var(--rs-radius);
  border: 1px solid var(--rs-border);
  box-shadow: none !important;
  position: relative;
}

.rs-problem__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--rs-radius);
  filter: saturate(0.95) contrast(0.95);
}

/* subtle overlay for brand cohesion */
.rs-problem__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--rs-radius);
  background: linear-gradient(
    180deg,
    rgba(15, 18, 24, 0.04) 0%,
    rgba(15, 18, 24, 0.14) 100%
  );
  pointer-events: none;
}

.rs-problem__note {
  font-size: 14px;
  opacity: .75;
  color: var(--rs-text-soft);
  text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
  .rs-problem__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rs-problem__copy h2 {
    text-align: center;
  }

  .rs-problem__note {
    text-align: center;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .rs-problem__mini-kpis {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   REESELL — Features (Brand Version)
   Flip horizontal on hover
   ========================================================= */

.rs-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

/* Feature */
.rs-feature h3 {
  margin-top: 22px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.rs-feature p {
  color: var(--rs-text-soft);
  font-size: 15px;
  line-height: 1.6;
}

/* Icon wrapper */
.rs-feature__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--rs-primary); /* ROJO REESELL */
  color: #fff;

  perspective: 800px;
}

/* Inner icon (we animate this) */
.rs-feature__icon i {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(.4,.2,.2,1);
  transform-style: preserve-3d;
}

/* Flip horizontal */
.rs-feature:hover .rs-feature__icon i {
  transform: rotateY(180deg);
}

/* Optional subtle glow on hover */
.rs-feature:hover .rs-feature__icon {
  box-shadow: 0 8px 20px rgba(198, 40, 40, 0.25);
}

/* Responsive */
@media (max-width: 992px) {
  .rs-features__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* =========================================================
   REESELL — Features (Brand + Flip Icon Only)
   ========================================================= */

.rs-feature__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--rs-primary); /* Rojo Reesell */
  color: #fff;

  perspective: 800px; /* necesario para 3D */
}

/* Animamos SOLO el icono */
.rs-feature__icon i {
  display: inline-block;
  transition: transform 0.55s cubic-bezier(.4,.2,.2,1);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Flip horizontal elegante */
.rs-feature:hover .rs-feature__icon i {
  transform: rotateY(180deg);
}

/* Opcional: micro elevación muy sutil */
.rs-feature:hover .rs-feature__icon {
  box-shadow: 0 6px 18px rgba(198, 40, 40, 0.18);
}

/* =========================================================
   REESELL — Section: Esto es para ti si...
   Option C: vertical red accent on title
   Center 2 cards + full width buttons
   ========================================================= */

#seguridad .lp-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;

  max-width: 980px;
  margin: 28px auto 0;
  justify-content: center;
}

#seguridad .rs-role-card {
  background: #fff;
  padding: 50px 40px;
  border-radius: var(--rs-radius);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Title + vertical accent */
#seguridad .rs-role-card h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    /* margin-bottom: 18px !important; */
    border-bottom: 3px solid #e90c29;
    width: 65%;
    margin: 0 auto;
}


/* paragraph */
#seguridad .rs-role-card p {
  color: var(--rs-text-soft);
  margin-bottom: 18px;
}

.persona-image {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  display: block;
  margin: 0;
}

.persona-image-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 18px auto 24px;
}

.persona-image-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 18, 24, 0.08);
  color: #1f2328;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

/* list */
#seguridad .rs-role-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#seguridad .rs-role-card li {
  margin: 10px 0;
  color: var(--rs-text);
}

#seguridad .rs-role-card > p:not(.persona-emotional-line) {
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

#seguridad .rs-role-card .rs-problem__list {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

#seguridad .rs-role-card .rs-problem__list.mt-15 {
  margin-bottom: 0 !important;
}

/* buttons full width */
#seguridad .lp-two-col .btn {
  width: 100% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 32px;
  padding: 18px 24px;
  min-height: 60px;
  font-size: 17px;
  font-weight: 500;
  white-space: normal;
  line-height: 1.2;
}

.persona-emotional-line {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(74, 74, 82, 0.9);
  font-weight: 500;
}

.js-persona-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.js-persona-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* hover (premium, sin sombras) */
#seguridad .rs-role-card:hover {
  border-color: rgba(15, 18, 24, 0.16);
}

/* Mantén comportamiento correcto de cada botón */
#seguridad .btn-primary:hover {
  background-color: #a81f1f; /* rojo un poco más oscuro */
  border-color: #a81f1f;
  transform: none; /* evita el scale si no lo quieres aquí */
}

#seguridad .lp-btn-secondary:hover {
  background: #fff;
  border-color: rgba(15, 18, 24, 0.18);
  color: #1f2328;
}

/* Responsive */
@media (max-width: 992px) {
  #seguridad .lp-two-col {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  #seguridad .rs-role-card {
    padding: 42px 30px;
  }

  #seguridad .lp-two-col .btn {
    min-height: 56px;
    font-size: 16px;
    margin-top: 32px;
  }

  .persona-emotional-line {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-persona-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================================================
   REESELL — Apply Flow (inside #seguridad)
   ========================================================= */

#seguridad .rs-apply-flow {
  max-width: 980px;
  margin: 0 auto 0;
  padding-top: 46px;
  border-top: 1px solid rgba(15, 18, 24, 0.08);
  text-align: center;
}

#seguridad .rs-apply-flow__title {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 10px !important;
}

#seguridad .rs-apply-flow__subtitle {
  margin: 0 auto 28px;
  color: var(--rs-text-soft);
  max-width: 680px;
}

#seguridad .rs-apply-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#seguridad .rs-apply-step {
  border-radius: var(--rs-radius);
  padding: 22px 20px;

  display: flex;
  gap: 14px;
  text-align: left;
  align-items: flex-start;
  transition: transform .2s ease;
}

#seguridad .rs-apply-step:hover {
  transform: translateY(-3px);
}

#seguridad .rs-step-badge {
    width: 42px;
    height: 42px;
    color: var(--rs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.08em;
    flex-shrink: 0;
}

#seguridad .rs-step-title {
  font-weight: 700;
  color: #1f2328;
  margin-bottom: 6px;
}

#seguridad .rs-step-desc {
  color: var(--rs-text-soft);
  font-size: 15px;
  line-height: 1.55;
}

#seguridad .rs-apply-flow__micro {
  margin: 16px 0 0;
  font-size: 14px;
  color: var(--rs-text-soft);
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 992px) {
  #seguridad .rs-apply-steps {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   REESELL — Limited Access CTA (Urgency, No Glass)
   ========================================================= */

.rs-cta--limited {
  padding: 110px 0;
  position: relative;
  color: #fff;

  /* Tu fondo premium (igual vibe) */
  background:
    radial-gradient(circle at 18% 25%, rgba(198,40,40,.40), transparent 48%),
    radial-gradient(circle at 80% 35%, rgba(255,255,255,.07), transparent 42%),
    linear-gradient(145deg, var(--rs-dark) 0%, var(--rs-dark-2) 55%, #2a1a1f 100%);
}

/* Panel sólido (SIN glass / SIN blur) */
.rs-cta__wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;

  border-radius: var(--rs-radius);
  padding: 0 40px;

}

/* Badge */
.rs-cta__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;

  padding: 8px 12px;
  border-radius: 999px;

  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);

  margin-bottom: 16px;
}

/* Title con contraste fuerte */
.rs-cta__title {
  margin: 0;
  font-size: 46px;
  line-height: 1.10;
  font-weight: 780;

  color: rgba(255,255,255,.98) !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.55);
}
.rs-h3__subtitle {
  margin: 0 auto 25px;
  font-size: 34px;
  line-height: 1.10;
  font-weight: 780;

  color: rgba(255,255,255,.98) !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.55);
}

.rs-cta__accent {
  color: rgba(255,255,255,.98);
  position: relative;
  white-space: nowrap;
}

.rs-cta__accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 3px;
  border-radius: 3px;
  background: rgba(198,40,40,.90);
}

/* Subtitle (directo, sin blabla) */
.rs-cta__subtitle {
  margin: 50px auto 0;
  max-width: 780px;

  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,.86);
}

/* Meter */
.rs-cta__meter {
  margin: 26px auto 0;
  max-width: 560px;
  text-align: left;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 14px 14px;

  background: rgba(0,0,0,.20);
}

.rs-cta__meter-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.rs-cta__meter-label {
  font-size: 13px;
  color: rgba(255,255,255,.74);
  font-weight: 600;
}

.rs-cta__meter-value {
  font-size: 13px;
  color: rgba(255,255,255,.88);
}

.rs-cta__bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  overflow: hidden;
}

.rs-cta__bar-fill {
  height: 100%;
  border-radius: 999px;
  background: rgba(198,40,40,.95);
}

/* mini “proof points” dentro del meter */
.rs-cta__meter-foot {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;

  font-size: 12px;
  color: rgba(255,255,255,.72);
}

.rs-cta__meter-foot span {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  border-radius: 999px;
  padding: 6px 10px;
}

/* Actions */
.rs-cta__actions {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.rs-cta__btn {
  width: min(360px, 100%);
  padding: 18px 22px;
  border-radius: 18px;
  line-height: 1.1;
  white-space: normal;
}

/* CTA primary hover */
.rs-cta__btn.btn-primary:hover {
  transform: translateY(-1px) scale(1.01);
  transition: transform .18s ease;
  background-color: rgba(198,40,40,.95);
  border-color: rgba(198,40,40,1);
  color: #fff;
}

/* Secondary ghost (premium, no white block) */
.rs-cta__btn--ghost {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: rgba(255,255,255,.92) !important;
}

.rs-cta__btn--ghost:hover {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.26) !important;
  color: #fff !important;
}

/* Footnote */
.rs-cta__foot {
    margin: 16px 0 0;
    font-size: 20px;
    color: rgb(255 255 255);
}

/* Responsive */
@media (max-width: 992px) {
  .rs-cta--limited { padding: 86px 0; }
  .rs-cta__wrap { padding: 34px 18px; }
  .rs-cta__title { font-size: 34px; }
  .rs-cta__subtitle { font-size: 16px; }
}

@media (max-width: 767px) {
  .rs-cta__btn { width: 100%; }
  .rs-cta__meter { max-width: 100%; }
}

.text-left {
  text-align: left !important;
}

.mt-15 {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.h-100px {
    height: 100px !important;
}

/* =========================================================
   REESELL Landing Home Hero Video Redesign
   ========================================================= */
body.landing-home {
  --lp-header-height: 92px;
  --lp-hero-overlay-strength: 0.5;
}

body.landing-home .header-area.style-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background-color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    backdrop-filter 0.24s ease;
}

body.landing-home .header-area.style-1 .header-area__inner {
  max-width: 1240px;
  margin: 0 auto;
  min-height: var(--lp-header-height);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.landing-home .header-area.style-1 .header__button {
  display: none;
}

body.landing-home .header-area.style-1 .header__logo {
  max-width: none;
  position: static;
  left: auto;
  transform: none;
  margin-right: auto;
}

body.landing-home .header-area.style-1 .logo-header {
  width: 156px !important;
  max-width: 156px;
}

body.landing-home .header-area.style-1 .lp-header-auth {
  margin-left: auto;
}

body.landing-home .lp-header-auth-desktop {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.landing-home .lp-header-auth-desktop:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}

body.landing-home .lp-header-auth-mobile {
  display: none !important;
}

body.landing-home .header-area.style-1.lp-header-scrolled,
body.landing-home .header-area.style-1.sticky {
  background: rgba(198, 40, 40, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.landing-home .header-area.style-1.lp-header-scrolled .lp-header-auth-desktop,
body.landing-home .header-area.style-1.sticky .lp-header-auth-desktop {
  border-color: #fff;
  background: #fff;
  color: var(--rs-primary) !important;
}

body.landing-home .header-area.style-1.lp-header-scrolled .lp-header-auth-desktop:hover,
body.landing-home .header-area.style-1.sticky .lp-header-auth-desktop:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: var(--rs-primary) !important;
}

body.landing-home .lp-home .lp-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #101522;
}

body.landing-home .lp-home .lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 14% 18%, rgba(198, 40, 40, var(--lp-hero-overlay-strength)), transparent 46%),
    radial-gradient(circle at 88% 8%, rgba(35, 91, 184, calc(var(--lp-hero-overlay-strength) * 0.9)), transparent 42%),
    linear-gradient(138deg, rgba(10, 16, 27, 0.84) 0%, rgba(18, 24, 37, 0.7) 54%, rgba(47, 16, 26, 0.64) 100%);
}

body.landing-home .lp-hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.landing-home .lp-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
}

body.landing-home .lp-home .lp-hero .container {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding-top: calc(var(--lp-header-height) + 40px);
  padding-bottom: 24px;
}

body.landing-home .lp-hero-layout {
  width: min(1120px, 100%);
  margin: 0 auto;
  flex: 1 1 auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.landing-home .lp-hero-content {
  width: min(1080px, 100%);
  margin: clamp(24px, 7.5vh, 110px) auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2.3vh, 26px);
  transform: translateY(clamp(-12px, -1.4vh, -4px));
}

body.landing-home .lp-hero-bottom {
  width: min(900px, 100%);
  margin-top: auto;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

body.landing-home .lp-header-badge-wrap {
  width: auto;
  margin: 0;
}

body.landing-home .lp-header-badge {
  margin: 0;
  padding: 9px 16px;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.11);
  font-size: 13px;
  line-height: 1.15;
}

body.landing-home .lp-home .lp-hero h1 {
  margin: 0 !important;
  max-width: 26ch;
  font-size: clamp(2.2rem, 5.2vw, 4.05rem);
  line-height: 1.08;
}

body.landing-home .lp-hero-subtext {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.03rem, 1.9vw, 1.26rem);
  font-weight: 500;
}

body.landing-home .lp-home .lp-hero .lp-actions {
  margin-top: 8px;
  justify-content: center;
  width: 100%;
  max-width: 820px;
  gap: 16px;
}

body.landing-home .lp-home .lp-hero .lp-actions .btn {
  width: auto;
  flex: 1 1 280px;
  max-width: 340px;
  transition:
    transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    opacity 0.22s ease;
  will-change: transform;
}

body.landing-home .lp-home .lp-hero .lp-actions .btn:hover {
  transform: translateY(-2px);
}

body.landing-home .lp-home .lp-hero .lp-actions .btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.24);
}

body.landing-home .lp-home .lp-hero .lp-actions .btn.btn-primary:hover {
  background-color: #d33636;
  border-color: #d33636;
  color: #fff;
}

body.landing-home .lp-home .lp-hero .lp-actions .lp-btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.52);
}

body.landing-home .lp-home .lp-hero .lp-actions .lp-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff;
}

body.landing-home .lp-claim {
  margin: 0 auto;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.95rem, 1.5vw, 1.12rem);
  font-weight: 500;
}

body.landing-home .lp-hero-trustline {
  width: min(780px, 100%);
  margin-top: 0;
  padding-bottom: 0;
  text-align: center;
}

body.landing-home .lp-scroll-indicator {
  width: 30px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.landing-home .lp-scroll-indicator:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.54);
  transform: translateY(-1px);
}

body.landing-home .lp-scroll-indicator__dot {
  width: 4px;
  height: 8px;
  border-radius: 999px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.86);
  animation: lp-scroll-dot 1.5s ease-in-out infinite;
}

body.landing-home .lp-home .lp-hero .lp-hero-content > * {
  opacity: 0;
  transform: translateY(10px);
  animation: lp-hero-fade-up 0.62s ease forwards;
}

body.landing-home .lp-home .lp-hero .lp-hero-content .lp-header-badge-wrap {
  animation-delay: 0.08s;
}

body.landing-home .lp-home .lp-hero .lp-hero-content h1 {
  animation-delay: 0.16s;
}

body.landing-home .lp-home .lp-hero .lp-hero-content .lp-hero-subtext {
  animation-delay: 0.24s;
}

body.landing-home .lp-home .lp-hero .lp-hero-content .lp-actions {
  animation-delay: 0.32s;
}

@media (max-width: 1199px) {
  body.landing-home {
    --lp-header-height: 84px;
  }

  body.landing-home .header-area.style-1 .logo-header {
    width: 144px !important;
    max-width: 144px;
  }

  body.landing-home .lp-home .lp-hero .container {
    padding-top: calc(var(--lp-header-height) + 40px);
    padding-bottom: 22px;
  }

  body.landing-home .lp-hero-content {
    gap: clamp(16px, 2.2vh, 24px);
    margin-top: clamp(20px, 6.5vh, 84px);
    transform: translateY(clamp(-8px, -1.2vh, -4px));
  }

  body.landing-home .lp-hero-bottom {
    width: min(800px, 100%);
    padding-bottom: 8px;
    gap: 12px;
  }

  body.landing-home .lp-home .lp-hero h1 {
    max-width: 22ch;
  }

  body.landing-home .lp-hero-trustline {
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  body.landing-home {
    --lp-header-height: 72px;
  }

  body.landing-home .header-area.style-1 .header-area__inner {
    min-height: var(--lp-header-height);
    padding: 12px 16px;
  }

  body.landing-home .header-area.style-1 .logo-header {
    width: 120px !important;
    max-width: 120px;
    margin: 0 !important;
  }

  body.landing-home .lp-header-auth-desktop {
    padding: 10px 14px;
    font-size: 12px !important;
  }

  body.landing-home .lp-home .lp-hero .container {
    padding-top: calc(var(--lp-header-height) + 28px);
    padding-bottom: 16px;
  }

  body.landing-home .lp-hero-content {
    gap: 12px;
    margin-top: clamp(16px, 4.8vh, 44px);
    transform: translateY(0);
  }

  body.landing-home .lp-hero-bottom {
    width: 100%;
    gap: 10px;
    padding-bottom: 0;
  }

  body.landing-home .lp-header-badge {
    font-size: 11px;
    padding: 8px 12px;
  }

  body.landing-home .lp-home .lp-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.25rem);
    line-height: 1.14;
    max-width: 17ch;
  }

  body.landing-home .lp-hero-subtext {
    font-size: 0.95rem;
  }

  body.landing-home .lp-home .lp-hero .lp-actions {
    margin-top: 2px;
    gap: 10px;
    max-width: 100%;
  }

  body.landing-home .lp-home .lp-hero .lp-actions .btn {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 16px 20px;
  }

  body.landing-home .lp-claim {
    font-size: 0.88rem;
    max-width: 34ch;
  }

  body.landing-home .lp-scroll-indicator {
    width: 28px;
    height: 42px;
  }

  body.landing-home .lp-hero-trustline {
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  body.landing-home .lp-home .lp-hero .lp-actions {
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 16px;
  }

  body.landing-home .lp-home .lp-hero .lp-actions .btn {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
    flex: 0 0 auto;
    align-self: stretch;
    padding: 14px 20px;
    border-radius: 16px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.landing-home .lp-home .lp-hero .lp-hero-content > * {
    opacity: 1;
    transform: none;
    animation: none;
  }

  body.landing-home .lp-scroll-indicator__dot {
    animation: none;
  }
}

@keyframes lp-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lp-scroll-dot {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translateY(14px);
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}
