.Banner_bannerSection__oLqC7 {
  background-color: #FFFFFF;
  padding: 80px 0 60px;
}

.Banner_heroContent__Sa0MZ {
  padding-right: 20px;
}

.Banner_heroTitle__a1Kvl {
  font-size: 48px;
  font-weight: 700;
  color: #1B7F79;
  line-height: 1.2;
  margin-bottom: 24px;
}

.Banner_heroDescription__5xY_X {
  font-size: 18px;
  color: #747F7F;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 480px;
}

.Banner_ctaButton__75vD8 {
  background: #FF4858;
  color: white;
  border: none;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(255, 72, 88, 0.3);
}

.Banner_ctaButton__75vD8:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 72, 88, 0.4);
}

.Banner_phoneContainer__tQbri {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.Banner_phoneMockup__h1fcQ {
  width: 100%;
  height: auto;
  max-width: 600px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .Banner_heroTitle__a1Kvl {
    font-size: 36px;
  }

  .Banner_phoneContainer__tQbri {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .Banner_heroTitle__a1Kvl {
    font-size: 32px;
  }

  .Banner_heroDescription__5xY_X {
    font-size: 16px;
  }

  .Banner_phoneMockup__h1fcQ {
    max-width: 400px;
  }
}

.Servicios_serviciosSection__5X46l {
  background-color: #1B7F79;
  padding: 60px 0;
  position: relative;
  overflow: visible;
}

.Servicios_sectionTitle__TRqZz {
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  padding-top: 20px;
}

.Servicios_servicesGrid__5v0Hf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
  padding: 40px;
}

.Servicios_serviceCard__xvTb9 {
  background: white;
  border-radius: 24px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  z-index: 2;
}

.Servicios_serviceCard__xvTb9:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.Servicios_serviceImage__98D_V {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.Servicios_circleImage__Jsm7w {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f5f5f5;
}

.Servicios_serviceTitle__NnVnd {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.Servicios_serviceDescription__iwM0w {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.Servicios_ctaContent__zkU17 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 40px;
  min-height: 500px;
}

.Servicios_wavePattern1__ueZX5,
.Servicios_wavePattern2__yo_i_ {
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
  left: 0;
  right: 0;
}

.Servicios_wavePattern1__ueZX5 {
  width: 100%;
  height: auto;
  top: 15%;
  transform: scaleY(-1);
}

.Servicios_wavePattern2__yo_i_ {
  width: 100%;
  height: auto;
  bottom: 10%;
}

.Servicios_waveImage__1jJ4_ {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.Servicios_ctaText__ctycR {
  position: relative;
  z-index: 3;
  text-align: right;
}

.Servicios_ctaTitle__bKwYB {
  font-size: 32px;
  font-weight: 700;
  color: white;
  line-height: 1.3;
  margin-bottom: 16px;
}

.Servicios_highlight__IgTfE {
  color: #FFD150;
}

.Servicios_ctaSubtitle__lR4u4 {
  font-size: 18px;
  color: white;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 991px) {
  .Servicios_servicesGrid__5v0Hf {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .Servicios_ctaContent__zkU17 {
    padding: 40px 20px;
    min-height: 300px;
  }

  .Servicios_ctaText__ctycR {
    text-align: center;
  }

  .Servicios_ctaTitle__bKwYB {
    font-size: 28px;
  }

  .Servicios_ctaSubtitle__lR4u4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .Servicios_sectionTitle__TRqZz {
    font-size: 32px;
  }

  .Servicios_servicesGrid__5v0Hf {
    gap: 15px;
  }

  .Servicios_serviceCard__xvTb9 {
    padding: 20px 15px;
  }

  .Servicios_circleImage__Jsm7w {
    width: 100px;
    height: 100px;
  }

  .Servicios_serviceTitle__NnVnd {
    font-size: 16px;
  }

  .Servicios_serviceDescription__iwM0w {
    font-size: 12px;
  }

  .Servicios_ctaTitle__bKwYB {
    font-size: 24px;
  }
}

.AppSteps_stepsSection__oA_Cw {
  background-color: #F7F9F8;
  padding: 80px 0;
  overflow: hidden;
}

.AppSteps_sectionTitle__9j_Zn {
  font-size: 40px;
  font-weight: 700;
  color: #4D4D4D;
  margin-bottom: 60px;
}

/* Stepper Navigation */
.AppSteps_stepperWrapper__Aqz_B {
  margin-bottom: 60px;
  padding: 0 20px;
}

.AppSteps_stepperContainer__Fll6n {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.AppSteps_stepperItem__3YSm1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1;
  position: relative;
}

.AppSteps_stepperCircle__zcNra {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E0E0E0;
  border: 3px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.AppSteps_stepperCircle__zcNra:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(255, 72, 88, 0.3);
}

.AppSteps_stepperCircleActive__8a9j8 {
  background: linear-gradient(135deg, #FF4858 0%, #FF6B7A 100%);
  border-color: #FF4858;
  box-shadow: 0 4px 16px rgba(255, 72, 88, 0.4);
  animation: AppSteps_pulse__wIU7E 2s ease-in-out infinite;
}

@keyframes AppSteps_pulse__wIU7E {
  0%, 100% {
    box-shadow: 0 4px 16px rgba(255, 72, 88, 0.4);
  }
  50% {
    box-shadow: 0 4px 24px rgba(255, 72, 88, 0.6);
  }
}

.AppSteps_stepNumber__Dny7Y {
  font-size: 24px;
  font-weight: 700;
  color: #747F7F;
  transition: all 0.3s ease;
}

.AppSteps_stepperCircleActive__8a9j8 .AppSteps_stepNumber__Dny7Y {
  color: white;
}

.AppSteps_checkIcon__c8vB5 {
  position: absolute;
  width: 28px;
  height: 28px;
  color: white;
  animation: AppSteps_checkmark__hbb4s 0.4s ease-in-out;
}

@keyframes AppSteps_checkmark__hbb4s {
  0% {
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

.AppSteps_stepperLine__hzslP {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #E0E0E0;
  transition: all 0.6s ease;
  z-index: 1;
}

.AppSteps_stepperLineActive__CXT_O {
  background: linear-gradient(90deg, #FF4858 0%, #FF6B7A 100%);
  animation: AppSteps_lineGrow__r8AH4 0.6s ease-out;
}

@keyframes AppSteps_lineGrow__r8AH4 {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.AppSteps_stepperLabel__P27tx {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #747F7F;
  text-align: center;
  transition: all 0.3s ease;
}

.AppSteps_stepperCircleActive__8a9j8 + .AppSteps_stepperLabel__P27tx {
  color: #FF4858;
}

/* Phone Container with Animation */
.AppSteps_phoneContainer__PKNIN {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.AppSteps_phoneFrame__f4KYu {
  position: relative;
  animation: AppSteps_float__n7O1_ 3s ease-in-out infinite;
}

@keyframes AppSteps_float__n7O1_ {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.AppSteps_phoneMockup__HezZ4 {
  width: 100%;
  height: auto;
  max-width: 400px;
  object-fit: contain;
  filter: drop-shadow(0 15px 50px rgba(0, 0, 0, 0.25));
  animation: AppSteps_fadeInScale__2DmBf 0.6s ease-out;
  transition: opacity 0.3s ease;
}

@keyframes AppSteps_fadeInScale__2DmBf {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Content Wrapper */
.AppSteps_contentWrapper__qoScC {
  padding: 40px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.AppSteps_stepContent__pmy8z {
  animation: AppSteps_slideInRight__RAAP7 0.5s ease-out;
}

@keyframes AppSteps_slideInRight__RAAP7 {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.AppSteps_stepBadge__7pjpI {
  display: inline-block;
  background: linear-gradient(135deg, #FF4858 0%, #FF6B7A 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  animation: AppSteps_bounceIn__8YhGb 0.6s ease-out;
}

@keyframes AppSteps_bounceIn__8YhGb {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.AppSteps_stepTitle__I_eNT {
  font-size: 32px;
  font-weight: 700;
  color: #4D4D4D;
  margin-bottom: 16px;
  line-height: 1.3;
}

.AppSteps_stepDescription__eNReK {
  font-size: 18px;
  color: #747F7F;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* Navigation Buttons */
.AppSteps_navigationButtons__L4jTj {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.AppSteps_navButton__AjJJH {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: 2px solid #E0E0E0;
  border-radius: 12px;
  background: white;
  color: #747F7F;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.AppSteps_navButton__AjJJH:hover:not(:disabled) {
  border-color: #FF4858;
  color: #FF4858;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 72, 88, 0.2);
}

.AppSteps_navButton__AjJJH:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.AppSteps_navButtonPrimary__4A3zY {
  background: linear-gradient(135deg, #FF4858 0%, #FF6B7A 100%);
  border-color: #FF4858;
  color: white;
}

.AppSteps_navButtonPrimary__4A3zY:hover {
  background: linear-gradient(135deg, #FF6B7A 0%, #FF4858 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 72, 88, 0.4);
}

/* Responsive */
@media (max-width: 991px) {
  .AppSteps_phoneContainer__PKNIN {
    margin-bottom: 40px;
  }

  .AppSteps_stepperWrapper__Aqz_B {
    margin-bottom: 40px;
  }

  .AppSteps_contentWrapper__qoScC {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .AppSteps_sectionTitle__9j_Zn {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .AppSteps_stepperCircle__zcNra {
    width: 50px;
    height: 50px;
  }

  .AppSteps_stepNumber__Dny7Y {
    font-size: 20px;
  }

  .AppSteps_stepperLabel__P27tx {
    font-size: 12px;
  }

  .AppSteps_stepTitle__I_eNT {
    font-size: 24px;
  }

  .AppSteps_stepDescription__eNReK {
    font-size: 16px;
  }

  .AppSteps_contentWrapper__qoScC {
    padding: 24px;
  }

  .AppSteps_navigationButtons__L4jTj {
    flex-direction: column;
  }

  .AppSteps_navButton__AjJJH {
    width: 100%;
    justify-content: center;
  }
}

.Newsletter_newsletterSection__aYbh_ {
  background-color: #F8F8F8;
  padding: 80px 0;
}

.Newsletter_newsletterBox__HEvgH {
  background: linear-gradient(135deg, #E8F5F5 0%, #D0EDF2 100%);
  border-radius: 24px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  border: 3px solid #FFD166;
}

.Newsletter_newsletterBox__HEvgH::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  background: #FFD166;
  opacity: 0.3;
  border-radius: 50%;
}

.Newsletter_newsletterBox__HEvgH::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 200px;
  height: 200px;
  background: #FFD166;
  opacity: 0.2;
  border-radius: 50%;
}

.Newsletter_contentWrapper__p6tP4 {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.Newsletter_title__PpLoK {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}

.Newsletter_description__CpZss {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 32px;
}

.Newsletter_form__T7W2o {
  max-width: 600px;
  margin: 0 auto;
}

.Newsletter_inputGroup__RUJNQ {
  display: flex;
  gap: 12px;
  background: white;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.Newsletter_emailInput__qNOf9 {
  flex: 1 1;
  border: none;
  padding: 12px 24px;
  font-size: 15px;
  background: transparent;
  color: #333;
}

.Newsletter_emailInput__qNOf9:focus {
  outline: none;
}

.Newsletter_emailInput__qNOf9::placeholder {
  color: #999;
}

.Newsletter_submitButton__dXXbc {
  background: #4A9B9B;
  color: white;
  border: none;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.Newsletter_submitButton__dXXbc:hover {
  background: #3A8B8B;
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .Newsletter_newsletterBox__HEvgH {
    padding: 40px 20px;
  }

  .Newsletter_title__PpLoK {
    font-size: 24px;
  }

  .Newsletter_description__CpZss {
    font-size: 14px;
  }

  .Newsletter_inputGroup__RUJNQ {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .Newsletter_emailInput__qNOf9 {
    padding: 14px 20px;
    text-align: center;
  }

  .Newsletter_submitButton__dXXbc {
    padding: 14px 24px;
    border-radius: 16px;
  }
}

.DownloadApp_downloadSection__FeG2v {
  background-color: #FFFFFF;
  padding: 80px 0;
}

.DownloadApp_mainTitle__lUgNm {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}

.DownloadApp_highlight__j5aUz {
  color: #FF6B6B;
}

.DownloadApp_subtitle__MSqr3 {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 48px;
}

.DownloadApp_storeButtons__clRCa {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.DownloadApp_storeBadge__bv_SJ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 1;
  width: 180px;
  height: 60px;
}

.DownloadApp_storeBadge__bv_SJ:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.DownloadApp_badgeImage__I27WH {
  width: 180px !important;
  height: 60px !important;
  display: block;
  object-fit: contain;
}

@media (max-width: 767px) {
  .DownloadApp_mainTitle__lUgNm {
    font-size: 28px;
  }

  .DownloadApp_subtitle__MSqr3 {
    font-size: 16px;
    padding: 0 20px;
  }

  .DownloadApp_storeButtons__clRCa {
    flex-direction: column;
    gap: 16px;
  }

  .DownloadApp_badgeImage__I27WH {
    width: 180px;
    height: 54px;
  }
}

.Planes_planesSection__oB0xr {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
}

.Planes_titulo__SbDs8 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.Planes_subtitulo__bufYb {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.Planes_planCardWrapper__v_kkD {
    position: relative;
    display: block;
}

.Planes_planCard__pvBCq {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    position: relative;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.Planes_planCard__pvBCq:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.Planes_planCard__pvBCq.Planes_destacado__6jaiO {
    transform: scale(1.05);
    border-width: 4px;
    box-shadow: 0 20px 50px rgba(179, 217, 255, 0.4);
    position: relative;
    z-index: 10;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.Planes_planCard__pvBCq.Planes_destacado__6jaiO:hover {
    transform: scale(1.05) translateY(-10px);
}





.Planes_planHeader__eBmmI {
    text-align: center;
    margin-bottom: 2rem;
}

.Planes_planIcono__F9vRh {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.Planes_planIcono__F9vRh img {
    transition: all 0.3s ease;
    opacity: 0.8;
}

.Planes_planCard__pvBCq:hover .Planes_planIcono__F9vRh img {
    transform: scale(1.1);
    opacity: 1;
}

.Planes_planCard__pvBCq.Planes_destacado__6jaiO .Planes_planIcono__F9vRh img {
    opacity: 1;
}

.Planes_planNombre__PkT86 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.Planes_planPrecio__uNVMx {
    margin-bottom: 1rem;
}

.Planes_precio__Hxchx {
    font-size: 2.5rem;
    font-weight: 800;
    color: #B3D9FF;
}

.Planes_periodo__L7l1U {
    font-size: 1rem;
    color: #6c757d;
    margin-left: 5px;
}

.Planes_planDescripcion__u1iJ2 {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.5;
}

.Planes_planCaracteristicas__facjS {
    margin-bottom: 2rem;
}

.Planes_listaCaracteristicas__W9avS {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Planes_caracteristica__tQeu5 {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    color: #495057;
    font-size: 0.95rem;
}

.Planes_checkIcon__Xd4tu {
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.1rem;
}

.Planes_planAccion__lRynn {
    text-align: center;
}

.Planes_botonPlan__NOhzq {
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.Planes_botonPlan__NOhzq:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.Planes_botonDestacado__AI0Wu {
    background: linear-gradient(45deg, #B3D9FF, #8BC6FF) !important;
    box-shadow: 0 8px 20px rgba(179, 217, 255, 0.4);
}

.Planes_botonDestacado__AI0Wu:hover {
    box-shadow: 0 12px 25px rgba(179, 217, 255, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
    .Planes_planesSection__oB0xr {
        padding: 60px 0;
    }
    
    .Planes_titulo__SbDs8 {
        font-size: 2rem;
    }
    
    .Planes_subtitulo__bufYb {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .Planes_planCard__pvBCq {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .Planes_planCard__pvBCq.Planes_destacado__6jaiO {
        transform: none;
    }
    
    .Planes_planCard__pvBCq.Planes_destacado__6jaiO:hover {
        transform: none;
    }
    
    .Planes_planIcono__F9vRh {
        height: 80px;
    }
    
    .Planes_planIcono__F9vRh img {
        width: 60px;
        height: 60px;
    }
    
    .Planes_planNombre__PkT86 {
        font-size: 1.5rem;
    }
    
    .Planes_precio__Hxchx {
        font-size: 2rem;
    }
    

}

@media (max-width: 576px) {
    .Planes_planesSection__oB0xr {
        padding: 40px 0;
    }
    
    .Planes_titulo__SbDs8 {
        font-size: 1.8rem;
    }
    
    .Planes_planCard__pvBCq {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .Planes_planIcono__F9vRh {
        height: 70px;
    }
    
    .Planes_planIcono__F9vRh img {
        width: 50px;
        height: 50px;
    }
    
    .Planes_planNombre__PkT86 {
        font-size: 1.3rem;
    }
    
    .Planes_precio__Hxchx {
        font-size: 1.8rem;
    }
    
    .Planes_caracteristica__tQeu5 {
        font-size: 0.9rem;
        padding: 0.4rem 0;
    }
}

/* Estilos para el link de comparativa */
.Planes_linkComparativa__xZRYR {
    margin-top: 1.5rem;
}

.Planes_botonComparativa__w2ho2 {
    background: linear-gradient(135deg, #B3D9FF, #8BC6FF);
    color: #2c3e50;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(179, 217, 255, 0.4);
}

.Planes_botonComparativa__w2ho2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(179, 217, 255, 0.6);
}

/* Estilos del modal */
.Planes_modalOverlay__iHVBz {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.Planes_modalContent__hdIIq {
    background: white;
    border-radius: 20px;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: Planes_modalSlideIn__oMgen 0.3s ease;
}

@keyframes Planes_modalSlideIn__oMgen {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.Planes_modalHeader__dbRvD {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 2px solid #f8f9fa;
    background: linear-gradient(135deg, #f8fbff 0%, #e6f3ff 100%);
    border-radius: 20px 20px 0 0;
}

.Planes_modalHeader__dbRvD h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 700;
}

.Planes_botonCerrar__45m8j {
    background: #ff6b6b;
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.Planes_botonCerrar__45m8j:hover {
    background: #ff5252;
    transform: scale(1.1);
}

/* Estilos de la tabla */
.Planes_tablaContainer__UIHOg {
    padding: 2rem;
    overflow-x: auto;
}

.Planes_tablaComparativa__aQj_y {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.Planes_tablaComparativa__aQj_y th,
.Planes_tablaComparativa__aQj_y td {
    padding: 12px 16px;
    text-align: center;
    border: 1px solid #e9ecef;
}

.Planes_tablaComparativa__aQj_y th {
    background: linear-gradient(135deg, #B3D9FF, #8BC6FF);
    color: #2c3e50;
    font-weight: 700;
    font-size: 1rem;
}

.Planes_caracteristicaHeader__8ADDt {
    background: #f8f9fa;
    font-weight: 600;
    color: #495057;
    text-align: left !important;
}

.Planes_celdaBasico__xxHYL {
    background: #fff5f5;
    color: #6c757d;
}

.Planes_celdaPremium__Hgexc {
    background: #f0f8ff;
    color: #007bff;
    font-weight: 600;
}

.Planes_celdaEnterprise__u2YUN {
    background: #f0fff4;
    color: #28a745;
    font-weight: 600;
}

.Planes_modalFooter__K3SGn {
    padding: 1.5rem 2rem;
    border-top: 2px solid #f8f9fa;
    text-align: center;
    background: #f8f9fa;
    border-radius: 0 0 20px 20px;
}

.Planes_modalFooter__K3SGn .Planes_botonCerrar__45m8j {
    background: #6c757d;
    padding: 10px 24px;
    border-radius: 20px;
    width: auto;
    height: auto;
    font-size: 1rem;
}

.Planes_modalFooter__K3SGn .Planes_botonCerrar__45m8j:hover {
    background: #5a6268;
}

/* Responsive para la tabla */
@media (max-width: 768px) {
    .Planes_modalContent__hdIIq {
        max-width: 95vw;
        margin: 1rem;
    }
    
    .Planes_modalHeader__dbRvD {
        padding: 1rem 1.5rem;
    }
    
    .Planes_modalHeader__dbRvD h3 {
        font-size: 1.3rem;
    }
    
    .Planes_tablaContainer__UIHOg {
        padding: 1rem;
    }
    
    .Planes_tablaComparativa__aQj_y {
        font-size: 0.8rem;
    }
    
    .Planes_tablaComparativa__aQj_y th,
    .Planes_tablaComparativa__aQj_y td {
        padding: 8px 10px;
    }
    
    .Planes_botonComparativa__w2ho2 {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .Planes_modalHeader__dbRvD {
        padding: 1rem;
        flex-direction: column;
        gap: 1rem;
    }
    
    .Planes_tablaContainer__UIHOg {
        padding: 0.5rem;
    }
    
    .Planes_tablaComparativa__aQj_y {
        font-size: 0.75rem;
    }
    
    .Planes_tablaComparativa__aQj_y td {
        padding: 6px 8px;
    }
}



