@media (max-width: 768px) {
  .hero .hero-visual .floating-elements .floating-card.card-1 {
    left: 140px;
  }
}

@media (max-width: 768px) {
  .hero .hero-visual .floating-elements .floating-card.card-3 {
    bottom: 5%;
    animation-delay: -2s;
  }
}

@media (max-width: 768px) {
  .hero .hero-visual .floating-elements .floating-card.card-2 {
    top: 60%;
    right: 15px;
    animation-delay: -1s;
  }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.hero-stats .stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.hero-stats .stat-number {
  min-width: auto !important;
  height: auto !important;
  padding: 0 !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #43aa49 !important;
  font-size: 1.15rem !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}

.hero-stats .stat-label {
  max-width: none !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: 0.95rem !important;
}

@media (max-width: 768px) {
  .hero-stats {
    justify-content: flex-start;
    gap: 14px;
  }

  .hero-stats .stat-item {
    align-items: flex-start;
    gap: 4px;
  }

  .hero-stats .stat-number {
    font-size: 1rem !important;
  }

  .hero-stats .stat-label {
    font-size: 0.84rem !important;
  }
}

.paloma-intro {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0;
}

.paloma-intro-container {
  padding-left: 0;
  padding-right: 0;
}

.paloma-intro-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 68px 0;
  border-radius: 0;
  background:
    linear-gradient(120deg, #0c433c 0%, #0e4b43 55%, #115247 100%);
  box-shadow: 0 28px 70px rgba(8, 43, 38, 0.26);
}

.paloma-intro-shell::before {
  content: "";
  position: absolute;
  inset: -10% 28% -10% auto;
  width: 280px;
  transform: rotate(-12deg);
  background: linear-gradient(180deg, rgba(18, 89, 77, 0.55), rgba(18, 89, 77, 0));
  pointer-events: none;
}

.paloma-intro-shell .row {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

.paloma-intro .section-header {
  margin-bottom: 22px;
}

.paloma-intro .section-badge,
.paloma-contact .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(67, 170, 73, 0.18);
  color: #8ee06f;
  font-weight: 600;
}

.paloma-intro p,
.paloma-problem .section-lead,
.paloma-service .section-lead,
.paloma-zones .section-lead,
.faq-item p,
.contact-cta-box p {
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  line-height: 1.9;
}

.paloma-intro h2,
.paloma-intro p {
  color: #ffffff;
}

.paloma-intro p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
}

.paloma-intro-benefits {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 18px;
}

.paloma-intro-benefits li {
  position: relative;
  padding-left: 46px;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.65;
}

.paloma-intro-benefits li::before {
  content: "\f633";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(67, 170, 73, 0.14);
  color: #55d85d;
  font-size: 1rem;
}

.paloma-intro-actions {
  margin-top: 34px;
}

.paloma-inline-more {
  display: none;
}

.paloma-inline-more.is-visible {
  display: inline;
}

.paloma-more-toggle {
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8ee06f;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.paloma-intro-actions .btn-whatsapp {
  box-shadow: 0 16px 34px rgba(67, 170, 73, 0.24);
}

.paloma-intro-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(17, 82, 71, 0.98), rgba(12, 67, 60, 0.92));
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.28);
}

.paloma-intro-visual img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 22px;
}

.paloma-highlight-card,
.paloma-card,
.method-item,
.reason-item,
.faq-item,
.contact-cta-box {
  height: 100%;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 240, 0.98));
  border: 1px solid rgba(67, 170, 73, 0.12);
  box-shadow: 0 18px 48px rgba(25, 56, 56, 0.08);
}

.paloma-highlight-card h3,
.paloma-card h3,
.method-item h3,
.reason-item h3,
.faq-item h3,
.contact-cta-box h2 {
  margin-bottom: 16px;
}

.paloma-highlight-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.paloma-highlight-card li {
  position: relative;
  padding-left: 24px;
  line-height: 1.75;
}

.paloma-highlight-card li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0;
  color: #43aa49;
}

.paloma-process .row,
.paloma-methods .row,
.paloma-why .row {
  justify-content: center;
}

.paloma-methods-layout {
  align-items: flex-start;
}

.paloma-methods-visual {
  position: sticky;
  top: 110px;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(25, 56, 56, 0.12);
}

.paloma-methods-visual img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.paloma-methods-accordion {
  display: grid;
  gap: 16px;
}

.paloma-business-layout {
  align-items: center;
}

.paloma-eliminar-layout {
  align-items: center;
}

.paloma-problem-layout {
  align-items: center;
}

.paloma-business-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(25, 56, 56, 0.12);
}

.paloma-business-visual img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.paloma-eliminar-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(25, 56, 56, 0.12);
}

.paloma-eliminar-visual img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.paloma-problem-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(25, 56, 56, 0.12);
}

.paloma-problem-visual img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.paloma-eliminar-copy .section-lead,
.paloma-business-copy .section-lead {
  margin-bottom: 0;
}

.paloma-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 22px 20px;
}

.paloma-step {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(67, 170, 73, 0.14), rgba(67, 170, 73, 0.06));
  color: #43aa49;
  font-size: 1rem;
  font-weight: 700;
}

.paloma-process .paloma-card h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.3;
}

.paloma-process .paloma-card p {
  margin-bottom: 0;
  font-size: 0.93rem;
  line-height: 1.6;
}

.method-item,
.reason-item,
.faq-item {
  position: relative;
}

.paloma-methods-accordion .method-item {
  padding: 0;
  overflow: hidden;
}

.paloma-methods-accordion .method-item::before {
  display: none;
}

.paloma-methods-accordion .method-item summary {
  position: relative;
  padding: 22px 56px 22px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #123b52;
}

.paloma-methods-accordion .method-item summary::-webkit-details-marker {
  display: none;
}

.paloma-methods-accordion .method-item summary::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #43aa49;
  font-size: 1.1rem;
  transition: transform 0.25s ease;
}

.paloma-methods-accordion .method-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.paloma-methods-accordion .method-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  line-height: 1.75;
}

.paloma-tabs-section .tabs-wrapper .nav-tabs .nav-item {
  flex: 1 1 0;
}

.paloma-tabs-section .tabs-wrapper .nav-tabs .nav-link {
  min-height: 112px;
  padding: 18px 18px;
}

.paloma-tabs-section .tabs-wrapper .nav-tabs .tab-content h5 {
  font-size: 1rem;
  line-height: 1.25;
}

.paloma-tabs-section .tab-pane .content-wrapper p {
  line-height: 1.8;
}

.paloma-mini-card {
  min-height: 100%;
}

.paloma-case-card {
  position: relative;
  overflow: hidden;
  padding: 26px 24px 28px;
  border-radius: 28px;
  border: 1px solid rgba(67, 170, 73, 0.1);
  box-shadow: 0 22px 46px rgba(25, 56, 56, 0.08);
}

.paloma-case-card::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 84px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #43aa49, rgba(67, 170, 73, 0));
}

.paloma-case-card::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 120px;
  height: 120px;
  opacity: 0.72;
  transform: rotate(12deg);
}

.paloma-case-card h3,
.paloma-case-card p {
  position: relative;
  z-index: 1;
}

.paloma-case-image {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.45);
}

.paloma-case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.paloma-case-card.case-gold {
  background: linear-gradient(135deg, #f3fff5 0%, #e1f7e6 100%);
}

.paloma-case-card.case-gold::after {
  background: linear-gradient(145deg, rgba(156, 229, 171, 0.95), rgba(104, 196, 126, 0.72));
  border-radius: 44% 56% 52% 48%;
}

.paloma-case-card.case-blue {
  background: linear-gradient(135deg, #ebffef 0%, #d4f5dc 100%);
}

.paloma-case-card.case-blue::after {
  background: radial-gradient(circle at 40% 40%, rgba(109, 208, 128, 0.96), rgba(59, 164, 86, 0.82) 72%);
  border-radius: 24px;
}

.paloma-case-card.case-lilac {
  background: linear-gradient(135deg, #e5faea 0%, #c3eccd 100%);
}

.paloma-case-card.case-lilac::after {
  background: linear-gradient(145deg, rgba(80, 183, 101, 0.92), rgba(43, 135, 66, 0.72));
  border-radius: 20px;
  box-shadow: -34px -16px 0 rgba(80, 183, 101, 0.28);
}

.paloma-case-card.case-mint {
  background: linear-gradient(135deg, #dcf7e3 0%, #b8e9c4 100%);
}

.paloma-case-card.case-mint::after {
  background: radial-gradient(circle at 50% 50%, rgba(55, 171, 83, 0.96), rgba(26, 113, 49, 0.82) 72%);
  border-radius: 48% 52% 40% 60%;
}

.paloma-mini-card h3 {
  font-size: 1.1rem;
  line-height: 1.3;
}

.paloma-card-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #f1f4f8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.paloma-card-icon i {
  font-size: 1.8rem;
  color: #3f4a63;
  line-height: 1;
}

.paloma-business-coverage .paloma-card-icon {
  background: #eef2f7;
  border-radius: 18px;
}

.paloma-business-coverage .paloma-card-icon i {
  color: #2f4660;
}

.paloma-mini-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.method-item::before,
.reason-item::before,
.faq-item::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #43aa49, rgba(67, 170, 73, 0.15));
}

.faq-list {
  display: grid;
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.faq-list .faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-list .faq-item::before {
  display: none;
}

.faq-list .faq-item summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  cursor: pointer;
  list-style: none;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #123b52;
}

.faq-list .faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-list .faq-item summary::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #43aa49;
  font-size: 1rem;
  transition: transform 0.25s ease;
}

.faq-list .faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-list .faq-item p {
  margin: 0;
  padding: 0 22px 20px;
  font-size: 0.97rem;
  line-height: 1.7;
}

.paloma-service-compact {
  max-width: 1180px;
  margin: 0 auto;
}

.paloma-business-coverage {
  max-width: 1180px;
  margin: 0 auto;
}

.paloma-business-coverage-copy {
  margin-top: 26px;
  padding: 24px 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 240, 0.98));
  border: 1px solid rgba(67, 170, 73, 0.12);
  box-shadow: 0 18px 40px rgba(25, 56, 56, 0.06);
}

.paloma-business-coverage-copy h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.paloma-business-coverage-copy p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  line-height: 1.8;
}

.paloma-service-compact .section-title {
  margin-bottom: 24px;
}

.paloma-service-compact .section-lead {
  margin-bottom: 24px;
}

.paloma-service-residential {
  padding: 24px 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 240, 0.98));
  border: 1px solid rgba(67, 170, 73, 0.12);
  box-shadow: 0 18px 40px rgba(25, 56, 56, 0.06);
}

.paloma-service-residential h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.paloma-service-residential p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  line-height: 1.8;
}

.contact-cta-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.contact-cta-box .hero-actions {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .paloma-intro-shell {
    padding: 34px 0;
  }

  .paloma-intro-shell::before {
    display: none;
  }

  .paloma-intro-shell .row {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paloma-intro-benefits {
    gap: 14px;
    margin-top: 22px;
  }

  .paloma-intro-benefits li {
    padding-left: 40px;
    font-size: 1rem;
  }

  .paloma-intro-benefits li::before {
    width: 30px;
    height: 30px;
  }

  .paloma-intro-visual {
    border-radius: 22px;
  }

  .paloma-business-visual {
    border-radius: 22px;
  }

  .paloma-eliminar-visual {
    border-radius: 22px;
  }

  .paloma-problem-visual {
    border-radius: 22px;
  }

  .paloma-methods-visual {
    position: relative;
    top: auto;
    border-radius: 22px;
  }

  .paloma-mini-card {
    padding: 18px 14px;
  }

  .paloma-tabs-section .tabs-wrapper .nav-tabs .nav-link {
    min-height: auto;
    padding: 14px 12px;
  }

  .paloma-tabs-section .tabs-wrapper .nav-tabs .tab-content h5 {
    font-size: 0.86rem;
    line-height: 1.2;
  }

  .paloma-case-card {
    padding: 18px 16px 20px;
    border-radius: 22px;
  }

  .paloma-card-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .paloma-card-icon i {
    font-size: 1.35rem;
  }

  .paloma-case-card::before {
    left: 16px;
    width: 68px;
  }

  .paloma-case-card::after {
    right: -16px;
    bottom: -16px;
    width: 82px;
    height: 82px;
  }

  .paloma-case-image {
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .paloma-mini-card h3 {
    font-size: 0.95rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .paloma-mini-card p {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .paloma-service-residential {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .paloma-business-coverage-copy {
    margin-top: 18px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .paloma-business-coverage-copy h3 {
    font-size: 1.1rem;
  }

  .paloma-business-coverage-copy p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .paloma-service-residential h3 {
    font-size: 1.1rem;
  }

  .paloma-service-residential p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .paloma-methods-accordion {
    gap: 12px;
  }

  .paloma-methods-accordion .method-item summary {
    padding: 16px 44px 16px 16px;
    font-size: 0.98rem;
  }

  .paloma-methods-accordion .method-item summary::after {
    right: 16px;
    font-size: 0.95rem;
  }

  .paloma-methods-accordion .method-item p {
    padding: 0 16px 16px;
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-list .faq-item summary {
    padding: 16px 42px 16px 16px;
    font-size: 0.96rem;
  }

  .faq-list .faq-item summary::after {
    right: 16px;
    font-size: 0.92rem;
  }

  .faq-list .faq-item p {
    padding: 0 16px 16px;
    font-size: 0.86rem;
    line-height: 1.6;
  }

  .paloma-highlight-card,
  .paloma-card,
  .method-item,
  .reason-item,
  .faq-item,
  .contact-cta-box {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .paloma-process .row {
    --bs-gutter-x: 0.85rem;
    --bs-gutter-y: 0.85rem;
  }

  .paloma-card {
    padding: 16px 12px;
  }

  .paloma-step {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 12px;
    font-size: 0.92rem;
  }

  .paloma-process .paloma-card h3 {
    font-size: 0.88rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .paloma-process .paloma-card p {
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .method-item::before,
  .reason-item::before,
  .faq-item::before {
    left: 18px;
  }
}
