/* TouriumPrime Premium Mobile Footer Styles */
.mobile-footer {
  background: #111;
  color: #fff;
  padding: 50px 20px 100px;
  border-top: 5px solid #ecad29;
  font-family: "Comfortaa", sans-serif;
  position: relative;
  overflow: hidden;
}

/* Subtle background pattern */
.mobile-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 10% 20%,
    rgba(236, 173, 41, 0.05) 0%,
    transparent 40%
  );
  pointer-events: none;
}

.m-footer-logo {
  height: 38px;
  filter: brightness(0) invert(1);
  margin-bottom: 25px;
  display: block;
}

.m-footer-brand p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: 25px;
  font-weight: 300;
}

.m-footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 35px;
}

.m-footer-social a {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  /* Premium squircle shape */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ecad29;
  text-decoration: none;
  font-size: 19px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.m-footer-social a:active {
  transform: scale(0.9);
  background: #ecad29;
  color: #000;
}

.m-footer-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.m-section-trigger {
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.m-section-trigger i {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.m-footer-section.active .m-section-trigger {
  color: #ecad29;
}

.m-footer-section.active .m-section-trigger i {
  transform: rotate(180deg);
  color: #ecad29;
}

.m-section-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.m-footer-section.active .m-section-content {
  max-height: 250px;
  padding-bottom: 20px;
}

.m-section-content a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 10px 0;
  font-size: 14.5px;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.m-section-content a::before {
  content: "→";
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-10px);
  color: #ecad29;
}

.m-footer-section.active .m-section-content a:active {
  color: #fff;
  padding-left: 5px;
}

.m-footer-apps {
  margin-top: 50px;
  text-align: center;
  padding: 25px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.m-footer-apps span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ecad29;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.m-app-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.m-app-badge img {
  height: 42px;
  width: 100%;
  object-fit: contain;
}

.m-footer-bottom {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 20px;
}

.m-footer-bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 300;
  letter-spacing: 0.3px;
}
