body {
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  background: #f8f9fa;
  color: #333;
}

.footer-cannabis {
  background-color: #1a3c34;
  color: #ffffff;
  padding: 3rem 0 2rem;
}

.logo-cannabis {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  letter-spacing: -0.5px;
}

.logo-cannabis .leaf {
  color: #7bc143;
  font-size: 2.8rem;
  vertical-align: middle;
}

.form-suscripcion {
  max-width: 500px;
  margin: 0 auto 3rem;
}

.form-suscripcion .form-control {
  background-color: rgba(255,255,255, 0.10);
  border: none;
  color: white;
  border-radius: 50px 0 0 50px;
  padding: 0.80rem 1.4rem;
  height: 52px;
}

.form-suscripcion .form-control::placeholder {
  color: rgba(255,255,255, 0.60);
}

.form-suscripcion .btn-suscribir {
  border-radius: 0 50px 50px 0;
  background-color: #000000;
  color: white;
  border: none;
  padding: 0 1.8rem;
  font-weight: 500;
  height: 52px;
  transition: background-color 0.25s;
}

.form-suscripcion .btn-suscribir:hover {
  background-color: #222222;
}

.footer-divider {
  border-top: 1px solid rgba(255,255,255, 0.15);
  margin: 2.5rem 0 2rem;
}

.footer-link {
  color: rgba(255,255,255, 0.80);
  text-decoration: none;
  font-size: 0.96rem;
}

.footer-link:hover,
.footer-link:focus {
  color: #ffffff;
  text-decoration: underline;
}

.social-icon {
  font-size: 1.4rem;
  color: rgba(255,255,255, 0.85);
  margin: 0 0.65rem;
  transition: all 0.25s;
}

.social-icon:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

.small-text,
.small-text a {
  font-size: 0.84rem;
  color: rgba(255,255,255, 0.60);
  line-height: 1.6;
}

.small-text strong {
  color: rgba(255,255,255, 0.85);
}

@media (max-width: 767px) {
  .logo-cannabis { font-size: 2.1rem; }
  .logo-cannabis .leaf { font-size: 2.4rem; }
}

/* ======================================
   SOLO PARA LA SECCIÓN SUPERIOR (landing / top)
   ====================================== */

.top-section {
  background-color: #143028;
  color: #ffffff;
  padding: 6rem 1rem 5rem;
  text-align: center;
}

.top-logo {
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-bottom: 1.8rem;
}

.top-logo .leaf {
  color: #7bc143;
  font-size: 4.8rem;
  vertical-align: middle;
}

.top-text {
  font-size: 1.35rem;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 3.5rem;
  font-weight: 300;
  opacity: 0.95;
}

.top-title {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.9;
}

/* Formulario superior */

.top-form {
  max-width: 540px;
  margin: 0 auto;
  background: rgba(255,255,255, 0.07);
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255, 0.12);
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.top-form .form-control {
  background: transparent;
  border: none;
  color: white;
  padding: 1.2rem 2.2rem;
  font-size: 1.15rem;
}

.top-form .form-control::placeholder {
  color: rgba(255,255,255, 0.65);
}

.top-form .btn-suscribir {
  background-color: #000;
  color: white;
  border: none;
  padding: 1.2rem 3rem;
  font-weight: 600;
  font-size: 1.15rem;
  border-radius: 0;
}

.top-form .btn-suscribir:hover {
  background-color: #222;
}

@media (max-width: 767px) {
  .top-section {
    padding: 4rem 1rem 3rem;
  }
  .top-logo {
    font-size: 3.2rem;
  }
  .top-logo .leaf {
    font-size: 3.8rem;
  }
  .top-text {
    font-size: 1.15rem;
  }
}

.phone-shadow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 24rem;
  height: 10%;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(25px);
  border-radius: 50%;
  z-index: -1;
}

.role-icon img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

@media (max-width: 768px) {
  .role-icon img {
    width: 5.5rem;
    height: 5.5rem;
  }
}

body {
  font-family: 'Poppins', sans-serif;
}

.navbar-custom {
  background-color: #0d5c3f;
}

.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
  color: #fff;
  font-weight: 500;
}

.navbar-custom .nav-link:hover {
  color: #c8f5dc;
}

.btn-download {
  background-color: #e6f4ea;
  color: #0d5c3f;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 20px;
}

.hero {
  padding: 10px 0;
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0d5c3f;
}

.hero p.lead {
  color: #6c757d;
  font-size: 1rem;
  margin-top: 20px;
}

.badge-text {
  color: #1ea672;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.store-badge {
  height: 50px;
  margin-right: 10px;
}

.phone-img {
  max-width: 70%;
  height: auto;
}

@media (max-width: 991px) {
  .hero {
    text-align: center;
  }
}

.logo_td {
  height: 70px;
  width: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #0d5c3f;
  border-radius: 50%;
  padding: 20px;
}

.carousel img {
  transition: transform .3s ease;
}

.carousel img:hover {
  transform: scale(1.05);
}

.screenshot {
  cursor: pointer;
  transition: transform .25s ease;
}

.screenshot:hover {
  transform: scale(1.05);
}

/* BOTÓN CERRAR MODAL */

.close-btn{
  position:absolute;
  top:20px;
  right:30px;
  font-size:35px;
  color:white;
  cursor:pointer;
  font-weight:bold;
  z-index:1056;
}

/* BOTÓN CLOSE DE BOOTSTRAP */

.modal .btn-close{
  position:absolute;
  top:20px;
  right:20px;
  background-color:white;
  opacity:1;
  z-index:1056;
}

/* MODAL */

.modal-content{
  background: transparent;
}

.modal-backdrop.show{
  opacity:0.85;
}

/* IMAGENES SCREENSHOT */

.screenshot-img{
  max-height:420px;
  cursor:pointer;
  transition: transform .3s;
}

.screenshot-img:hover{
  transform: scale(1.05);
}

.sizeItUp{
  width:30%;
  height:auto;
}
.logo_footer{
  width: 90px;
  height: auto;
  margin-inline-end: 1rem;
}