/* Custom styles for the new Bootstrap 5 + AOS layout */
:root {
  --bg-gradient-start: #f7f9ff;
  --bg-gradient-end: #e9eef9;
  --card-bg: #ffffff;
  --glass: rgba(255, 255, 255, 0.8);
  --accent: #f96a00;
  --text-muted: #5a6579;
  --pill-bg: rgba(0, 0, 0, 0.05);
}

body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  background: #f6f8fb;
  color: #0f172a;
}

.glassy {
  background: var(--glass);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hero-gradient {
  background: radial-gradient(circle at 20% 20%, rgba(249, 106, 0, 0.14), transparent 42%),
              radial-gradient(circle at 80% 10%, rgba(0, 129, 255, 0.1), transparent 36%),
              linear-gradient(135deg, var(--bg-gradient-start), var(--bg-gradient-end));
}

.text-secondary-light {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-phone { border: 1px solid rgba(0, 0, 0, 0.06); border-radius: 28px; overflow: hidden; }

.feature-card {
  background: var(--card-bg);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover { transform: translateY(-6px); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12); }

.icon-lg { height: 82px; width: auto; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15)); }

.eyebrow { letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); font-size: 0.85rem; font-weight: 700; }

.pill {
  background: var(--pill-bg);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.9rem;
}

.anunciar-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  padding: 24px;
}

.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; color: #0f172a; }
.feature-list i { color: var(--accent); }

.section-figure {
  max-width: 440px;
  width: 100%;
  height: auto;
  display: block;
}

.store-badge { height: 52px; width: auto; }

.store-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #ffffff;
  min-height: 52px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  color: #0f172a;
  text-decoration: none;
}

.store-chip i { font-size: 1.5rem; color: #111827; }
.store-chip span { line-height: 1.1; }
.store-chip small { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-muted); }
.store-chip strong { display: block; font-weight: 800; }
.store-chip:hover { border-color: var(--accent); box-shadow: 0 12px 32px rgba(249, 106, 0, 0.12); color: #0f172a; }

.grid-phones { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }

.phone-tile {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.08);
}

.phone-tile img { border-radius: 10px; width: 100%; height: auto; }

.app-screen { max-height: 440px; object-fit: contain; }
.app-screen.lightbox-trigger { cursor: zoom-in; }

#lightboxModal .modal-content { background: rgba(255, 255, 255, 0.8); }
#lightboxModal .modal-body { padding: 0 48px 48px; }
#lightboxModal img { max-height: calc(100vh - 120px); width: auto; margin: 0 auto; object-fit: contain; }
#lightboxModal .btn-close {
  background-color: var(--accent);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  opacity: 1;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  background-image: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

#lightboxModal .btn-close::before {
  content: '×';
  line-height: 1;
}

#lightboxModal .btn-close:focus { box-shadow: 0 0 0 3px rgba(249, 106, 0, 0.35); }

.modal-backdrop.show { opacity: 0.35 !important; }

.app-carousel-frame {
  background: transparent;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  border: none;
}

.bg-gradient-dark { background: linear-gradient(180deg, #f9fbff 0%, #eef2f9 100%); color: #0f172a; }
.bg-dark { background: #f6f8fb !important; color: #0f172a; }

.parallax-section {
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.parallax-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.5));
}

.parallax-section .content { position: relative; z-index: 2; padding: 60px 20px; }
.parallax-section.parallax-soften { background-blend-mode: multiply; }

.contact-section { position: relative; background-size: cover; background-position: center; background-attachment: fixed; }

.contact-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.82));
}

.contact-section .form-label { color: #f8fafc; }
.contact-section .text-secondary-light { color: #e5e7eb; }

.card.glassy {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 60px rgba(15,23,42,0.12);
}

.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
}

.btn-primary:hover { background: #d85b00; border-color: #d85b00; }

.btn-outline-primary {
  color: var(--accent);
  border-color: var(--accent);
}

.btn-outline-primary:hover {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.navbar .nav-link { color: #1f2937; }

.navbar .nav-link:hover, .navbar .nav-link:focus { color: #111827; }

footer { border-top: 1px solid rgba(0,0,0,0.06); }

.footer-modern {
  background: linear-gradient(135deg, #f7f9ff, #eef2f9);
  color: #0f172a;
}

.footer-link { color: #1f2937; text-decoration: none; }
.footer-link:hover { color: #d85b00; }

.footer-icon {
  color: #1f2937;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.2s ease;
}

.footer-icon:hover { color: #d85b00; border-color: #d85b00; }

@media (max-width: 991px) {
  .parallax-section, .contact-section { background-attachment: scroll; }
}

@media (max-width: 767px) {
  .hero-phone { margin-top: 10px; }
}
