.ferpos-home-page {
  --home-blue: #0C3A6D;
  --home-teal: #017778;
  --home-orange: #FF4A00;
  --home-ink: #0C3A6D;
  --home-text: #40546B;
  --home-muted: #68788A;
  --home-line: rgba(12, 58, 109, .12);
  --home-soft: #F7FAFC;
  --home-blue-soft: #EEF4FA;
  --home-teal-soft: #EDF8F7;
  --home-orange-soft: #FFF3EE;
  --home-accent: #017778;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

.ferpos-home-page .header .navbar-area,
.ferpos-home-page .header .navbar-area.sticky {
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 1px solid var(--home-line);
  box-shadow: none !important;
  backdrop-filter: blur(18px);
}

.ferpos-home-page .header .navbar {
  min-height: 70px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.ferpos-home-page .header .navbar-nav .nav-item > a:not(.landing-nav-action),
.ferpos-home-page .header .navbar-area.sticky .navbar-nav .nav-item > a:not(.landing-nav-action) {
  color: var(--home-ink) !important;
  font-size: 14px;
  font-weight: 700;
}

.ferpos-home-page .header .navbar-nav .nav-item a.landing-nav-action,
.ferpos-home-page .header .navbar-area.sticky .navbar-nav .nav-item a.landing-nav-action {
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 800;
}

.ferpos-home-page .header .navbar-nav .nav-item a.landing-nav-action--ghost,
.ferpos-home-page .header .navbar-area.sticky .navbar-nav .nav-item a.landing-nav-action--ghost {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--home-ink) !important;
}

.ferpos-home-page .header .navbar-nav .nav-item a.landing-nav-action--ghost span,
.ferpos-home-page .header .navbar-nav .nav-item a.landing-nav-action--ghost svg,
.ferpos-home-page .header .navbar-area.sticky .navbar-nav .nav-item a.landing-nav-action--ghost span,
.ferpos-home-page .header .navbar-area.sticky .navbar-nav .nav-item a.landing-nav-action--ghost svg {
  color: var(--home-ink) !important;
}

.ferpos-home-page .header .navbar-nav .nav-item a.landing-nav-action--solid,
.ferpos-home-page .header .navbar-area.sticky .navbar-nav .nav-item a.landing-nav-action--solid {
  background: var(--home-ink) !important;
  border-color: var(--home-ink) !important;
  color: #fff !important;
}

.ferpos-home-shell {
  overflow: hidden;
  color: var(--home-ink);
}

.ferpos-home-hero {
  position: relative;
  padding: 124px 0 58px;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  border-bottom: 1px solid var(--home-line);
}

.ferpos-home-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 590px;
}

.ferpos-home-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.ferpos-home-hero h1 {
  max-width: 650px;
  margin: 0 0 18px;
  color: var(--home-ink);
  font-size: clamp(44px, 4.8vw, 60px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 800;
}

.ferpos-home-hero__lead {
  max-width: 570px;
  margin: 0;
  color: var(--home-text);
  font-size: 18px;
  line-height: 1.5;
}

.ferpos-home-hero__note {
  max-width: 550px;
  margin: 11px 0 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.48;
}

.ferpos-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 25px;
}

.ferpos-home-page .ferpos-home-primary-btn,
.ferpos-home-page .ferpos-home-secondary-btn,
.ferpos-home-page .ferpos-home-final__btn {
  min-height: 44px;
  padding: 11px 18px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 800;
}

.ferpos-home-page .ferpos-home-primary-btn,
.ferpos-home-page .ferpos-home-final__btn {
  background: var(--home-ink) !important;
  border-color: var(--home-ink) !important;
  color: #fff !important;
}

.ferpos-home-page .ferpos-home-primary-btn:hover,
.ferpos-home-page .ferpos-home-final__btn:hover {
  background: var(--home-accent) !important;
  border-color: var(--home-accent) !important;
}

.ferpos-home-page .ferpos-home-secondary-btn {
  background: #fff !important;
  border: 1px solid rgba(12, 58, 109, .18) !important;
  color: var(--home-ink) !important;
}

.ferpos-home-page .ferpos-home-secondary-btn:hover {
  background: var(--home-soft) !important;
  border-color: rgba(12, 58, 109, .28) !important;
  color: var(--home-ink) !important;
}

.ferpos-home-text-btn,
.ferpos-home-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ferpos-home-text-btn svg,
.ferpos-home-inline-link svg {
  width: 16px;
  height: 16px;
  transition: transform .2s ease;
}

.ferpos-home-text-btn:hover,
.ferpos-home-inline-link:hover {
  color: var(--home-accent);
}

.ferpos-home-text-btn:hover svg,
.ferpos-home-inline-link:hover svg {
  transform: translateX(3px);
}

@keyframes ferposHeroFloatSoft {
  0%, 100% { transform: translate3d(18px, 0, 0) scale(1.13); }
  50% { transform: translate3d(34px, -16px, 0) scale(1.16); }
}

.ferpos-home-hero__visual {
  position: relative;
  z-index: 1;
  margin: 0 -8vw 0 -12px;
  animation: ferposHeroFloatSoft 7.5s ease-in-out infinite;
  will-change: transform;
}

.ferpos-home-hero__visual img {
  display: block;
  width: 100%;
  min-width: 690px;
  max-width: none;
  border: 1px solid rgba(12, 58, 109, .10);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(12, 58, 109, .14);
}

.ferpos-home-section {
  padding: 64px 0;
}

.ferpos-home-section-head {
  margin-bottom: 30px;
}

.ferpos-home-section-head h2,
.ferpos-home-flow__intro h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--home-ink);
  font-size: clamp(30px, 3.6vw, 43px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 800;
}

.ferpos-home-section-head p,
.ferpos-home-flow__intro p {
  margin: 0;
  color: var(--home-text);
  font-size: 15px;
  line-height: 1.55;
}

.ferpos-home-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--home-line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.ferpos-home-route {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 270px;
  padding: 24px;
  color: var(--home-ink);
  text-decoration: none;
  border-right: 1px solid var(--home-line);
  transition: background .2s ease;
}

.ferpos-home-route:last-child {
  border-right: 0;
}

.ferpos-home-route:hover {
  color: var(--home-ink);
  background: var(--home-soft);
}

.ferpos-home-route__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 10px;
  color: var(--home-accent);
  background: var(--home-blue-soft);
}

.ferpos-home-route__icon svg {
  width: 20px;
  height: 20px;
}

.ferpos-home-route small {
  display: block;
  margin-bottom: 5px;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.ferpos-home-route h3 {
  margin: 0 0 8px;
  color: var(--home-ink);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.ferpos-home-route p {
  margin: 0 0 25px;
  color: var(--home-text);
  font-size: 14px;
  line-height: 1.52;
}

.ferpos-home-route__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--home-ink);
  font-size: 12px;
  font-weight: 800;
}

.ferpos-home-route__action svg {
  width: 14px;
  height: 14px;
}

.ferpos-home-flow {
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: var(--home-soft);
}

.ferpos-home-flow__intro {
  position: sticky;
  top: 100px;
  padding-right: 18px;
}

.ferpos-home-flow__intro h2 {
  font-size: clamp(29px, 3vw, 38px);
  margin-bottom: 16px;
}

.ferpos-home-flow__intro .ferpos-home-inline-link {
  margin-top: 20px;
}

.ferpos-home-steps {
  border-top: 1px solid rgba(12, 58, 109, .14);
}

.ferpos-home-steps article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(12, 58, 109, .14);
}

.ferpos-home-steps article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 26px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid rgba(12, 58, 109, .12);
  color: var(--home-accent);
  font-size: 11px;
  font-weight: 800;
}

.ferpos-home-steps h3 {
  margin: 0 0 5px;
  color: var(--home-ink);
  font-size: 18px;
  font-weight: 800;
}

.ferpos-home-steps p {
  margin: 0;
  color: var(--home-text);
  font-size: 14px;
  line-height: 1.5;
}

.ferpos-home-cms {
  background: #fff;
}

.ferpos-home-cms > section,
.ferpos-home-cms .ferpos-cms-card-section {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
  background: #fff !important;
}

.ferpos-home-cms > section + section {
  border-top: 1px solid var(--home-line);
}

.ferpos-home-cms .ferpos-cms-section-head,
.ferpos-home-cms > section > .container > .text-center.mb-5 {
  max-width: 820px;
  margin: 0 0 28px !important;
  text-align: left !important;
}

.ferpos-home-cms .ferpos-cms-section-head h2,
.ferpos-home-cms > section h2.display-6 {
  margin-bottom: 10px !important;
  color: var(--home-ink) !important;
  font-size: clamp(29px, 3.3vw, 40px) !important;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.ferpos-home-cms .ferpos-cms-section-head p,
.ferpos-home-cms > section > .container > .text-center.mb-5 p {
  max-width: 690px !important;
  margin-left: 0 !important;
  color: var(--home-text) !important;
  font-size: 15px !important;
  line-height: 1.52 !important;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-plan,
.ferpos-home-page .ferpos-home-cms .card-soft {
  border-radius: 15px !important;
  border: 1px solid var(--home-line) !important;
  box-shadow: none !important;
  transform: none !important;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card::before,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-plan::before,
.ferpos-home-page .ferpos-home-cms .card-soft::before,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-card::after,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-plan::after {
  display: none !important;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card:hover,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-plan:hover,
.ferpos-home-page .ferpos-home-cms .card-soft:hover {
  border-color: rgba(1, 119, 120, .28) !important;
  background: #fbfdff !important;
  box-shadow: none !important;
  transform: none !important;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card .card-body,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-plan .card-body,
.ferpos-home-page .ferpos-home-cms .card-soft .card-body {
  padding: 22px !important;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card__icon {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 10px;
  color: var(--home-accent);
  background: var(--home-blue-soft);
  box-shadow: none;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card__icon svg {
  width: 20px;
  height: 20px;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card h3,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-plan h3,
.ferpos-home-page .ferpos-home-cms .card-soft h3 {
  font-size: 19px;
  margin-bottom: 8px !important;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card p,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-plan p,
.ferpos-home-page .ferpos-home-cms .card-soft p,
.ferpos-home-page .ferpos-home-cms .text-muted {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card-cta,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-plan__link,
.ferpos-home-page .ferpos-home-cms .btn-outline-dark,
.ferpos-home-page .ferpos-home-cms .btn-accent,
.ferpos-home-page .ferpos-home-cms .btn-light {
  min-height: 42px;
  padding: 10px 16px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 800;
}

.ferpos-home-page .ferpos-home-cms .hero-gradient {
  margin: 0;
  background: var(--home-ink) !important;
}

.ferpos-home-plans {
  background: #fff;
}

.ferpos-home-page .ferpos-home-plan-accordion {
  margin-top: 0;
}

.ferpos-home-page .ferpos-home-plan-accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid var(--home-line) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  overflow: hidden;
}

.ferpos-home-page .ferpos-home-plan-accordion .accordion-button {
  min-height: 72px;
  padding: 14px 18px !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--home-ink) !important;
  box-shadow: none !important;
}

.ferpos-home-page .ferpos-home-plan-accordion .accordion-button:not(.collapsed) {
  background: var(--home-soft) !important;
  color: var(--home-ink) !important;
}

.ferpos-home-page .ferpos-home-plan-accordion .accordion-button .landing-accordion-icon {
  width: 38px !important;
  height: 38px !important;
  margin-right: 13px;
  border-radius: 10px !important;
  color: var(--home-accent) !important;
  background: var(--home-blue-soft) !important;
  box-shadow: none !important;
}

.ferpos-home-page .ferpos-home-plan-accordion .accordion-button .landing-accordion-icon svg {
  width: 19px !important;
  height: 19px !important;
}

.ferpos-home-page .ferpos-home-plan-accordion .accordion-button strong {
  color: var(--home-ink) !important;
  font-size: 16px !important;
}

.ferpos-home-page .ferpos-home-plan-accordion .accordion-button small {
  color: var(--home-muted) !important;
  font-size: 12px !important;
  line-height: 1.4;
}

.ferpos-home-page .ferpos-home-plan-accordion .accordion-body {
  padding: 18px !important;
  background: #fbfdff !important;
}

.ferpos-home-page .ferpos-home-plans .ferpos-price-card {
  width: 100%;
  padding: 22px !important;
  border-radius: 14px !important;
  border: 1px solid var(--home-line) !important;
  box-shadow: none !important;
  transform: none !important;
}

.ferpos-home-page .ferpos-home-plans .ferpos-price-card:hover {
  border-color: rgba(1, 119, 120, .28) !important;
  box-shadow: none !important;
  transform: none !important;
}

.ferpos-home-page .ferpos-home-plans .ferpos-price-card__top {
  margin-bottom: 14px;
}

.ferpos-home-page .ferpos-home-plans .ferpos-price-card__top span,
.ferpos-home-page .ferpos-home-plans .ferpos-price-card__top strong,
.ferpos-home-page .ferpos-home-plans .ferpos-plan-module-chips span {
  border-radius: 8px;
}

.ferpos-home-page .ferpos-home-plans .ferpos-price-card h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.ferpos-home-page .ferpos-home-plans .ferpos-price-card p {
  font-size: 13px;
  line-height: 1.48;
}

.ferpos-home-page .ferpos-home-plans .ferpos-price-card--friendly .ferpos-price-card__price {
  margin: 15px 0 14px;
}

.ferpos-home-page .ferpos-home-plans .ferpos-price-card--friendly .ferpos-price-card__price span {
  font-size: 29px;
}

.ferpos-home-page .ferpos-home-plans .ferpos-plan-benefits {
  gap: 8px;
  margin-bottom: 14px;
}

.ferpos-home-page .ferpos-home-plans .ferpos-price-card li {
  gap: 8px;
  font-size: 12px;
}

.ferpos-home-page .ferpos-home-plans .ferpos-plan-module-chips {
  gap: 6px;
  margin-bottom: 16px;
}

.ferpos-home-page .ferpos-home-plans .ferpos-plan-module-chips span {
  min-height: 25px;
  padding: 5px 8px;
  font-size: 10px;
}

.ferpos-home-page .ferpos-home-plans .ferpos-price-card .main-btn {
  min-height: 42px;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 13px;
  box-shadow: none !important;
}

.ferpos-home-plan-empty {
  padding: 22px;
  border-radius: 14px !important;
  border: 1px dashed rgba(12, 58, 109, .16) !important;
  box-shadow: none !important;
  background: #fff;
}

.ferpos-home-plan-empty h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.ferpos-home-plan-empty p {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
}

.ferpos-home-final {
  padding: 0 0 64px;
  background: #fff;
}

.ferpos-home-final__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 30px;
  border-radius: 16px;
  background: var(--home-ink);
}

.ferpos-home-final__panel > div {
  max-width: 760px;
}

.ferpos-home-final__panel span {
  display: block;
  margin-bottom: 6px;
  color: #B7D0E8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ferpos-home-final__panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -.03em;
}

.ferpos-home-page .ferpos-home-final__btn {
  flex: 0 0 auto;
  background: #fff !important;
  border-color: #fff !important;
  color: var(--home-ink) !important;
}

.ferpos-home-page .ferpos-home-final__btn:hover {
  background: var(--home-blue-soft) !important;
  border-color: var(--home-blue-soft) !important;
  color: var(--home-ink) !important;
}

@media (max-width: 1199px) {
  .ferpos-home-hero h1 {
    font-size: clamp(40px, 5vw, 54px);
  }

  .ferpos-home-hero__visual {
    margin-right: -5vw;
  }

  .ferpos-home-hero__visual img {
    min-width: 610px;
  }
}

@media (max-width: 991px) {
  .ferpos-home-hero__visual {
    animation: none;
    transform: none !important;
    will-change: auto;
  }

  .ferpos-home-page .header .navbar {
    min-height: 64px;
  }

  .ferpos-home-page .header .navbar-collapse {
    padding: 12px 0 18px;
    border-top: 1px solid var(--home-line);
    background: #fff;
  }

  .ferpos-home-hero {
    padding: 104px 0 42px;
  }

  .ferpos-home-hero__copy {
    max-width: 760px;
  }

  .ferpos-home-hero__visual {
    max-width: 860px;
    margin: 14px 0 0;
  }

  .ferpos-home-hero__visual img {
    width: 100%;
    min-width: 0;
  }

  .ferpos-home-route-grid {
    grid-template-columns: 1fr;
  }

  .ferpos-home-route {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .ferpos-home-route:last-child {
    border-bottom: 0;
  }

  .ferpos-home-flow__intro {
    position: static;
    padding-right: 0;
    margin-bottom: 8px;
  }

  .ferpos-home-final__panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .ferpos-home-hero {
    padding-top: 94px;
  }

  .ferpos-home-hero h1 {
    font-size: clamp(37px, 10vw, 48px);
  }

  .ferpos-home-hero__lead {
    font-size: 16px;
  }

  .ferpos-home-section {
    padding: 50px 0;
  }

  .ferpos-home-section-head {
    margin-bottom: 22px;
  }

  .ferpos-home-route {
    padding: 20px;
  }

  .ferpos-home-cms > section,
  .ferpos-home-cms .ferpos-cms-card-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .ferpos-home-page .ferpos-home-plan-accordion .accordion-body {
    padding: 12px !important;
  }

  .ferpos-home-final {
    padding-bottom: 50px;
  }

  .ferpos-home-final__panel {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .ferpos-home-hero h1 {
    margin-bottom: 14px;
    font-size: 36px;
  }

  .ferpos-home-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .ferpos-home-page .ferpos-home-primary-btn,
  .ferpos-home-page .ferpos-home-secondary-btn {
    width: 100%;
    justify-content: center;
  }

  .ferpos-home-hero__visual {
    margin-top: 18px;
  }

  .ferpos-home-hero__visual img {
    border-radius: 12px;
    box-shadow: 0 18px 38px rgba(12, 58, 109, .12);
  }

  .ferpos-home-steps article {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .ferpos-home-page .ferpos-home-plan-accordion .accordion-button {
    align-items: flex-start;
    min-height: auto;
    padding: 13px 14px !important;
  }

  .ferpos-home-page .ferpos-home-plan-accordion .accordion-button small {
    display: none;
  }

  .ferpos-home-final__panel {
    border-radius: 14px;
  }

  .ferpos-home-page .ferpos-home-final__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ferpos-home-page *,
  .ferpos-home-page *::before,
  .ferpos-home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.ferpos-home-page .footer {
  margin-top: 0 !important;
  padding-top: 52px !important;
  background: var(--home-ink) !important;
  background-image: none !important;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget {
  margin-bottom: 24px;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget .logo {
  margin-bottom: 18px !important;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget .logo img {
  max-height: 38px;
  max-width: 150px;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget .desc {
  max-width: 390px;
  padding-right: 0 !important;
  margin-bottom: 18px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 13px;
  line-height: 1.5;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget ul.links li {
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget ul.links li a {
  color: rgba(255, 255, 255, .70);
}

.ferpos-home-page .footer .widget-wrapper .footer-widget ul.links li a:hover {
  padding-left: 0;
  color: #fff;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget .socials {
  gap: 8px;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget .socials li {
  margin-right: 0;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget .socials li a {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .10);
}

.ferpos-home-page .footer .widget-wrapper .footer-widget .socials li a:hover {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.ferpos-home-page .footer .footer-bottom-copy {
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .56);
  font-size: 11px;
}

@media (max-width: 767px) {
  .ferpos-home-page .footer {
    padding-top: 40px !important;
  }
}


/* FERPOS Home V4 — paleta oficial y hero con formas de marca */
.ferpos-home-page {
  --landing-primary: var(--home-blue);
  --landing-secondary: var(--home-teal);
  --landing-soft: var(--home-blue-soft);
  --landing-border: var(--home-line);
}

.ferpos-home-page .header .navbar-nav .nav-item > a:not(.landing-nav-action)::before {
  height: 2px;
  background: var(--home-orange) !important;
}

.ferpos-home-page .header .navbar-nav .nav-item a.landing-nav-action--solid,
.ferpos-home-page .header .navbar-area.sticky .navbar-nav .nav-item a.landing-nav-action--solid {
  background: var(--home-blue) !important;
  border-color: var(--home-blue) !important;
}

.ferpos-home-page .header .navbar-nav .nav-item a.landing-nav-action--solid:hover,
.ferpos-home-page .header .navbar-area.sticky .navbar-nav .nav-item a.landing-nav-action--solid:hover {
  background: var(--home-teal) !important;
  border-color: var(--home-teal) !important;
}

.ferpos-home-hero {
  isolation: isolate;
  overflow: hidden;
  background: #fff;
}

.ferpos-home-hero::before {
  content: '';
  position: absolute;
  z-index: -3;
  top: 72px;
  right: -12vw;
  width: min(58vw, 920px);
  height: 560px;
  border-radius: 49% 0 0 51% / 42% 0 0 58%;
  background: var(--home-blue);
  transform: rotate(-3deg);
  opacity: .98;
  pointer-events: none;
}

.ferpos-home-hero::after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 118px;
  right: 4vw;
  width: 330px;
  height: 330px;
  border: 2px solid rgba(1, 119, 120, .62);
  border-radius: 50%;
  transform: translate3d(18px, 0, 0);
  pointer-events: none;
}

.ferpos-home-hero__copy::before {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin-bottom: 17px;
  border-radius: 999px;
  background: var(--home-teal);
  box-shadow: 58px 0 0 var(--home-orange);
}

.ferpos-home-hero h1 {
  color: var(--home-blue);
}

.ferpos-home-page .ferpos-home-primary-btn,
.ferpos-home-page .ferpos-home-final__btn {
  background: var(--home-blue) !important;
  border-color: var(--home-blue) !important;
}

.ferpos-home-page .ferpos-home-primary-btn:hover,
.ferpos-home-page .ferpos-home-final__btn:hover {
  background: var(--home-teal) !important;
  border-color: var(--home-teal) !important;
}

.ferpos-home-page .ferpos-home-secondary-btn {
  color: var(--home-blue) !important;
  border-color: rgba(255, 74, 0, .72) !important;
  background: #fff !important;
}

.ferpos-home-page .ferpos-home-secondary-btn:hover {
  color: var(--home-blue) !important;
  border-color: var(--home-orange) !important;
  background: var(--home-orange-soft) !important;
}

.ferpos-home-hero__visual {
  z-index: 1;
}

.ferpos-home-hero__visual::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 4%;
  bottom: -24px;
  width: 72%;
  height: 48px;
  border-radius: 50%;
  background: rgba(1, 119, 120, .20);
  filter: blur(22px);
  pointer-events: none;
}

.ferpos-home-hero__visual::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 7%;
  top: -9px;
  width: 74px;
  height: 4px;
  border-radius: 999px;
  background: var(--home-orange);
  pointer-events: none;
}

.ferpos-home-hero__visual img {
  border-color: rgba(12, 58, 109, .16);
  box-shadow: 0 28px 68px rgba(12, 58, 109, .22);
}

.ferpos-home-section-kicker {
  color: var(--home-teal);
}

.ferpos-home-section-kicker::before {
  content: '';
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-orange);
}

.ferpos-home-route {
  --route-color: var(--home-blue);
  --route-soft: var(--home-blue-soft);
  border-top: 3px solid var(--route-color);
}

.ferpos-home-route--blue {
  --route-color: var(--home-blue);
  --route-soft: var(--home-blue-soft);
}

.ferpos-home-route--teal {
  --route-color: var(--home-teal);
  --route-soft: var(--home-teal-soft);
}

.ferpos-home-route--orange {
  --route-color: var(--home-orange);
  --route-soft: var(--home-orange-soft);
}

.ferpos-home-route__icon {
  color: var(--route-color);
  background: var(--route-soft);
}

.ferpos-home-route__action {
  color: var(--route-color);
}

.ferpos-home-route:hover {
  background: color-mix(in srgb, var(--route-soft) 62%, #fff);
}

.ferpos-home-step--blue { --step-color: var(--home-blue); --step-soft: var(--home-blue-soft); }
.ferpos-home-step--teal { --step-color: var(--home-teal); --step-soft: var(--home-teal-soft); }
.ferpos-home-step--orange { --step-color: var(--home-orange); --step-soft: var(--home-orange-soft); }

.ferpos-home-steps article > span {
  color: var(--step-color, var(--home-blue));
  border-color: color-mix(in srgb, var(--step-color, var(--home-blue)) 26%, transparent);
  background: var(--step-soft, var(--home-blue-soft));
}

.ferpos-home-steps article h3::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: 0 0 5px 9px;
  border-radius: 999px;
  background: var(--step-color, var(--home-blue));
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-plan,
.ferpos-home-page .ferpos-home-cms .card-soft {
  border-color: rgba(12, 58, 109, .12) !important;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card__icon {
  color: var(--home-teal);
  background: var(--home-teal-soft);
}

.ferpos-home-page .ferpos-home-cms .row > [class*='col-']:nth-child(3n+1) .ferpos-cms-card,
.ferpos-home-page .ferpos-home-cms .row > [class*='col-']:nth-child(3n+1) .ferpos-cms-plan,
.ferpos-home-page .ferpos-home-cms .row > [class*='col-']:nth-child(3n+1) .card-soft {
  border-top: 3px solid var(--home-blue) !important;
}

.ferpos-home-page .ferpos-home-cms .row > [class*='col-']:nth-child(3n+2) .ferpos-cms-card,
.ferpos-home-page .ferpos-home-cms .row > [class*='col-']:nth-child(3n+2) .ferpos-cms-plan,
.ferpos-home-page .ferpos-home-cms .row > [class*='col-']:nth-child(3n+2) .card-soft {
  border-top: 3px solid var(--home-teal) !important;
}

.ferpos-home-page .ferpos-home-cms .row > [class*='col-']:nth-child(3n+3) .ferpos-cms-card,
.ferpos-home-page .ferpos-home-cms .row > [class*='col-']:nth-child(3n+3) .ferpos-cms-plan,
.ferpos-home-page .ferpos-home-cms .row > [class*='col-']:nth-child(3n+3) .card-soft {
  border-top: 3px solid var(--home-orange) !important;
}

.ferpos-home-plan-group {
  --plan-color: var(--home-blue);
  --plan-soft: var(--home-blue-soft);
}

.ferpos-home-plan-group--blue { --plan-color: var(--home-blue); --plan-soft: var(--home-blue-soft); }
.ferpos-home-plan-group--teal { --plan-color: var(--home-teal); --plan-soft: var(--home-teal-soft); }
.ferpos-home-plan-group--orange { --plan-color: var(--home-orange); --plan-soft: var(--home-orange-soft); }

.ferpos-home-page .ferpos-home-plan-group .accordion-button {
  border-left: 3px solid var(--plan-color) !important;
}

.ferpos-home-page .ferpos-home-plan-group .accordion-button .landing-accordion-icon {
  color: var(--plan-color) !important;
  background: var(--plan-soft) !important;
}

.ferpos-home-page .ferpos-home-plan-group .ferpos-price-card__price span,
.ferpos-home-page .ferpos-home-plan-group .landing-price-card .price-value,
.ferpos-home-page .ferpos-home-plan-group .ferpos-plan-module-chips span {
  color: var(--plan-color) !important;
}

.ferpos-home-page .ferpos-home-plan-group .ferpos-plan-module-chips span {
  background: var(--plan-soft) !important;
}

.ferpos-home-page .ferpos-home-plan-group .ferpos-price-card .main-btn {
  background: var(--home-blue) !important;
  border-color: var(--home-blue) !important;
  color: #fff !important;
}

.ferpos-home-page .ferpos-home-plan-group .ferpos-price-card .main-btn:hover {
  background: var(--home-teal) !important;
  border-color: var(--home-teal) !important;
}

.ferpos-home-final__panel {
  position: relative;
  overflow: hidden;
  background: var(--home-blue);
}

.ferpos-home-final__panel::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--home-blue) 0 33.333%, var(--home-teal) 33.333% 66.666%, var(--home-orange) 66.666% 100%);
}

.ferpos-home-page .footer {
  background: var(--home-blue) !important;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget ul.links li a:hover {
  color: #fff;
  text-decoration-color: var(--home-orange);
}

.ferpos-home-page .footer .widget-wrapper .footer-widget .socials li a:hover {
  background: var(--home-teal);
  border-color: var(--home-teal);
}

.ferpos-home-page .scroll-top {
  background: var(--home-blue) !important;
  border: 1px solid rgba(255, 255, 255, .75);
}

.ferpos-home-page .scroll-top:hover {
  background: var(--home-teal) !important;
}

@media (max-width: 1199px) {
  .ferpos-home-hero::before {
    right: -20vw;
    width: 66vw;
  }
}

@media (max-width: 991px) {
  .ferpos-home-hero::before {
    top: auto;
    right: -22vw;
    bottom: -70px;
    width: 82vw;
    height: 390px;
    opacity: .96;
  }

  .ferpos-home-hero::after {
    top: auto;
    right: 7vw;
    bottom: 40px;
    width: 240px;
    height: 240px;
  }
}

@media (max-width: 767px) {
  .ferpos-home-hero::before {
    right: -48vw;
    bottom: -20px;
    width: 120vw;
    height: 300px;
  }

  .ferpos-home-hero::after {
    right: -20px;
    bottom: 58px;
    width: 170px;
    height: 170px;
  }

  .ferpos-home-hero__visual::after {
    right: 5%;
    width: 48px;
  }
}

@supports not (color: color-mix(in srgb, red, white)) {
  .ferpos-home-route:hover {
    background: var(--route-soft);
  }

  .ferpos-home-steps article > span {
    border-color: var(--home-line);
  }
}


/* FERPOS Home V5 — rutas dúo, razones de elección, FAQ con imagen y footer logo blanco */
.ferpos-home-route-grid--duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ferpos-home-route-grid--duo .ferpos-home-route:last-child {
  border-right: 0;
}

.ferpos-home-why {
  margin-top: 28px;
}

.ferpos-home-why__head {
  max-width: 780px;
  margin: 0 auto 22px;
}

.ferpos-home-why__head h3 {
  margin: 10px 0 0;
  color: var(--home-ink);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.14;
  letter-spacing: -.035em;
  font-weight: 800;
}

.ferpos-home-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ferpos-home-why-card {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 12px;
  padding: 28px 24px 24px;
  min-height: 100%;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: #fff;
}

.ferpos-home-why-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 18px 18px 0 0;
}

.ferpos-home-why-card--blue::before { background: var(--home-blue); }
.ferpos-home-why-card--teal::before { background: var(--home-teal); }
.ferpos-home-why-card--orange::before { background: var(--home-orange); }

.ferpos-home-why-card__icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid transparent;
}

.ferpos-home-why-card--blue .ferpos-home-why-card__icon {
  color: var(--home-blue);
  background: var(--home-blue-soft);
  border-color: rgba(12, 58, 109, .14);
}

.ferpos-home-why-card--teal .ferpos-home-why-card__icon {
  color: var(--home-teal);
  background: var(--home-teal-soft);
  border-color: rgba(1, 119, 120, .16);
}

.ferpos-home-why-card--orange .ferpos-home-why-card__icon {
  color: var(--home-orange);
  background: var(--home-orange-soft);
  border-color: rgba(255, 74, 0, .16);
}

.ferpos-home-why-card__icon svg {
  width: 28px;
  height: 28px;
}

.ferpos-home-why-card h4 {
  margin: 0;
  color: var(--home-ink);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.ferpos-home-why-card p {
  margin: 0;
  color: var(--home-text);
  font-size: 15px;
  line-height: 1.58;
}

.ferpos-home-page .ferpos-faq-section {
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.ferpos-home-page .ferpos-faq-section__lead {
  max-width: 760px;
}

.ferpos-home-page .ferpos-faq-layout {
  display: grid;
  gap: 28px;
  align-items: center;
}

.ferpos-home-page .ferpos-faq-layout--with-media {
  grid-template-columns: minmax(280px, .94fr) minmax(0, 1.06fr);
}

.ferpos-home-page .ferpos-faq-media {
  position: relative;
}

.ferpos-home-page .ferpos-faq-media::before {
  content: '';
  position: absolute;
  inset: auto auto -12px -12px;
  width: 110px;
  height: 110px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(1, 119, 120, .18), rgba(255, 74, 0, .12));
  z-index: 0;
}

.ferpos-home-page .ferpos-faq-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(12, 58, 109, .1);
  background: #fff;
  box-shadow: 0 24px 58px rgba(12, 58, 109, .12);
}

.ferpos-home-page .ferpos-faq-accordion .accordion-item {
  border: 1px solid rgba(12, 58, 109, .08) !important;
  box-shadow: none !important;
  margin-bottom: 12px !important;
  border-radius: 16px !important;
}

.ferpos-home-page .ferpos-faq-accordion .accordion-button {
  padding: 18px 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
  color: var(--home-ink);
  background: #fff;
  box-shadow: none !important;
}

.ferpos-home-page .ferpos-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--home-blue-soft);
  color: var(--home-ink);
}

.ferpos-home-page .ferpos-faq-accordion .accordion-button::after {
  filter: hue-rotate(-10deg);
}

.ferpos-home-page .ferpos-faq-accordion .accordion-body {
  padding: 0 20px 18px;
  color: var(--home-text) !important;
  font-size: 15px;
  line-height: 1.6;
}

.ferpos-home-page .footer .widget-wrapper .footer-widget .logo img {
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .ferpos-home-route-grid--duo,
  .ferpos-home-why__grid,
  .ferpos-home-page .ferpos-faq-layout--with-media {
    grid-template-columns: 1fr;
  }

  .ferpos-home-page .ferpos-faq-media {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .ferpos-home-why {
    margin-top: 22px;
  }

  .ferpos-home-why__grid {
    gap: 14px;
  }

  .ferpos-home-why-card {
    padding: 22px 18px 18px;
  }

  .ferpos-home-page .ferpos-faq-accordion .accordion-button {
    padding: 16px 16px;
    font-size: 15px;
  }

  .ferpos-home-page .ferpos-faq-accordion .accordion-body {
    padding: 0 16px 16px;
    font-size: 14px;
  }
}


/* FERPOS Home V8 — propuesta comercial CMS */
.ferpos-home-page .ferpos-home-cms .ferpos-cms-card--enhanced .card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card__head {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card__heading {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--home-teal);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card__label::before {
  content: '';
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-orange);
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card--enhanced h3 {
  line-height: 1.2;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card__list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 14px 0 0;
  list-style: none;
  border-top: 1px solid rgba(12, 58, 109, .10);
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card__list li {
  position: relative;
  margin: 0;
  padding-left: 19px;
  color: var(--home-text);
  font-size: 14px;
  line-height: 1.5;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card__list li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--home-orange);
  box-shadow: 0 0 0 4px rgba(255, 74, 0, .12);
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card-section--beneficios .ferpos-cms-section-head h2,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-card-section--herramientas .ferpos-cms-section-head h2 {
  max-width: 920px;
}

.ferpos-home-page .ferpos-home-cms .ferpos-cms-card-section--beneficios .row > [class*='col-']:last-child .ferpos-cms-card,
.ferpos-home-page .ferpos-home-cms .ferpos-cms-card-section--herramientas .row > [class*='col-']:last-child .ferpos-cms-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
}

@media (max-width: 767px) {
  .ferpos-home-page .ferpos-home-cms .ferpos-cms-card__head {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .ferpos-home-page .ferpos-home-cms .ferpos-cms-card__list {
    gap: 8px;
    padding-top: 12px;
  }
}


/* FERPOS Home V10.2 — hero, faq flotante y limpieza widgets */
.ferpos-home-hero {
  background:
    radial-gradient(circle at 16% 16%, rgba(1, 119, 120, .10), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.ferpos-home-hero::before {
  top: 68px;
  left: -16vw;
  right: auto;
  width: min(54vw, 860px);
  height: 590px;
  border-radius: 0 52% 48% 0 / 0 44% 56% 0;
  background: linear-gradient(135deg, rgba(12, 58, 109, .98) 0%, rgba(1, 119, 120, .96) 100%);
  transform: rotate(-5deg);
  opacity: 1;
}

.ferpos-home-hero::after {
  top: 124px;
  left: clamp(12px, 6vw, 88px);
  right: auto;
  width: 290px;
  height: 290px;
  border: 2px solid rgba(255, 255, 255, .22);
  transform: none;
}

.ferpos-home-hero__copy {
  max-width: 600px;
  padding: 34px 32px 30px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(12, 58, 109, .86) 0%, rgba(12, 58, 109, .70) 52%, rgba(1, 119, 120, .72) 100%);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 28px 68px rgba(12, 58, 109, .22);
  backdrop-filter: blur(4px);
}

.ferpos-home-hero__copy::before {
  margin-bottom: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 58px 0 0 var(--home-orange);
}

.ferpos-home-hero h1,
.ferpos-home-hero__lead,
.ferpos-home-hero__note {
  color: #fff;
}

.ferpos-home-hero__lead {
  color: rgba(255, 255, 255, .90);
}

.ferpos-home-hero__note {
  color: rgba(255, 255, 255, .76);
}

.ferpos-home-page .ferpos-home-primary-btn {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--home-blue) !important;
}

.ferpos-home-page .ferpos-home-primary-btn:hover {
  background: var(--home-orange-soft) !important;
  border-color: rgba(255, 255, 255, .74) !important;
  color: var(--home-blue) !important;
}

.ferpos-home-page .ferpos-home-secondary-btn {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .55) !important;
  background: rgba(255, 255, 255, .08) !important;
}

.ferpos-home-page .ferpos-home-secondary-btn:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .82) !important;
  background: rgba(255, 255, 255, .16) !important;
}

.ferpos-home-hero__visual {
  margin: 0 -8vw 0 0;
}

@keyframes ferposFaqFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -12px, 0); }
}

.ferpos-home-page .ferpos-faq-media {
  animation: ferposFaqFloat 7.4s ease-in-out infinite;
  will-change: transform;
}

.ferpos-home-page .ferpos-faq-media::before {
  inset: auto auto -14px -14px;
  width: 118px;
  height: 118px;
}

.ferpos-home-page .ferpos-faq-media::after {
  content: '';
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: -24px;
  height: 42px;
  border-radius: 999px;
  background: rgba(1, 119, 120, .18);
  filter: blur(18px);
  z-index: 0;
  pointer-events: none;
}

.ferpos-home-page .ferpos-faq-media img {
  box-shadow: 0 30px 70px rgba(12, 58, 109, .14);
}

@media (max-width: 1199px) {
  .ferpos-home-hero::before {
    left: -22vw;
    width: min(60vw, 760px);
    height: 560px;
  }
}

@media (max-width: 991px) {
  .ferpos-home-hero::before {
    top: 66px;
    left: -28vw;
    width: min(88vw, 760px);
    height: 500px;
  }

  .ferpos-home-hero::after {
    left: -32px;
    width: 220px;
    height: 220px;
  }

  .ferpos-home-hero__copy {
    padding: 28px 24px 24px;
  }

  .ferpos-home-hero__visual {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .ferpos-home-hero__copy {
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .ferpos-home-hero::before {
    left: -38vw;
    width: 118vw;
    height: 430px;
  }

  .ferpos-home-hero::after {
    left: -46px;
    top: 110px;
    width: 180px;
    height: 180px;
  }

  .ferpos-home-page .ferpos-faq-media {
    animation-duration: 8s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ferpos-home-page .ferpos-faq-media,
  .ferpos-home-hero__visual {
    animation: none !important;
  }
}


/* FERPOS Home V10.3 — hero refinado y por qué elegir FERPOS */
.ferpos-home-hero {
  background:
    radial-gradient(circle at 16% 18%, rgba(1, 119, 120, .10), transparent 23%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.ferpos-home-hero::before {
  top: 38px;
  left: -14vw;
  right: auto;
  width: min(46vw, 760px);
  height: 430px;
  border-radius: 0 58% 52% 0 / 0 56% 44% 0;
  background: linear-gradient(135deg, rgba(12, 58, 109, .11) 0%, rgba(1, 119, 120, .15) 100%);
  transform: none;
  opacity: 1;
}

.ferpos-home-hero::after {
  top: 86px;
  left: 5vw;
  right: auto;
  width: 280px;
  height: 280px;
  border: 1.5px solid rgba(12, 58, 109, .16);
  border-radius: 50%;
  transform: none;
}

.ferpos-home-hero__copy {
  max-width: 600px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.ferpos-home-hero__copy::before {
  margin-bottom: 18px;
  background: var(--home-teal);
  box-shadow: 58px 0 0 var(--home-orange);
}

.ferpos-home-hero h1 {
  color: var(--home-blue);
}

.ferpos-home-hero__lead {
  color: var(--home-text);
}

.ferpos-home-hero__note {
  color: var(--home-muted);
}

.ferpos-home-page .ferpos-home-primary-btn {
  background: var(--home-blue) !important;
  border-color: var(--home-blue) !important;
  color: #fff !important;
}

.ferpos-home-page .ferpos-home-primary-btn:hover {
  background: var(--home-teal) !important;
  border-color: var(--home-teal) !important;
  color: #fff !important;
}

.ferpos-home-page .ferpos-home-secondary-btn {
  color: var(--home-blue) !important;
  border-color: rgba(12, 58, 109, .16) !important;
  background: #fff !important;
}

.ferpos-home-page .ferpos-home-secondary-btn:hover {
  color: var(--home-blue) !important;
  border-color: rgba(255, 74, 0, .54) !important;
  background: var(--home-orange-soft) !important;
}

.ferpos-home-hero__visual {
  margin: 0 -6vw 0 0;
}

.ferpos-home-why__grid--lists {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ferpos-home-why-list-card {
  position: relative;
  min-height: 100%;
  padding: 24px 24px 22px;
  border: 1px solid rgba(12, 58, 109, .10);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 44px rgba(12, 58, 109, .08);
  overflow: hidden;
}

.ferpos-home-why-list-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.ferpos-home-why-list-card--blue::before {
  background: linear-gradient(90deg, var(--home-blue) 0%, rgba(255, 74, 0, .86) 100%);
}

.ferpos-home-why-list-card--orange::before {
  background: linear-gradient(90deg, var(--home-teal) 0%, var(--home-orange) 100%);
}

.ferpos-home-why-list-card__head {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

.ferpos-home-why-list-card__mark {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid transparent;
}

.ferpos-home-why-list-card__mark svg {
  width: 26px;
  height: 26px;
}

.ferpos-home-why-list-card--blue .ferpos-home-why-list-card__mark {
  color: var(--home-blue);
  background: rgba(12, 58, 109, .08);
  border-color: rgba(12, 58, 109, .14);
}

.ferpos-home-why-list-card--orange .ferpos-home-why-list-card__mark {
  color: var(--home-orange);
  background: rgba(255, 74, 0, .08);
  border-color: rgba(255, 74, 0, .14);
}

.ferpos-home-why-list-card__head small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ferpos-home-why-list-card__head small::before {
  content: '';
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-orange);
}

.ferpos-home-why-list-card__head h4 {
  margin: 8px 0 0;
  color: var(--home-blue);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
  letter-spacing: -.03em;
  font-weight: 800;
}

.ferpos-home-why-list {
  display: grid;
  gap: 0;
}

.ferpos-home-why-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 15px 0;
  border-top: 1px solid rgba(12, 58, 109, .08);
}

.ferpos-home-why-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.ferpos-home-why-item > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid transparent;
}

.ferpos-home-why-item > span svg {
  width: 20px;
  height: 20px;
}

.ferpos-home-why-item--blue > span {
  color: var(--home-blue);
  background: rgba(12, 58, 109, .08);
  border-color: rgba(12, 58, 109, .12);
}

.ferpos-home-why-item--teal > span {
  color: var(--home-teal);
  background: rgba(1, 119, 120, .08);
  border-color: rgba(1, 119, 120, .12);
}

.ferpos-home-why-item--orange > span {
  color: var(--home-orange);
  background: rgba(255, 74, 0, .08);
  border-color: rgba(255, 74, 0, .14);
}

.ferpos-home-why-item strong {
  display: block;
  color: var(--home-blue);
  font-size: 16px;
  line-height: 1.32;
  font-weight: 800;
}

.ferpos-home-why-item p {
  margin: 6px 0 0;
  color: var(--home-text);
  font-size: 14px;
  line-height: 1.58;
}

.ferpos-home-support-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  margin: 22px auto 0;
  padding: 22px 24px;
  max-width: 980px;
  border: 1px solid rgba(1, 119, 120, .14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(12, 58, 109, .03) 0%, rgba(1, 119, 120, .08) 54%, rgba(255, 74, 0, .06) 100%);
  overflow: hidden;
}

.ferpos-home-support-card__icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--home-teal);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(1, 119, 120, .14);
  box-shadow: 0 10px 24px rgba(12, 58, 109, .06);
}

.ferpos-home-support-card__icon svg {
  width: 28px;
  height: 28px;
}

.ferpos-home-support-card__copy small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ferpos-home-support-card__copy small::before {
  content: '';
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-orange);
}

.ferpos-home-support-card__copy h4 {
  margin: 8px 0 7px;
  color: var(--home-blue);
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.16;
  letter-spacing: -.03em;
  font-weight: 800;
}

.ferpos-home-support-card__copy p {
  margin: 0;
  color: var(--home-text);
  font-size: 15px;
  line-height: 1.62;
}

.ferpos-home-support-card__pulse {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -64px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 74, 0, .14) 0%, rgba(255, 74, 0, .03) 46%, transparent 70%);
  pointer-events: none;
}

@media (max-width: 1199px) {
  .ferpos-home-hero::before {
    left: -20vw;
    width: min(52vw, 720px);
  }
}

@media (max-width: 991px) {
  .ferpos-home-hero::before {
    top: 42px;
    left: -30vw;
    width: 88vw;
    height: 360px;
  }

  .ferpos-home-hero::after {
    left: -26px;
    width: 220px;
    height: 220px;
  }

  .ferpos-home-hero__visual {
    margin: 0;
  }

  .ferpos-home-why__grid--lists {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ferpos-home-hero::before {
    left: -42vw;
    width: 120vw;
    height: 280px;
  }

  .ferpos-home-hero::after {
    left: -44px;
    top: 96px;
    width: 170px;
    height: 170px;
  }

  .ferpos-home-why-list-card {
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  .ferpos-home-why-list-card__head {
    grid-template-columns: 50px 1fr;
    gap: 12px;
  }

  .ferpos-home-why-list-card__mark {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .ferpos-home-why-item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .ferpos-home-why-item > span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .ferpos-home-support-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 18px;
  }

  .ferpos-home-support-card__icon {
    width: 58px;
    height: 58px;
  }
}
