/* Start custom CSS for html, class: .elementor-element-bcba5c5 */:root {
  --primary: #353a4d;
  --accent: #1be6b6;
  --background: #fcfcfd;
  --card-bg: #fff;
  --gray: #ecedf3;
  --light-gray: #f7f7fb;
  --border: #e0e2eb;
  --high: #e74c3c;
  --medium: #f1c40f;
  --low: #1abc9c;
  --shadow: 0 2px 8px rgba(60,72,88,0.06);
  --radius: 14px;
  --transition: 0.2s;
  font-size: 16px;
}

body {
  background: var(--background);
  font-family: 'Inter', Arial, sans-serif;
  color: var(--primary);
  margin: 0;
  padding: 0;
}

.container {
  max-width: 900px;
  margin: 36px auto 28px auto;
  padding: 0 1rem;
}

/* ===== TOPO MELHORADO E RESPONSIVO ===== */
.intro-section {
  background: linear-gradient(90deg, #f6fffd 30%, #eafafd 100%);
  border-radius: var(--radius);
  box-shadow: 0 4px 24px 0 rgba(27,230,182,0.07), var(--shadow);
  padding: 2.2rem 2rem 1.3rem 2rem;
  margin-bottom: 2rem;
  border: 1px solid #e1f6f4;
  position: relative;
  overflow: hidden;
  text-align: left;
  transition: box-shadow 0.2s;
}

.intro-section::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: radial-gradient(ellipse at 80% 0%, #1be6b622 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}
.intro-section > * {
  position: relative;
  z-index: 2;
}
.intro-section h1 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -1px;
  margin-bottom: 0.45rem;
}
.intro-section h2 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 1.1rem;
  margin-top: 0;
}
.intro-section p {
  font-size: 1.04rem;
  line-height: 1.65;
  color: #46617c;
  margin-bottom: 0;
  margin-top: 0.35rem;
}
.intro-section strong {
  color: var(--accent);
  font-weight: 700;
  background: none;
}

/* ===== ETAPAS & CHECKLIST ===== */
#checklist {
  margin-bottom: 2rem;
}

.section-title {
  font-size: 1.13rem;
  font-weight: 700;
  margin: 2.1rem 0 1rem 0;
  color: var(--primary);
  letter-spacing: -0.5px;
}

.checklist-group {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  margin-bottom: 1.5rem;
  padding: 1.1rem 1rem 0.5rem 1rem;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--gray);
  padding: 1rem 0 1rem 0;
  min-height: 68px;
}

.checklist-item:last-child {
  border-bottom: none;
}

.checklist-checkbox {
  margin-right: 14px;
  margin-top: 4px;
  accent-color: var(--accent);
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.item-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
}

.item-desc {
  color: #6a6f8a;
  font-size: 0.98rem;
  margin-bottom: 0;
}

.item-priority {
  font-weight: 700;
  margin-left: 12px;
  align-self: flex-start;
  border-radius: 18px;
  padding: 0.19rem 0.8rem;
  font-size: 0.91rem;
  min-width: 60px;
  text-align: center;
}

.high {
  background: #ffecec;
  color: #e74c3c;
  border: 1px solid #ffbab2;
}
.medium {
  background: #fffbe5;
  color: #f39c12;
  border: 1px solid #ffe9a8;
}
.low {
  background: #e8f9f6;
  color: #1abc9c;
  border: 1px solid #b6ece2;
}

/* ===== PROGRESS ===== */
.progress-section {
  text-align: center;
  margin: 2.2rem 0 2.2rem 0;
}

.progress-bar-bg {
  background: var(--gray);
  border-radius: 16px;
  height: 16px;
  width: 90%;
  max-width: 400px;
  margin: 0.7rem auto 0.4rem auto;
  overflow: hidden;
}

.progress-bar {
  background: linear-gradient(90deg, var(--accent), #18c0ef);
  height: 16px;
  border-radius: 16px 0 0 16px;
  transition: width 0.3s;
  width: 0%;
}

.progress-text {
  font-size: 1.01rem;
  margin-top: 0.3rem;
}

/* ===== DIAGNOSTIC CARDS ===== */
.diagnostic-section {
  margin: 2rem 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2%;
  justify-content: center;
}

.diagnostic-card {
  flex: 1 1 44%;
  min-width: 210px;
  max-width: 340px;
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border 0.2s, box-shadow 0.2s;
}

.diagnostic-card[data-active="true"] {
  border: 2.5px solid var(--accent);
  box-shadow: 0 4px 16px rgba(27,230,182,0.06);
}

.diagnostic-card .card-emoji {
  font-size: 2.2rem;
  margin-bottom: 0.17rem;
}

.diagnostic-card .card-title {
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.diagnostic-card .card-desc {
  font-size: 0.99rem;
  color: #767d95;
}

/* ===== PRÓXIMOS PASSOS MELHORADO E RESPONSIVO ===== */
.next-steps-section {
  background: linear-gradient(90deg, #f8fdfc 40%, #e5f8f2 100%);
  border-radius: var(--radius);
  padding: 1.7rem 1.2rem 1.1rem 1.5rem;
  margin-bottom: 2.1rem;
  border: 1px solid #d7f3ea;
  box-shadow: 0 4px 24px rgba(27,230,182,0.05);
  position: relative;
  overflow: hidden;
}
.next-steps-section::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0; height: 7px;
  background: linear-gradient(90deg, var(--accent) 0%, #18c0ef 100%);
  border-radius: var(--radius) var(--radius) 0 0;
  opacity: 0.21;
  z-index: 1;
  pointer-events: none;
}
.next-steps-section > * {
  position: relative;
  z-index: 2;
}
.next-steps-section h2 {
  color: var(--accent);
  margin-top: 0;
  font-size: 1.09rem;
  letter-spacing: -0.2px;
  font-weight: 800;
  margin-bottom: 1.08rem;
}
.next-steps-section ul {
  margin-top: 0.18rem;
  margin-bottom: 1.1rem;
  padding-left: 1.2rem;
}
.next-steps-section li {
  font-size: 1.01rem;
  margin-bottom: 0.39rem;
  color: #384066;
  font-weight: 500;
  background: #eafaf6;
  border-radius: 7px;
  padding: 0.17em 0.8em 0.17em 0.55em;
  line-height: 1.6;
}
.next-steps-section strong {
  color: #10b191;
  font-weight: 700;
  background: none;
  padding: 0;
  border-radius: 0;
}
.next-steps-section p {
  margin-top: 0.9rem;
  margin-bottom: 0.13rem;
  font-size: 1.01rem;
  color: #168d6c;
  font-weight: 600;
  background: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

/* ===== CTA ===== */
.cta-section {
  text-align: center;
  margin: 1.7rem 0 1.5rem 0;
}

.cta-btn {
  display: inline-block;
  background: linear-gradient(90deg, #18c0ef, var(--accent));
  color: #fff;
  border-radius: 32px;
  font-weight: 700;
  padding: 1rem 2.5rem;
  font-size: 1.08rem;
  text-decoration: none;
  margin-top: 1.1rem;
  box-shadow: 0 2px 6px rgba(27,230,182,0.07);
  transition: background 0.2s, transform 0.15s;
}
.cta-btn:hover, .cta-btn:focus {
  background: linear-gradient(90deg, var(--accent), #18c0ef);
  transform: translateY(-2px) scale(1.03);
}

/* ===== 100% RESPONSIVO ===== */
@media (max-width: 1000px) {
  .container { max-width: 99vw; }
}

@media (max-width: 800px) {
  .intro-section { padding: 1.5rem 1rem 1rem 1rem; }
  .next-steps-section { padding: 1.1rem 0.7rem 0.8rem 0.85rem; }
  .diagnostic-section { gap: 1.1rem 0; }
  .diagnostic-card { min-width: 180px; }
}

@media (max-width: 600px) {
  :root { font-size: 15px; }
  .container { padding: 0 0.5rem; }
  .intro-section, .next-steps-section, .checklist-group { border-radius: 8px; }
  .intro-section { padding: 1rem 0.5rem 0.6rem 0.5rem; }
  .next-steps-section { padding: 0.7rem 0.4rem 0.6rem 0.45rem; }
  .section-title { font-size: 1.01rem; margin: 1.3rem 0 0.8rem 0; }
  .diagnostic-section { flex-direction: column; gap: 0.7rem 0; }
  .diagnostic-card { min-width: unset; max-width: 100vw; }
  .progress-bar-bg { width: 98vw; max-width: 99vw; border-radius: 8px; }
}

@media (max-width: 400px) {
  :root { font-size: 13.5px; }
  .intro-section, .next-steps-section { border-radius: 5px; }
  .diagnostic-card, .checklist-group { border-radius: 5px; }
}

@media (max-width: 340px) {
  :root { font-size: 12px; }
}/* End custom CSS */