/* style.css – complementa o Tailwind com pequenas utilidades */

/* Classes utilitárias reaproveitadas no PHP */

.nav-link {
  position: relative;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00AFEF, #007AA5);
  transition: width 0.2s ease-out;
}
.nav-link:hover::after {
  width: 100%;
}

/* Seções */

.section-eyebrow {
  font-family: "SparTakus", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.7rem;
  color: #00AFEF;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.section-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00AFEF, #007AA5);
}
.section-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #F9FAFB;
}
.section-subtitle {
  font-size: 0.95rem;
  color: #cbd5f5;
}

/* Stats */

.stat-block {
  padding: 0.9rem 0.75rem;
  border-radius: 1rem;
  background: radial-gradient(circle at top, rgba(0,175,239,0.08), transparent);
  border: 1px solid rgba(148,163,184,0.3);
}
.stat-number {
  font-size: 1.6rem;
  font-weight: 800;
  color: #e5f3ff;
}
.stat-label {
  font-size: 0.74rem;
  color: #cbd5f5;
}

/* Steps */

.step-card {
  background: rgba(15,23,42,0.9);
  border-radius: 1.25rem;
  border: 1px solid rgba(148,163,184,0.35);
  padding: 1.1rem 1rem 1rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.step-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #7dd3fc;
  margin-bottom: 0.4rem;
}
.step-icon {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.9rem;
  background: radial-gradient(circle at top, rgba(0,175,239,0.25), transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00AFEF;
  margin-bottom: 0.5rem;
}
.step-icon.small {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 0.95rem;
}
.step-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #e5f3ff;
  margin-bottom: 0.25rem;
}
.step-text {
  font-size: 0.8rem;
  color: #cbd5f5;
}

/* Benefits */

.benefit-card {
  background: radial-gradient(circle at top left, rgba(0,175,239,0.15), transparent),
              rgba(15,23,42,0.98);
  border-radius: 1.25rem;
  border: 1px solid rgba(148,163,184,0.45);
  padding: 1rem 0.9rem 0.9rem;
  font-size: 0.85rem;
}
.benefit-icon {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #00AFEF, #007AA5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  margin-bottom: 0.4rem;
}
.benefit-title {
  font-weight: 600;
  color: #f9fafb;
  margin-bottom: 0.2rem;
}
.benefit-text {
  color: #cbd5f5;
}

/* Feature screens */

.feature-screen {
  background: linear-gradient(135deg, #020617, #020617);
  border-radius: 1.3rem;
  border: 1px solid rgba(148,163,184,0.7);
  padding: 0.9rem 0.9rem 0.7rem;
  font-size: 0.78rem;
  color: #e5e7eb;
}
.feature-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.feature-screen-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #cbd5f5;
}
.screen-dots span {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  margin-left: 0.18rem;
}
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.32rem 0;
  border-top: 1px dashed rgba(148,163,184,0.5);
}
.info-row:first-of-type {
  border-top: none;
}
.info-label {
  color: #94a3b8;
}
.info-value {
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.4);
}
.info-highlight {
  border-color: rgba(0,175,239,0.6);
  color: #e0f2fe;
  background: rgba(8,47,73,0.9);
}
.info-note {
  font-size: 0.75rem;
  color: #cbd5f5;
  background: rgba(15,23,42,0.95);
  border-radius: 0.7rem;
  padding: 0.45rem 0.55rem;
  border-left: 2px solid #00AFEF;
}

/* Integrações */

.integration-card {
  border-radius: 1rem;
  border: 1px dashed rgba(148,163,184,0.6);
  background: radial-gradient(circle at top, rgba(0,175,239,0.12), transparent),
              rgba(15,23,42,0.98);
  padding: 0.85rem 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Form */

.form-label {
  font-size: 0.78rem;
  color: #e5e7eb;
  margin-bottom: 0.15rem;
}
.form-input {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid rgba(148,163,184,0.7);
  background: rgba(15,23,42,0.95);
  padding: 0.55rem 0.7rem;
  font-size: 0.82rem;
  color: #e5e7eb;
}
.form-input::placeholder {
  color: #64748b;
}
.form-input:focus {
  outline: none;
  border-color: #00AFEF;
  box-shadow: 0 0 0 2px rgba(0,175,239,0.35);
}

/* Footer */

.footer-title {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.7rem;
  color: #7dd3fc;
  margin-bottom: 0.35rem;
}
.footer-link {
  font-size: 0.8rem;
  color: #cbd5f5;
  text-decoration: none;
  margin-bottom: 0.2rem;
}
.footer-link:hover {
  color: #00AFEF;
  text-decoration: underline;
}