:root {
  --primary-color1: #0061B1;
  --primary-color1-opc: 0, 97, 177;
  --primary-color2: #0061B1;
  --primary-color2-opc: 0, 97, 177;
  --brand-blue-dark: #0A2751;
  --brand-blue-light: #EAF3FF;
  --brand-muted: #62738d;
  --brand-green: #26C380;
}

/* ==========================================================
   Header / navegación
   ========================================================== */

.header-area.style-4 .header-logo img,
.mobile-logo-wrap img {
  max-width: 170px;
}

.simplerent-nav-actions,
.simplerent-mobile-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.simplerent-mobile-actions {
  align-items: flex-start;
  flex-direction: column;
}

.smplrent-app-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-blue-dark);
  text-decoration: none;
}

.smplrent-app-link:hover {
  color: var(--primary-color1);
}

.simplerent-link-light {
  color: #fff;
}

.simplerent-link-light:hover {
  color: rgba(255, 255, 255, 0.82);
}

/* ==========================================================
   Hero Home
   ========================================================== */

.simplerent-hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 158px;
  padding-bottom: 20px;
}

.home4-banner-section.simplerent-hero-section {
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 97, 177, 0.18), transparent 34%),
    radial-gradient(circle at 84% 14%, rgba(70, 112, 190, 0.13), transparent 32%),
    linear-gradient(180deg,
      rgba(218, 237, 253, 0.96) 0%,
      rgba(231, 244, 255, 0.94) 30%,
      rgba(246, 251, 255, 0.98) 66%,
      #ffffff 100%);
  box-shadow: inset 0 -70px 90px rgba(255, 255, 255, 0.78);
}

.home4-banner-section.simplerent-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 97, 177, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 97, 177, 0.075) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.78;
  mask-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.72) 46%,
      rgba(0, 0, 0, 0.20) 78%,
      transparent 100%);
  -webkit-mask-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.72) 46%,
      rgba(0, 0, 0, 0.20) 78%,
      transparent 100%);
}

.home4-banner-section.simplerent-hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 190px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.82) 58%,
      #ffffff 100%);
}

.home4-banner-section.simplerent-hero-section>.container {
  position: relative;
  z-index: 1;
}

.simplerent-hero-section .banner-content {
  text-align: center;
}

.simplerent-hero-section .banner-content h1 {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(46px, 6.4vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.simplerent-hero-title {
  display: inline-block;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg,
      #050b14 0%,
      #071323 45%,
      #245ca8 68%,
      #8a5aa1 82%,
      #d44d55 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.simplerent-hero-section .banner-content p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.simplerent-hero-actions {
  margin-bottom: 18px;
}

.simplerent-hero-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.simplerent-hero-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(10, 39, 81, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #4f617a;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(10, 39, 81, 0.04);
}

/* ==========================================================
   Elementos visuales comunes
   ========================================================== */

.simplerent-screen-frame img {
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(10, 39, 81, 0.12);
  border: 1px solid rgba(var(--primary-color1-opc), 0.1);
}

.project-management-tab-img-wrap.simplerent-screen-frame img,
.feature-img.simplerent-screen-frame img,
.simplerent-concept-frame img {
  width: 100%;
}

.simplerent-concept-frame img {
  border-radius: 30px;
  border: 1px solid rgba(var(--primary-color1-opc), 0.12);
  box-shadow: 0 24px 70px rgba(10, 39, 81, 0.12);
}

.feature-card .icon-and-number,
.feature-card.two .icon-and-number,
.feature-card.three .icon-and-number,
.feature-card.four .icon-and-number,
.feature-card.five .icon-and-number,
.feature-card.six .icon-and-number,
.feature-card.seven .icon-and-number,
.feature-card.eight .icon-and-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.feature-card .icon-and-number i,
.single-feature .icon i,
.single-contact .icon i,
.contact-icon {
  font-size: 48px;
  color: var(--primary-color1);
  line-height: 1;
}

.single-feature .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
}

.simplerent-product-copy .single-feature .content p {
  max-width: 620px;
}

.project-list .single-project img,
.pricing-list .single-pricing img {
  width: 16px;
  margin-right: 10px;
  flex: 0 0 auto;
}

.project-list .single-project,
.pricing-list .single-pricing {
  display: flex;
  align-items: flex-start;
}

.pricing-list .single-pricing+.single-pricing,
.project-list .single-project+.single-project {
  margin-top: 12px;
}

.simplerent-inline-list {
  margin: 0;
  padding: 0;
}

.simplerent-inline-list .single-pricing {
  margin-bottom: 14px;
}

/* ==========================================================
   Cards rápidas / beneficios
   ========================================================== */

.simplerent-fast-section .row.align-items-stretch>[class*="col-"] {
  display: flex;
}

.simplerent-fast-section .feature-card,
.home3-feature-section .feature-card {
  width: 100%;
  min-height: 342px;
  display: flex;
  flex-direction: column;
}

.home3-feature-section .feature-card .feature-content {
  flex: 1;
}

.simplerent-features-grid .feature-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.simplerent-features-grid .feature-card .feature-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.simplerent-features-grid .feature-card .feature-content h3 {
  margin-bottom: 18px;
}

.simplerent-features-grid .feature-card .feature-content p {
  margin-bottom: 0;
}

.simplerent-benefits-section {
  position: relative;
  overflow: hidden;
}

.simplerent-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.simplerent-benefit-card {
  height: 100%;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(var(--primary-color1-opc), 0.12);
  box-shadow: 0 18px 45px rgba(10, 39, 81, 0.07);
}

.simplerent-benefit-card i {
  font-size: 40px;
  color: var(--primary-color1);
  margin-bottom: 18px;
}

.simplerent-benefit-card h3 {
  font-size: 22px;
  line-height: 1.12;
  margin-bottom: 12px;
  color: #08111f;
}

.simplerent-benefit-card p {
  margin-bottom: 0;
  color: var(--brand-muted);
}

.simplerent-signal-card {
  min-height: 100%;
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(var(--primary-color1-opc), 0.11);
  box-shadow: 0 18px 45px rgba(10, 39, 81, 0.08);
}

.simplerent-signal-card i {
  font-size: 42px;
  color: var(--primary-color1);
  margin-bottom: 18px;
}

.simplerent-signal-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.simplerent-signal-card p {
  margin-bottom: 0;
  color: var(--brand-muted);
}

/* ==========================================================
   Flujo / funciones
   ========================================================== */

.simplerent-flow-more {
  margin-top: 46px;
  text-align: center;
}

.simplerent-connected-section {
  position: relative;
}

.simplerent-connected-copy {
  max-width: 620px;
}

.simplerent-connected-copy h2 {
  max-width: 620px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin-bottom: 24px;
}

.simplerent-connected-copy h2 span {
  display: inline;
}

.simplerent-connected-copy p {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.simplerent-connected-list {
  max-width: 620px;
}

.simplerent-connected-list .single-pricing {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  color: var(--brand-muted);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.simplerent-connected-list .single-pricing img {
  width: 17px;
  min-width: 17px;
  margin-right: 0;
  margin-top: 4px;
}

.simplerent-connected-img {
  max-width: 640px;
}

/* ==========================================================
   Precio / CTA
   ========================================================== */

.simplerent-price-section {
  position: relative;
  overflow: hidden;
}

.simplerent-price-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 97, 177, 0.24), transparent 32%),
    radial-gradient(circle at 80% 60%, rgba(38, 195, 128, 0.16), transparent 30%);
  pointer-events: none;
}

.simplerent-price-section .container {
  position: relative;
  z-index: 1;
}

.simplerent-price-list .single-pricing {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

.simplerent-price-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  padding: 44px;
  color: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.simplerent-price-card-large {
  padding: 52px;
}

.simplerent-price-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.simplerent-price-card h3 {
  color: #fff;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1;
  margin-bottom: 10px;
}

.simplerent-price-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  margin-bottom: 0;
}

.simplerent-price-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  margin: 28px 0;
}

.simplerent-price-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.simplerent-price-card li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 14px;
  font-weight: 500;
}

.simplerent-price-card li i {
  color: var(--brand-green);
  margin-top: 3px;
}

.simplerent-cta-band {
  text-align: center;
}

.simplerent-cta-band h2 {
  max-width: 820px;
  margin: 0 auto 28px;
}

.cta-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-btn {
  min-width: 220px;
}

.news-letter-content .primary-btn2.white-bg {
  color: var(--brand-blue-dark);
}

.primary-btn2.white-bg:hover,
.primary-btn2.white-bg:hover span,
.primary-btn2.white-bg:hover i,
.primary-btn2.white-bg:hover svg,
.primary-btn2.white-bg:hover svg path {
  color: #fff !important;
  fill: #fff !important;
}

/* ==========================================================
   Breadcrumb / inner hero
   ========================================================== */

.breadcrumb-section.simplerent-inner-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
  padding: 105px 0 95px;
  background-image:
    linear-gradient(115deg, rgba(3, 16, 34, 0.92) 0%, rgba(6, 31, 62, 0.84) 48%, rgba(0, 97, 177, 0.72) 100%),
    var(--inner-hero-image, linear-gradient(135deg, #061522 0%, #082544 52%, #0061B1 100%));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb-section.simplerent-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.45;
}

.breadcrumb-section.simplerent-inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 22%, rgba(0, 97, 177, 0.42), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(38, 195, 128, 0.16), transparent 28%),
    radial-gradient(circle at 72% 78%, rgba(255, 255, 255, 0.08), transparent 26%);
}

.simplerent-inner-hero .container {
  position: relative;
  z-index: 1;
}

.simplerent-inner-hero-content {
  max-width: 860px;
}

.simplerent-inner-hero .banner-content {
  text-align: left;
}

.breadcrumb-section.simplerent-inner-hero .banner-content h1,
.breadcrumb-section.simplerent-inner-hero .banner-content h1 span {
  color: #ffffff !important;
  font-size: clamp(42px, 5.3vw, 78px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin-bottom: 22px;
}

.breadcrumb-section.simplerent-inner-hero .banner-content p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.simplerent-inner-breadcrumb,
.breadcrumb-section.simplerent-inner-hero .breadcrumb-list {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  width: auto;
  margin: 28px 0 0;
  padding: 11px 17px;
  border-radius: 999px;
  list-style: none;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.simplerent-inner-breadcrumb li,
.breadcrumb-section.simplerent-inner-hero .breadcrumb-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.simplerent-inner-breadcrumb li a,
.breadcrumb-section.simplerent-inner-hero .breadcrumb-list li a {
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

.simplerent-inner-breadcrumb li a:hover,
.breadcrumb-section.simplerent-inner-hero .breadcrumb-list li a:hover {
  color: #9bd3ff !important;
}

.simplerent-inner-breadcrumb li span,
.breadcrumb-section.simplerent-inner-hero .breadcrumb-list li span {
  color: rgba(255, 255, 255, 0.55) !important;
}

.simplerent-inner-breadcrumb li[aria-current="page"],
.breadcrumb-section.simplerent-inner-hero .breadcrumb-list li:last-child {
  color: rgba(255, 255, 255, 0.72) !important;
}

.simplerent-inner-hero--features {
  background-image:
    linear-gradient(115deg, rgba(3, 16, 34, 0.92) 0%, rgba(6, 31, 62, 0.84) 48%, rgba(0, 97, 177, 0.72) 100%),
    var(--inner-hero-image, linear-gradient(135deg, #061522 0%, #092d56 55%, #0061B1 100%));
}

.simplerent-inner-hero--corredores {
  background-image:
    linear-gradient(115deg, rgba(3, 16, 34, 0.92) 0%, rgba(6, 31, 62, 0.82) 50%, rgba(0, 97, 177, 0.68) 100%),
    var(--inner-hero-image, linear-gradient(135deg, #061522 0%, #0A2751 55%, #0061B1 100%));
}

.simplerent-inner-hero--blog {
  background-image:
    linear-gradient(115deg, rgba(3, 16, 34, 0.92) 0%, rgba(6, 31, 62, 0.82) 50%, rgba(0, 97, 177, 0.70) 100%),
    var(--inner-hero-image, linear-gradient(135deg, #061522 0%, #082544 55%, #0061B1 100%));
}

/* ==========================================================
   Comparación / artículos / blog
   ========================================================== */

.simplerent-compare-card {
  width: min(100%, 650px);
  min-height: 330px;
  padding: 42px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(var(--primary-color1-opc), 0.12);
  box-shadow: 0 24px 70px rgba(10, 39, 81, 0.11);
}

.simplerent-compare-card-dark {
  background: #08111f;
  color: #fff;
}

.simplerent-compare-card-dark h3,
.simplerent-compare-card-dark p {
  color: #fff;
}

.home4-fix-section .fix-wrapper .simplerent-compare-card .fix-content {
  margin-bottom: 24px;
}

.home4-fix-section .fix-wrapper .simplerent-compare-card-dark .fix-content h3,
.home4-fix-section .fix-wrapper .simplerent-compare-card-dark .fix-content p {
  color: #fff;
}

.home4-fix-section .fix-wrapper .simplerent-compare-card .fix-content h3 {
  line-height: 1.2;
}

.simplerent-mini-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.simplerent-mini-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: inherit;
  font-weight: 600;
}

.simplerent-mini-list .fa-check-circle {
  color: var(--brand-green);
}

.simplerent-mini-list .fa-times-circle {
  color: #EF6262;
}

.simplerent-blog-card .blog-card-content p {
  color: var(--brand-muted);
  margin: 14px 0 18px;
}

.simplerent-article-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.simplerent-article-meta span {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--brand-blue-light);
  color: var(--brand-blue-dark);
  font-weight: 700;
  font-size: 13px;
}

.simplerent-article-content {
  margin-top: 45px;
}

.simplerent-article-content section+section {
  margin-top: 42px;
}

.simplerent-article-content h2 {
  font-size: clamp(28px, 3vw, 42px);
  margin-bottom: 18px;
  color: var(--brand-blue-dark);
}

.simplerent-article-content p,
.simplerent-article-content li {
  color: #4f617a;
  font-size: 18px;
  line-height: 1.75;
}

.simplerent-article-content ul {
  padding-left: 22px;
  margin-top: 12px;
}

.simplerent-article-content li+li {
  margin-top: 10px;
}

.simplerent-article-cta {
  margin-top: 55px;
  padding: 38px;
  border-radius: 28px;
  background: linear-gradient(135deg, #EAF3FF 0%, #FFFFFF 100%);
  border: 1px solid rgba(var(--primary-color1-opc), 0.12);
}

.simplerent-article-cta h3 {
  margin-bottom: 10px;
  color: var(--brand-blue-dark);
}

.simplerent-article-cta p {
  color: var(--brand-muted);
  margin-bottom: 24px;
}

/* ==========================================================
   Contacto
   ========================================================== */

.simplerent-contact-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(0, 97, 177, 0.25), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(38, 195, 128, 0.12), transparent 24%),
    linear-gradient(135deg, #030712 0%, #071f3f 100%);
}

.simplerent-contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.simplerent-contact-section .container {
  position: relative;
  z-index: 1;
}

.simplerent-contact-copy h2,
.simplerent-contact-copy p {
  color: #fff;
}

.simplerent-contact-copy p {
  color: rgba(255, 255, 255, .76);
  max-width: 560px;
}

.simplerent-contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  padding: 9px 14px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .15);
}

.simplerent-contact-area {
  list-style: none;
  padding: 0;
  margin: 42px 0 0;
}

.simplerent-contact-area .single-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.simplerent-contact-area .contact-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
}

.simplerent-contact-area .contact-icon i {
  color: #fff;
  font-size: 28px;
}

.footer-section .single-contact .content span,
.contact-area .single-contact .contact-content span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin-bottom: 6px;
}

.footer-section .single-contact .content a,
.contact-area .single-contact .contact-content a {
  word-break: break-word;
}

.simplerent-contact-area .contact-content a {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.simplerent-contact-area .contact-content a:hover {
  color: #b9ddff;
}

.simplerent-contact-social {
  margin-top: 42px;
}

.simplerent-contact-social h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.simplerent-contact-social .social-list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.simplerent-contact-social .single-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
}

.simplerent-contact-social .single-social a,
.simplerent-contact-social .single-social i {
  color: rgba(255, 255, 255, .82);
}

.simplerent-contact-social .single-social a:hover {
  color: #fff;
}

.simplerent-contact-form-wrap {
  background: #eaf3ff;
  border-radius: 28px;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

.simplerent-contact-form-wrap h4 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  padding-bottom: 18px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(10, 39, 81, .16);
  color: #08111f;
}

.simplerent-contact-form-wrap .form-inner label {
  color: #08111f;
  font-weight: 700;
  margin-bottom: 8px;
}

.simplerent-contact-form-wrap .form-inner label span {
  color: #77879d;
  font-weight: 500;
}

.simplerent-contact-form-wrap input,
.simplerent-contact-form-wrap select,
.simplerent-contact-form-wrap textarea {
  width: 100%;
  border: 1px solid rgba(10, 39, 81, .08);
  border-radius: 8px;
  background: #fff;
  color: #08111f;
  padding: 14px 16px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.simplerent-contact-form-wrap textarea {
  min-height: 128px;
  resize: vertical;
}

.simplerent-contact-form-wrap input:focus,
.simplerent-contact-form-wrap select:focus,
.simplerent-contact-form-wrap textarea:focus {
  border-color: rgba(0, 97, 177, .45);
  box-shadow: 0 0 0 4px rgba(0, 97, 177, .10);
}

.simplerent-contact-submit {
  margin-top: 34px;
}

.simplerent-hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.field-error {
  display: none;
  color: #b42318;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 7px;
}

.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea {
  border-color: rgba(180, 35, 24, .55);
  box-shadow: 0 0 0 4px rgba(180, 35, 24, .08);
}

.form-field.has-error .field-error {
  display: block;
}

.simplerent-form-alert {
  display: none;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-weight: 700;
}

.simplerent-form-alert.is-error {
  display: block;
  color: #7a271a;
  background: #fff1ed;
  border: 1px solid #ffd6cc;
}

.simplerent-contact-success {
  display: none;
}

.simplerent-contact-success.is-visible {
  display: block;
  padding: 34px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 97, 177, .12);
}

.simplerent-contact-success i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand-green);
  font-size: 26px;
  margin-bottom: 18px;
}

.simplerent-contact-success h4 {
  border: 0;
  padding: 0;
  margin: 0 0 10px;
}

.simplerent-contact-success p {
  color: var(--brand-muted);
  margin-bottom: 22px;
}

/* ==========================================================
   Footer
   ========================================================== */

.footer-section .single-contact .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.simplerent-footer-cta {
  margin-top: 28px;
}

.footer-section.style-4.simplerent-footer-template-bg {
  background-image:
    url(../img/home2/footer-bg-img.png),
    linear-gradient(180deg, rgb(5, 20, 35) 0%, rgb(5, 20, 35) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, .72);
}

.footer-section.style-4.simplerent-footer-template-bg .contact-area-and-logo-wrapper {
  padding-bottom: 44px;
  margin-bottom: 70px;
  border-bottom-color: rgba(255, 255, 255, .1);
}

.footer-section.style-4.simplerent-footer-template-bg .contact-area-and-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.footer-section.style-4.simplerent-footer-template-bg .contact-area-and-logo li {
  flex: 1;
}

.footer-section.style-4.simplerent-footer-template-bg .single-contact {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-section.style-4.simplerent-footer-template-bg .single-contact .icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.footer-section.style-4.simplerent-footer-template-bg .single-contact .icon i {
  font-size: 28px;
  color: #fff;
  line-height: 1;
}

.footer-section.style-4.simplerent-footer-template-bg .single-contact .content span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.footer-section.style-4.simplerent-footer-template-bg .single-contact .content a,
.footer-section.style-4.simplerent-footer-template-bg .footer-widget .widget-title h5 {
  color: #fff;
}

.footer-section.style-4.simplerent-footer-template-bg .single-contact .content a:hover {
  color: #69b9ff;
}

.footer-section.style-4.simplerent-footer-template-bg .logo-and-download-wrap p,
.footer-section.style-4.simplerent-footer-template-bg .footer-widget .widget-list li a,
.footer-section.style-4.simplerent-footer-template-bg .footer-bottom-wrap .footer-bottom .copyright-area p,
.footer-section.style-4.simplerent-footer-template-bg .footer-bottom-wrap .footer-bottom .copyright-area p a {
  color: rgba(255, 255, 255, .68);
}

.footer-section.style-4.simplerent-footer-template-bg .footer-widget .widget-list li a:hover,
.footer-section.style-4.simplerent-footer-template-bg .footer-bottom-wrap .footer-bottom .copyright-area p a:hover,
.footer-section .widget-list li a:hover {
  color: #fff;
}

.footer-section.style-4.simplerent-footer-template-bg .footer-bottom-wrap {
  border-top-color: rgba(255, 255, 255, .1);
}

.simplerent-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.simplerent-footer-social a,
.footer-section.style-4.simplerent-footer-template-bg .simplerent-footer-social li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
}

.simplerent-footer-social a:hover,
.footer-section.style-4.simplerent-footer-template-bg .simplerent-footer-social li a:hover {
  background: #006ab3;
  border-color: #006ab3;
  color: #fff;
}

/* ==========================================================
   WhatsApp flotante
   ========================================================== */

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #1FAF68 0%, #128C4A 100%);
  color: #fff;
  font-size: 30px;
  box-shadow: 0 14px 30px rgba(18, 140, 74, 0.35);
  z-index: 999;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* ==========================================================
   Responsive
   ========================================================== */

@media (max-width: 1199px) {
  .simplerent-nav-actions {
    gap: 12px;
  }
}

@media (max-width: 991px) {

  .header-area.style-4 .header-logo img,
  .mobile-logo-wrap img {
    max-width: 145px;
  }

  .simplerent-hero-section {
    padding-top: 86px;
  }

  .simplerent-hero-section .banner-content h1 {
    font-size: clamp(42px, 10vw, 68px);
  }

  .simplerent-price-card,
  .simplerent-price-card-large {
    padding: 34px;
  }

  .simplerent-benefits-grid {
    grid-template-columns: 1fr;
  }

  .simplerent-contact-form-wrap {
    padding: 34px;
  }

  .breadcrumb-section.simplerent-inner-hero {
    min-height: 320px;
    padding: 90px 0 82px;
  }

  .simplerent-inner-hero .banner-content h1 {
    font-size: clamp(38px, 8vw, 58px);
  }

  .simplerent-inner-hero .banner-content p {
    font-size: 17px;
  }

  .simplerent-features-grid .feature-card {
    min-height: 300px;
  }

  .simplerent-connected-copy {
    max-width: 100%;
  }

  .simplerent-connected-copy h2 {
    max-width: 100%;
    font-size: clamp(34px, 7vw, 52px);
  }

  .simplerent-connected-copy p,
  .simplerent-connected-list {
    max-width: 100%;
  }

  .footer-section.style-4.simplerent-footer-template-bg .contact-area-and-logo {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-section.style-4.simplerent-footer-template-bg .contact-area-and-logo li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta-button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-button-group.justify-content-start {
    align-items: flex-start;
  }

  .simplerent-hero-section .banner-content h1 {
    letter-spacing: -0.04em;
  }

  .simplerent-fast-section .feature-card,
  .home3-feature-section .feature-card,
  .simplerent-features-grid .feature-card {
    min-height: auto;
  }

  .breadcrumb-section.simplerent-inner-hero {
    min-height: 300px;
    padding: 78px 0 72px;
  }

  .simplerent-inner-hero .banner-content h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .simplerent-inner-hero .banner-content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .simplerent-inner-breadcrumb,
  .breadcrumb-section.simplerent-inner-hero .breadcrumb-list {
    margin-top: 24px;
    padding: 10px 14px;
  }

  .simplerent-contact-section {
    padding: 84px 0;
  }

  .simplerent-contact-form-wrap {
    padding: 26px;
  }

  .simplerent-contact-social .social-list {
    gap: 14px;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
    right: 16px;
    bottom: 16px;
  }

  .simplerent-compare-card,
  .simplerent-article-cta {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .simplerent-connected-copy h2 {
    font-size: 36px;
    line-height: 1.12;
  }

  .simplerent-connected-copy h2 br {
    display: none;
  }

  .footer-section.style-4.simplerent-footer-template-bg .single-contact {
    align-items: flex-start;
  }

  .footer-section.style-4.simplerent-footer-template-bg .single-contact .content a {
    font-size: 17px;
  }
}

/* ==========================================================
   SimpleRent - Dashboard light/dark comparison
   ========================================================== */

.simplerent-dashboard-compare {
  --position: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(var(--primary-color1-opc), 0.12);
  box-shadow: 0 28px 70px rgba(10, 39, 81, 0.14);
  background: #fff;
  user-select: none;
}

.simplerent-dashboard-compare__image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.simplerent-dashboard-compare__overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
  z-index: 2;
}

.simplerent-dashboard-compare__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 0 0 1px rgba(10, 39, 81, 0.16),
    0 0 28px rgba(10, 39, 81, 0.18);
  z-index: 4;
  pointer-events: none;
}

.simplerent-dashboard-compare__divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--primary-color1);
  border: 1px solid rgba(var(--primary-color1-opc), 0.18);
  box-shadow: 0 16px 35px rgba(10, 39, 81, 0.18);
}

.simplerent-dashboard-compare__divider i {
  font-size: 18px;
  line-height: 1;
}

.simplerent-dashboard-compare__range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.simplerent-dashboard-compare__label {
  position: absolute;
  top: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.simplerent-dashboard-compare__label--dark {
  left: 18px;
  color: #fff;
  background: rgba(5, 13, 26, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.simplerent-dashboard-compare__label--light {
  right: 18px;
  color: var(--brand-blue-dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(10, 39, 81, 0.12);
}

@media (max-width: 767px) {
  .simplerent-dashboard-compare {
    border-radius: 20px;
  }

  .simplerent-dashboard-compare__divider span {
    width: 44px;
    height: 44px;
  }

  .simplerent-dashboard-compare__label {
    top: 12px;
    min-height: 28px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .simplerent-dashboard-compare__label--dark {
    left: 12px;
  }

  .simplerent-dashboard-compare__label--light {
    right: 12px;
  }
}
/* Reposicionamiento comercial: orden sin perder control */
.simplerent-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #0062b2;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.simplerent-section-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #0062b2;
    box-shadow: 0 0 0 6px rgba(0, 98, 178, .12);
}

.simplerent-control-section {
    position: relative;
}

.simplerent-control-card {
    padding: 42px;
    border-radius: 28px;
    background: linear-gradient(135deg, #eef6ff 0%, #ffffff 70%);
    border: 1px solid rgba(0, 98, 178, .12);
    box-shadow: 0 22px 55px rgba(8, 35, 78, .08);
}

.simplerent-control-card h2 {
    margin-bottom: 18px;
    color: #0f172a;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
}

.simplerent-control-card p {
    margin: 0;
    color: #4b5b70;
    font-size: 17px;
    line-height: 1.72;
}

.simplerent-control-points {
    display: grid;
    gap: 18px;
}

.simplerent-control-point {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.simplerent-control-point i {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #0062b2 0%, #003c7a 100%);
    font-size: 21px;
    box-shadow: 0 12px 28px rgba(0, 98, 178, .24);
}

.simplerent-control-point h3 {
    margin-bottom: 6px;
    color: #111827;
    font-size: 20px;
    font-weight: 800;
}

.simplerent-control-point p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.simplerent-migration-section {
    position: relative;
}

.simplerent-migration-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border-radius: 30px;
    color: #ffffff;
    background: radial-gradient(circle at top right, rgba(76, 145, 255, .36), transparent 36%), linear-gradient(135deg, #003c7a 0%, #0062b2 100%);
    box-shadow: 0 28px 70px rgba(0, 58, 120, .24);
}

.simplerent-migration-card::after {
    content: "";
    position: absolute;
    inset: auto -70px -120px auto;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
}

.simplerent-migration-card .row {
    position: relative;
    z-index: 1;
}

.simplerent-migration-card .simplerent-section-kicker {
    color: #ffffff;
}

.simplerent-migration-card .simplerent-section-kicker::before {
    background: #ffffff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .16);
}

.simplerent-migration-card h2 {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
}

.simplerent-migration-card p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    line-height: 1.72;
}

.simplerent-migration-card .primary-btn2 {
    background: #ffffff;
    color: #003c7a;
    border: 0;
}

.simplerent-migration-card .primary-btn2 span {
    background: rgba(0, 98, 178, .08);
}

.simplerent-migration-card .primary-btn2:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .simplerent-control-card,
    .simplerent-migration-card {
        padding: 32px;
    }

    .simplerent-control-card h2,
    .simplerent-migration-card h2 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .simplerent-control-card,
    .simplerent-control-point,
    .simplerent-migration-card {
        border-radius: 20px;
    }

    .simplerent-control-card,
    .simplerent-migration-card {
        padding: 26px;
    }

    .simplerent-control-card h2,
    .simplerent-migration-card h2 {
        font-size: 30px;
    }
}

/* ==========================================================
   Home / Orden sin perder control - template cards
   ========================================================== */

.simplerent-control-section .section-title .simplerent-section-kicker {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.simplerent-control-feature-grid > [class*="col-"] {
  display: flex;
}

.simplerent-control-section.home3-feature-section .feature-card {
  width: 100%;
  min-height: 275px;
  display: flex;
  flex-direction: column;
}

.simplerent-control-section.home3-feature-section .feature-card .feature-content {
  flex: 1;
}

.simplerent-control-section.home3-feature-section .feature-card .feature-content h3 {
  margin-bottom: 14px;
}

.simplerent-control-section.home3-feature-section .feature-card .feature-content p {
  margin-bottom: 0;
}

.simplerent-control-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(0, 98, 178, 0.13), rgba(4, 18, 38, 0.06));
  box-shadow: 0 24px 60px rgba(8, 35, 78, 0.13);
}

.simplerent-control-visual-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.simplerent-control-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 1199px) {
  .simplerent-control-visual-card,
  .simplerent-control-visual-card img {
    min-height: 460px;
  }
}

@media (max-width: 991px) {
  .simplerent-control-section.home3-feature-section .feature-card {
    min-height: 255px;
  }

  .simplerent-control-visual-card,
  .simplerent-control-visual-card img {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .simplerent-control-section.home3-feature-section .feature-card {
    min-height: auto;
  }

  .simplerent-control-visual-card,
  .simplerent-control-visual-card img {
    min-height: 340px;
    border-radius: 24px;
  }

  .simplerent-control-visual-card::before {
    inset: 12px;
    border-radius: 18px;
  }
}

/* SimpleRent marketing restructure - first test */
.simplerent-hero-section-v2 .banner-content p {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.simplerent-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 98, 178, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #0062b2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.simplerent-comparison-row {
  --sr-red: #e5484d;
  --sr-green: #12a150;
}

.simplerent-comparison-card,
.simplerent-price-calculator,
.simplerent-step-card,
.simplerent-portal-card,
.simplerent-price-example-card {
  height: 100%;
  border: 1px solid rgba(13, 35, 67, .08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .07);
}

.simplerent-comparison-card {
  padding: 32px;
}

.simplerent-comparison-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.simplerent-comparison-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 20px;
}

.simplerent-comparison-card--without .simplerent-comparison-head span {
  color: var(--sr-red);
  background: rgba(229, 72, 77, .1);
}

.simplerent-comparison-card--with .simplerent-comparison-head span {
  color: var(--sr-green);
  background: rgba(18, 161, 80, .11);
}

.simplerent-comparison-head h3,
.simplerent-portal-card h3,
.simplerent-step-card h3 {
  margin: 0;
  color: #101828;
}

.simplerent-comparison-card ul,
.simplerent-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simplerent-comparison-card li,
.simplerent-check-list li {
  position: relative;
  padding-left: 28px;
  color: #475467;
  line-height: 1.55;
}

.simplerent-comparison-card li + li,
.simplerent-check-list li + li {
  margin-top: 12px;
}

.simplerent-comparison-card li::before,
.simplerent-check-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.simplerent-comparison-card--without li::before {
  content: "\f00d";
  color: var(--sr-red);
}

.simplerent-comparison-card--with li::before,
.simplerent-check-list li::before {
  content: "\f00c";
  color: #12a150;
}

.simplerent-cost-section {
  position: relative;
}

.simplerent-cost-table {
  overflow: hidden;
  border: 1px solid rgba(13, 35, 67, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .07);
}

.simplerent-cost-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
  padding: 17px 22px;
  border-bottom: 1px solid rgba(13, 35, 67, .07);
  color: #475467;
  font-size: 15px;
}

.simplerent-cost-row:last-child {
  border-bottom: 0;
}

.simplerent-cost-row span:first-child {
  color: #101828;
  font-weight: 700;
}

.simplerent-cost-row span:nth-child(2) {
  color: #9a3412;
}

.simplerent-cost-row span:nth-child(3) {
  color: #067647;
  font-weight: 700;
}

.simplerent-cost-row--head {
  background: linear-gradient(135deg, rgba(0, 98, 178, .09), rgba(0, 98, 178, .02));
  color: #101828;
  font-weight: 800;
}

.simplerent-cost-row--head span:nth-child(2),
.simplerent-cost-row--head span:nth-child(3) {
  color: #101828;
}

.simplerent-section-action .smplrent-app-link {
  font-weight: 800;
}

.simplerent-portal-card {
  padding: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.simplerent-portal-card--owner {
  background: linear-gradient(180deg, #ffffff 0%, #f7fff9 100%);
}

.simplerent-portal-icon,
.simplerent-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  margin-bottom: 20px;
  color: #0062b2;
  background: rgba(0, 98, 178, .1);
  font-size: 22px;
}

.simplerent-portal-card p,
.simplerent-step-card p,
.simplerent-price-calculator p,
.simplerent-price-example-card p {
  color: #667085;
}

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

.simplerent-step-card {
  position: relative;
  padding: 32px;
  overflow: hidden;
}

.simplerent-step-number {
  position: absolute;
  right: 24px;
  top: 20px;
  color: rgba(0, 98, 178, .12);
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.simplerent-price-calculator {
  padding: 36px;
  background: rgba(255, 255, 255, .96);
}

.simplerent-calculator-control {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
}

.simplerent-calculator-control input {
  width: 160px;
  height: 58px;
  border: 1px solid rgba(13, 35, 67, .13);
  border-radius: 16px;
  padding: 0 18px;
  color: #101828;
  font-size: 24px;
  font-weight: 800;
  outline: none;
}

.simplerent-calculator-control input:focus {
  border-color: #0062b2;
  box-shadow: 0 0 0 4px rgba(0, 98, 178, .12);
}

.simplerent-calculator-control span {
  color: #667085;
  font-weight: 700;
}

.simplerent-calculator-result {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 98, 178, .12), rgba(0, 98, 178, .03));
  margin-bottom: 18px;
}

.simplerent-calculator-result span,
.simplerent-calculator-result strong {
  display: block;
}

.simplerent-calculator-result span {
  color: #475467;
  margin-bottom: 6px;
}

.simplerent-calculator-result strong {
  color: #0062b2;
  font-size: 30px;
  line-height: 1.2;
}

.simplerent-price-examples .simplerent-price-example-card {
  padding: 28px;
  text-align: center;
}

.simplerent-price-example-card span {
  display: block;
  color: #667085;
  font-weight: 700;
  margin-bottom: 10px;
}

.simplerent-price-example-card strong {
  display: block;
  color: #101828;
  font-size: 28px;
  line-height: 1.2;
}

.simplerent-section-kicker--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
}

.simplerent-sticky-copy {
  position: sticky;
  top: 120px;
}

.simplerent-faq-page .faq-wrap {
  width: 100%;
}

@media (max-width: 991px) {
  .simplerent-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .simplerent-cost-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .simplerent-cost-row--head {
    display: none;
  }

  .simplerent-cost-row span:nth-child(2)::before {
    content: "Manual: ";
    color: #101828;
    font-weight: 800;
  }

  .simplerent-cost-row span:nth-child(3)::before {
    content: "SimpleRent: ";
    color: #101828;
    font-weight: 800;
  }

  .simplerent-sticky-copy {
    position: static;
  }
}

@media (max-width: 575px) {
  .simplerent-comparison-card,
  .simplerent-portal-card,
  .simplerent-price-calculator,
  .simplerent-step-card {
    padding: 24px;
    border-radius: 20px;
  }

  .simplerent-steps-grid {
    grid-template-columns: 1fr;
  }

  .simplerent-calculator-control {
    align-items: flex-start;
    flex-direction: column;
  }

  .simplerent-calculator-control input {
    width: 100%;
  }

  .simplerent-calculator-result strong {
    font-size: 24px;
  }
}

/* ==========================================================
   SimpleRent marketing iteration - CTAs, FAQ, pricing home
   ========================================================== */
.simplerent-hero-kicker.simplerent-hero-kicker--plain {
  position: relative;
  padding: 0 0 0 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #0062b2;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.simplerent-hero-kicker.simplerent-hero-kicker--plain::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0062b2, rgba(0, 98, 178, .2));
  transform: translateY(-50%);
}

.simplerent-section-kicker {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.simplerent-section-kicker::before {
  width: 26px;
  height: 2px;
  border-radius: 999px;
  box-shadow: none;
  background: currentColor;
}

.simplerent-section-kicker.justify-content-center::before {
  margin-right: 2px;
}

.simplerent-section-kicker--dark {
  color: rgba(255, 255, 255, .88);
  background: transparent;
  border: 0;
}

.primary-btn2.simplerent-cta-arrow,
.simplerent-inline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.primary-btn2.simplerent-cta-arrow i {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1;
  transition: transform .25s ease;
}

.primary-btn2.simplerent-cta-arrow:hover i,
.simplerent-inline-cta:hover i {
  transform: translateX(4px);
}

.simplerent-inline-cta {
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0, 98, 178, .16);
  color: #0062b2;
  font-weight: 800;
  box-shadow: 0 16px 35px rgba(0, 98, 178, .09);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.simplerent-inline-cta:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: #0062b2;
  box-shadow: 0 20px 45px rgba(0, 98, 178, .18);
}

.simplerent-inline-cta--primary {
  background: linear-gradient(135deg, #0062b2 0%, #003c7a 100%);
  color: #ffffff;
  border-color: transparent;
}

.simplerent-inline-cta--primary:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #003c7a 0%, #0062b2 100%);
}

.simplerent-price-calculator--home {
  position: relative;
  overflow: hidden;
}

.simplerent-price-calculator--home::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -120px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  background: rgba(0, 98, 178, .08);
  pointer-events: none;
}

.simplerent-price-calculator--home > * {
  position: relative;
  z-index: 1;
}

.simplerent-price-examples-inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.simplerent-price-examples-inline div {
  padding: 14px 12px;
  border-radius: 16px;
  background: #f7fbff;
  border: 1px solid rgba(0, 98, 178, .1);
}

.simplerent-price-examples-inline span,
.simplerent-price-examples-inline strong {
  display: block;
}

.simplerent-price-examples-inline span {
  margin-bottom: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.simplerent-price-examples-inline strong {
  color: #101828;
  font-size: 14px;
  line-height: 1.25;
}

.simplerent-start-paths > [class*="col-"] {
  display: flex;
}

.simplerent-start-path-card {
  width: 100%;
}

.simplerent-faq-page-v2 .section-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.simplerent-faq-search {
  position: relative;
}

.simplerent-faq-search i {
  position: absolute;
  left: 20px;
  top: 50%;
  color: #0062b2;
  transform: translateY(-50%);
  z-index: 1;
}

.simplerent-faq-search input {
  width: 100%;
  min-height: 60px;
  padding: 0 22px 0 52px;
  border-radius: 999px;
  border: 1px solid rgba(13, 35, 67, .12);
  background: #ffffff;
  color: #101828;
  font-weight: 600;
  outline: none;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.simplerent-faq-search input:focus {
  border-color: rgba(0, 98, 178, .5);
  box-shadow: 0 0 0 4px rgba(0, 98, 178, .1), 0 18px 50px rgba(15, 23, 42, .06);
}

.simplerent-faq-fullwidth {
  width: 100%;
}

.simplerent-faq-empty {
  margin-top: 18px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #f7fbff;
  border: 1px solid rgba(0, 98, 178, .12);
  color: #475467;
  font-weight: 700;
}

.simplerent-faq-page-v2 .accordion-item[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .simplerent-price-examples-inline {
    grid-template-columns: 1fr;
  }

  .simplerent-hero-kicker.simplerent-hero-kicker--plain {
    padding-left: 34px;
    font-size: 11px;
    letter-spacing: .08em;
  }

  .simplerent-hero-kicker.simplerent-hero-kicker--plain::before {
    width: 24px;
  }
}

/* ==========================================================
   SimpleRent marketing iteration 3 – polish
   ========================================================== */
.simplerent-section-action--summary {
  margin-top: 34px;
}

.simplerent-section-action--summary .simplerent-inline-cta--primary {
  min-width: 270px;
}

.simplerent-price-base-callout {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 8px 0 24px;
  padding: 18px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.simplerent-price-base-callout span {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.simplerent-price-base-callout strong {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 900;
}

.simplerent-price-base-callout small {
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  font-weight: 700;
}

.simplerent-price-calculator .simplerent-price-kicker {
  background: rgba(0, 98, 178, .08);
  color: #0062b2;
  margin-bottom: 20px;
}

.simplerent-price-calculator h3 {
  color: #101828;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.1;
  margin-bottom: 4px;
}

.simplerent-price-calculator--home {
  background: rgba(255, 255, 255, .97);
}

.simplerent-price-examples-inline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.simplerent-price-example-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 12px;
  border-radius: 16px;
  background: #f7fbff;
  border: 1px solid rgba(0, 98, 178, .1);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.simplerent-price-example-btn:hover,
.simplerent-price-example-btn:focus {
  transform: translateY(-2px);
  border-color: rgba(0, 98, 178, .28);
  background: #ffffff;
  box-shadow: 0 16px 28px rgba(0, 98, 178, .09);
  outline: none;
}

.simplerent-price-example-btn.is-active {
  border-color: rgba(0, 98, 178, .34);
  background: linear-gradient(180deg, #ffffff 0%, #edf6ff 100%);
  box-shadow: 0 18px 30px rgba(0, 98, 178, .12);
}

.simplerent-link-accent {
  color: #0062b2;
  font-weight: 800;
}

.simplerent-link-accent:hover {
  color: #003c7a;
}

.simplerent-volume-note {
  margin-top: 10px;
  display: grid;
  gap: 4px;
}

.simplerent-volume-note strong {
  color: #101828;
  font-size: 15px;
}

.simplerent-volume-note span {
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

.simplerent-inline-cta--outline {
  background: #ffffff;
  color: #003c7a;
  border-color: rgba(0, 60, 122, .18);
}

.simplerent-inline-cta--outline:hover {
  color: #ffffff;
  background: #003c7a;
  border-color: #003c7a;
}

.simplerent-migration-card .primary-btn2,
.simplerent-migration-card .primary-btn2 i {
  color: #003c7a;
}

.simplerent-migration-card .primary-btn2:hover,
.simplerent-migration-card .primary-btn2:focus {
  background: #003c7a;
  color: #ffffff;
  border-color: #003c7a;
}

.simplerent-migration-card .primary-btn2:hover i,
.simplerent-migration-card .primary-btn2:focus i,
.simplerent-migration-card .primary-btn2:hover span,
.simplerent-migration-card .primary-btn2:focus span {
  color: #ffffff !important;
}

.simplerent-migration-card .primary-btn2:hover span,
.simplerent-migration-card .primary-btn2:focus span {
  background: rgba(255, 255, 255, .12);
}

.simplerent-faq-wrap-centered {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.simplerent-faq-page-v2 .faq-wrap .accordion-item {
  margin-bottom: 18px;
}

.simplerent-faq-page-v2 .faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}

.simplerent-faq-page-v2 .faq-wrap .accordion-button,
.simplerent-faq-page-v2 .faq-wrap .accordion-body {
  text-align: left;
}

.whatsapp-float {
  overflow: visible;
}

.whatsapp-float__pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(37, 211, 102, .24);
  animation: sr-whatsapp-pulse 2.2s ease-out infinite;
}

.whatsapp-float__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #ef4444;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(239, 68, 68, .36);
}

.whatsapp-float__bubble {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #003c7a;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 18px 45px rgba(12, 23, 38, .16);
  border: 1px solid rgba(0, 98, 178, .12);
  animation: sr-whatsapp-bob 3s ease-in-out infinite;
}

.whatsapp-float__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
  border-width: 7px 0 7px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

@keyframes sr-whatsapp-pulse {
  0% { opacity: .0; transform: scale(.8); }
  20% { opacity: .55; }
  100% { opacity: 0; transform: scale(1.35); }
}

@keyframes sr-whatsapp-bob {
  0%, 100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-50%) translateX(-4px); }
}

@media (max-width: 767px) {
  .whatsapp-float__bubble {
    display: none;
  }

  .simplerent-price-base-callout {
    width: 100%;
  }
}
