.glass-topbar {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.84);
}

.brand-mark {
  display: grid;
  height: 2.75rem;
  width: 2.75rem;
  place-items: center;
  border-radius: 0.9rem;
  background: var(--primary);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 73, 171, 0.22);
}

.brand-logo {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.9rem;
  box-shadow: 0 12px 24px rgba(0, 73, 171, 0.22);
  object-fit: cover;
}

.btn-brand {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  border: 1px solid transparent;
  padding: 0 1.25rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, var(--primary) 0%, #0063e6 100%);
  box-shadow: 0 16px 32px rgba(0, 73, 171, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-brand:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(0, 73, 171, 0.24);
}

.btn-soft {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  border: 1px solid var(--border);
  padding: 0 1.25rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.btn-soft:hover {
  transform: translateY(-1px);
  border-color: #bad2f5;
}

.btn-whatsapp {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  border: 1px solid transparent;
  padding: 0 1.25rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  background: #25d366;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-whatsapp:hover {
  transform: translateY(-1px);
  background: #1fbd5a;
  box-shadow: 0 16px 28px rgba(31, 189, 90, 0.3);
}

.btn-white {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  border: 1px solid transparent;
  padding: 0 1.25rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--primary-dark);
  background: #ffffff;
}

.btn-outline-white {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 1.25rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  background: transparent;
}

.surface-card {
  border: 1px solid var(--border);
  border-radius: 1.7rem;
  background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: var(--shadow);
}

.panel-gradient {
  background: linear-gradient(145deg, #003f93 0%, #0058cd 100%);
}

.glass-tile {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.12);
  padding: 1rem;
  backdrop-filter: blur(10px);
}

.step-badge-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 1.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #00357c;
  background: #ffffff;
}

.metric-tile {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.85rem;
}

.metric-tile strong {
  display: block;
  font-size: 1rem;
}

.metric-tile span {
  margin-top: 0.3rem;
  display: block;
  font-size: 0.76rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
}

.section-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid #d7e7ff;
  background: #edf4ff;
  padding: 0.45rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
}

.section-chip::before {
  content: '';
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--accent);
}

.step-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #c6dbff;
  background: #edf4ff;
  padding: 0.25rem 0.72rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--primary);
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
}

.faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border: none;
  background: transparent;
  padding: 1rem 1.1rem;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.faq-item.is-open .faq-answer {
  max-height: 12rem;
}

.faq-item.is-open .faq-trigger {
  color: var(--primary);
}
