/*
 * Version: 0.26.0326.1
 * Cambio: Crea estilos compartidos para las landing pages de apps moviles con la misma identidad visual del sitio principal.
 */
.app-page {
  background: linear-gradient(180deg, #f7faf4 0%, #edf5e7 100%);
}

.app-page .main-content {
  padding-top: 110px;
}

.app-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 70px;
  background:
    radial-gradient(circle at top right, rgba(99, 179, 46, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(56, 130, 0, 0.12), transparent 35%),
    linear-gradient(180deg, #f7fbf4 0%, #ebf4e4 100%);
}

.app-hero::before,
.app-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(56, 130, 0, 0.08);
  z-index: 0;
}

.app-hero::before {
  width: 220px;
  height: 220px;
  right: -40px;
  top: 40px;
}

.app-hero::after {
  width: 160px;
  height: 160px;
  left: -30px;
  bottom: 30px;
}

.app-hero .container {
  position: relative;
  z-index: 1;
}

.app-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(56, 130, 0, 0.10);
  color: #388200;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.app-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  color: #2f3b33;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.08;
}

.app-hero p {
  max-width: 760px;
  font-size: 19px;
  color: #526056;
}

.app-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.app-hero-highlights span {
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dce6d6;
  color: #2f3b33;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(47, 59, 51, 0.06);
}

.app-page-section {
  padding: 80px 0;
}

.app-page-card {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dce6d6;
  box-shadow: 0 18px 42px rgba(47, 59, 51, 0.10);
}

.app-page-card h2 {
  margin-bottom: 14px;
  color: #2f3b33;
  font-size: 34px;
  font-weight: 700;
}

.app-page-card h3 {
  color: #2f3b33;
  font-size: 24px;
  font-weight: 700;
}

.app-page-card p,
.app-page-card li {
  color: #5b675f;
  font-size: 16px;
  line-height: 1.8;
}

.app-page-card ul {
  padding-left: 18px;
}

.app-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
}

.app-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.app-feature-item {
  padding: 22px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ef 100%);
  border: 1px solid #dce6d6;
  box-shadow: 0 12px 26px rgba(47, 59, 51, 0.06);
}

.app-feature-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #eaf5df;
  color: #388200;
  font-size: 22px;
}

.app-feature-item h4 {
  color: #2f3b33;
  font-size: 18px;
  margin-bottom: 10px;
}

.app-feature-item p {
  margin-bottom: 0;
  font-size: 15px;
}

.app-download-box {
  text-align: center;
  padding: 30px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5e7 100%);
  border: 1px solid #dce6d6;
  box-shadow: 0 18px 42px rgba(47, 59, 51, 0.10);
}

.app-download-box h3 {
  margin-bottom: 10px;
}

.app-download-box p {
  margin-bottom: 20px;
}

.app-download-note {
  margin-top: 14px;
  font-size: 13px;
  color: #68756c;
}

.app-screens-card {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dce6d6;
  box-shadow: 0 18px 42px rgba(47, 59, 51, 0.10);
}

.app-carousel-wrap {
  position: relative;
  overflow: hidden;
  padding: 10px 38px;
}

.app-carousel {
  display: flex;
  gap: 16px;
  transition: transform 0.5s ease;
}

.app-carousel img {
  width: 200px;
  height: auto;
  border-radius: 20px;
  border: 1px solid #dce6d6;
  box-shadow: 0 22px 34px rgba(47, 59, 51, 0.16);
  background: #ffffff;
}

.app-carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #388200;
  box-shadow: 0 12px 28px rgba(47, 59, 51, 0.14);
  z-index: 2;
}

.app-carousel-button.prev {
  left: 0;
}

.app-carousel-button.next {
  right: 0;
}

.app-accordion {
  margin-top: 18px;
  border: 1px solid #dce6d6;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(47, 59, 51, 0.08);
}

.app-accordion-button {
  width: 100%;
  border: none;
  background: #ffffff;
  color: #2f3b33;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-accordion-button::after {
  content: "\25BC";
  font-size: 16px;
  color: #388200;
}

.app-accordion-button.active::after {
  content: "\25B2";
}

.app-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 22px;
}

.app-accordion-panel .inner {
  padding: 4px 0 20px;
}

.contact-summary {
  background: linear-gradient(180deg, #f5faf1 0%, #ecf5e5 100%);
}

.contact-summary .contact-box {
  background: #ffffff;
  min-height: 100%;
}

.contact-summary .row {
  row-gap: 18px;
}

.app-contact-form-card {
  margin-top: 24px;
  padding: 30px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dce6d6;
  box-shadow: 0 18px 42px rgba(47, 59, 51, 0.10);
}

.app-contact-form-card h3 {
  margin-bottom: 10px;
  color: #2f3b33;
  font-size: 30px;
}

.app-contact-form-card p {
  margin-bottom: 20px;
  color: #5b675f;
}

.app-contact-form-card .form-control {
  background: rgba(255, 255, 255, 0.96) !important;
  color: #2f3b33 !important;
  border: 1px solid #dce6d6 !important;
  border-radius: 16px;
}

.app-contact-form-card .form-control::placeholder {
  color: #748178 !important;
}

.contact-summary .contact-box .btn-primary,
.contact-summary .contact-box .btn-primary:hover,
.contact-summary .contact-box .btn-primary:focus {
  color: #ffffff !important;
}

.app-footer-spacer {
  height: 20px;
}

@media only screen and (max-width: 991px) {
  .app-hero {
    padding: 86px 0 56px;
  }

  .app-hero h1 {
    font-size: 40px;
  }

  .app-grid {
    grid-template-columns: 1fr;
  }

  .app-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .app-page .main-content {
    padding-top: 92px;
  }

  .app-hero h1 {
    font-size: 34px;
  }

  .app-hero p {
    font-size: 17px;
  }

  .app-carousel-wrap {
    padding: 8px 32px;
  }

  .app-carousel img {
    width: 160px;
  }
}



.navbar-light .navbar-nav .nav-item .nav-link {
	color: #000 !important;
}
