:root {
  --ecg-azul: #005f8f;
  --ecg-azul-claro: #eaf4fb;
  --ecg-laranja: #ed6b00;
  --ecg-laranja-hover: #d95f00;
  --ecg-texto: #1c2d3d;
  --ecg-muted: #647181;
  --ecg-borda: #d9e0e7;
  --ecg-fundo: #f3f5f7;
  --ecg-card: #ffffff;
  --ecg-sombra: 0 18px 45px rgba(18, 35, 50, .16);
  --ecg-radius: 18px;
}

body.post-type-archive-curso_gratuito,
body.tax-area_curso {
  background: var(--ecg-fundo);
}

.ecg-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 20px 70px;
  color: var(--ecg-texto);
  font-family: Arial, Helvetica, sans-serif;
}

.ecg-wrap * {
  box-sizing: border-box;
}

.ecg-wrap button,
.ecg-wrap input,
.ecg-wrap select {
  font: inherit;
}

.ecg-wrap a {
  color: inherit;
  text-decoration: none;
}

.ecg-breadcrumb {
  color: var(--ecg-azul);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.ecg-breadcrumb__sep {
  margin: 0 7px;
  color: #8794a0;
}

.ecg-hero,
.ecg-page-head {
  background: #fff;
  border: 1px solid var(--ecg-borda);
  border-radius: 26px;
  margin-bottom: 22px;
}

.ecg-hero {
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 28px;
  align-items: center;
}

.ecg-page-head {
  padding: 30px;
}

.ecg-eyebrow {
  color: var(--ecg-laranja);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .14em;
  margin-bottom: 8px;
}

.ecg-wrap h1,
.ecg-wrap h2,
.ecg-wrap h3 {
  letter-spacing: 0;
}

.ecg-wrap h1 {
  color: var(--ecg-azul);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  margin: 0 0 14px;
  max-width: 800px;
}

.ecg-lead {
  font-size: 18px;
  line-height: 1.58;
  max-width: 830px;
  margin: 0;
  color: #344555;
}

.ecg-notice {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--ecg-azul-claro);
  border: 1px solid #c7deee;
  color: #24445c;
  font-size: 15px;
  line-height: 1.5;
}

.ecg-hero__panel {
  background: linear-gradient(180deg, #f4f9fd 0%, #e8f3fb 100%);
  border: 1px solid #cfe3f1;
  border-radius: 24px;
  padding: 24px;
}

.ecg-hero__panel-title {
  font-size: 18px;
  color: var(--ecg-texto);
  font-weight: 900;
  margin: 0 0 12px;
}

.ecg-hero__stats {
  display: grid;
  gap: 10px;
}

.ecg-hero__stat {
  background: #fff;
  border: 1px solid #d8e7f1;
  border-radius: 16px;
  padding: 14px;
}

.ecg-hero__stat strong {
  display: block;
  color: var(--ecg-azul);
  font-size: 22px;
  line-height: 1;
  margin-bottom: 4px;
}

.ecg-hero__stat span,
.ecg-section-head p {
  color: var(--ecg-muted);
  line-height: 1.5;
}

.ecg-section {
  margin-top: 24px;
}

.ecg-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.ecg-section-head h2 {
  color: var(--ecg-azul);
  font-size: 26px;
  line-height: 1.15;
  margin: 0;
}

.ecg-section-head p {
  margin: 6px 0 0;
  max-width: 680px;
}

.ecg-area-grid,
.ecg-editorial-grid,
.ecg-curriculo-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ecg-area-card,
.ecg-editorial-block,
.ecg-tip-card,
.ecg-curriculo-guide,
.ecg-course-card {
  background: #fff;
  border: 1px solid var(--ecg-borda);
}

.ecg-area-card {
  border-radius: 22px;
  padding: 20px;
  min-height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .2s ease;
}

.ecg-area-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 35, 50, .10);
  border-color: #bfd6e5;
}

.ecg-area-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.ecg-area-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #f0f6fa;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.ecg-area-count,
.ecg-tag {
  color: var(--ecg-muted);
  font-size: 13px;
  font-weight: 800;
  background: #f5f7f9;
  border: 1px solid #e0e6eb;
  border-radius: 999px;
  padding: 6px 10px;
  white-space: nowrap;
}

.ecg-area-card h3 {
  color: var(--ecg-azul);
  font-size: 20px;
  line-height: 1.15;
  margin: 18px 0 8px;
}

.ecg-area-card p,
.ecg-editorial-block p,
.ecg-tip-card p,
.ecg-curriculo-guide p {
  color: #344555;
  line-height: 1.55;
}

.ecg-area-link {
  color: var(--ecg-laranja);
  font-weight: 900;
  margin-top: 16px;
  display: inline-flex;
}

.ecg-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 220px 170px;
  gap: 14px;
  margin: 18px 0 18px;
}

.ecg-toolbar--area {
  grid-template-columns: minmax(240px, 1fr) 170px;
  margin: 22px 0;
}

.ecg-field,
.ecg-count {
  background: #fff;
  border: 1px solid var(--ecg-borda);
  border-radius: 16px;
  min-height: 52px;
  box-shadow: 0 7px 18px rgba(18, 35, 50, .035);
}

.ecg-field {
  padding: 0 16px;
  display: flex;
  align-items: center;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ecg-field:focus-within {
  border-color: #9fc7df;
  box-shadow: 0 0 0 3px rgba(0, 95, 143, .08), 0 8px 20px rgba(18, 35, 50, .05);
}

.ecg-field input,
.ecg-field select {
  width: 100%;
  min-height: 50px;
  border: 0 !important;
  outline: none !important;
  font-size: 15px;
  background: transparent;
  color: var(--ecg-texto);
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0;
}

.ecg-field input::placeholder {
  color: #7d8994;
}

.ecg-field select {
  cursor: pointer;
}

.ecg-count {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ecg-muted);
  font-size: 14px;
  font-weight: 700;
}

.ecg-course-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(18, 35, 50, .045);
  background: #fff;
}

.ecg-course-card table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  background: #fff;
  overflow: hidden;
}

.ecg-course-card thead {
  background: #f9fbfc;
}

.ecg-course-card th {
  text-align: left;
  color: #7a8590;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .10em;
  padding: 16px 18px;
  border-bottom: 1px solid var(--ecg-borda);
  font-weight: 900;
  background: #f9fbfc;
}

.ecg-course-card th:first-child {
  border-top-left-radius: 21px;
}

.ecg-course-card th:last-child {
  border-top-right-radius: 21px;
}

.ecg-course-card td {
  padding: 18px;
  border-bottom: 1px solid var(--ecg-borda);
  vertical-align: middle;
  font-size: 15px;
  background: #fff;
}

.ecg-course-card tr:last-child td {
  border-bottom: 0;
}

.ecg-course-title {
  font-weight: 900;
  color: var(--ecg-azul);
  font-size: 16px;
  margin-bottom: 5px;
}

.ecg-course-institution {
  color: var(--ecg-muted);
  font-size: 13px;
  line-height: 1.4;
}

.ecg-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  line-height: 1;
}

.ecg-tag-area {
  background: #eaf4fb;
  color: #235775;
}

.ecg-btn {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 13px 18px;
  font-weight: 900;
  cursor: pointer;
  transition: .2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.ecg-btn-primary {
  background: var(--ecg-laranja) !important;
  border-color: var(--ecg-laranja) !important;
  color: #fff !important;
}

.ecg-btn-primary:hover {
  background: var(--ecg-laranja-hover) !important;
  border-color: var(--ecg-laranja-hover) !important;
  transform: translateY(-1px);
  color: #fff !important;
}

.ecg-course-card .ecg-btn-primary {
  min-height: 42px;
  border-radius: 12px;
  padding: 11px 16px;
  box-shadow: 0 6px 14px rgba(237, 107, 0, .16);
  font-size: 15px;
  text-decoration: none !important;
}

.ecg-course-card td:last-child {
  width: 160px;
}

.ecg-course-actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.ecg-btn-wide {
  min-width: min(100%, 340px);
  min-height: 48px;
  box-shadow: 0 8px 18px rgba(237, 107, 0, .18);
}

.ecg-btn-soft {
  width: 100%;
  background: #e9f3fa;
  border: 1px solid #bdd7e8;
  color: var(--ecg-texto);
}

.ecg-mobile-list {
  display: none;
  gap: 14px;
}

.ecg-mobile-item {
  background: #fff;
  border: 1px solid var(--ecg-borda);
  border-radius: 18px;
  padding: 20px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ecg-mobile-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 18px;
}

.ecg-curriculo-guide {
  border-radius: 26px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
}

.ecg-curriculo-guide__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, .9fr);
  gap: 26px;
  align-items: start;
  margin-bottom: 24px;
}

.ecg-curriculo-guide__intro p {
  color: #0f2c45;
  font-size: 15px;
  line-height: 1.68;
  margin: 0 0 12px;
}

.ecg-curriculo-guide__intro p:last-child {
  margin-bottom: 0;
}

.ecg-curriculo-note {
  background: linear-gradient(180deg, #f4f9fd 0%, #e9f4fb 100%);
  border: 1px solid #cfe3f1;
  border-radius: 16px;
  padding: 18px 16px;
}

.ecg-curriculo-note strong {
  display: block;
  color: var(--ecg-azul);
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.ecg-curriculo-note span {
  color: #183a55;
  font-size: 14px;
  line-height: 1.55;
  display: block;
}

.ecg-curriculo-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .88fr);
  gap: 14px;
  align-items: start;
  margin-top: 18px;
}

.ecg-curriculo-visual * {
  box-sizing: border-box;
}

.ecg-resume-demo,
.ecg-checklist-card {
  border: 1px solid var(--ecg-borda);
  border-radius: 16px;
}

.ecg-resume-demo {
  padding: 18px;
  background:
    radial-gradient(circle at top left, rgba(0, 95, 143, .08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f3f8fc 100%);
}

.ecg-checklist-card {
  padding: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 35, 50, .05);
}

.ecg-resume-paper {
  display: block;
  background: #fff;
  border: 1px solid #ccd6df;
  border-radius: 12px;
  padding: 18px;
  max-width: 315px;
  margin: 0 auto;
  box-shadow: 0 16px 32px rgba(18, 35, 50, .08);
  position: relative;
}

.ecg-resume-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.ecg-resume-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #dbe2e8;
  flex: 0 0 auto;
}

.ecg-resume-name {
  font-weight: 900;
  color: var(--ecg-texto);
  margin-bottom: 2px;
  font-size: 13px;
}

.ecg-resume-role {
  color: var(--ecg-muted);
  font-size: 11px;
  font-weight: 700;
}

.ecg-resume-line {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: #e2e7ec;
  margin: 8px 0;
}

.ecg-resume-line.short {
  width: 68%;
}

.ecg-resume-line.medium {
  width: 82%;
}

.ecg-resume-section-title {
  color: #6a7580;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin: 18px 0 9px;
}

.ecg-resume-course-box {
  border: 1px solid #1498e3;
  background: linear-gradient(180deg, #f2f9ff 0%, #e9f5fe 100%);
  border-radius: 9px;
  padding: 10px;
  position: relative;
  box-shadow: 0 10px 24px rgba(0, 95, 143, .10);
}

.ecg-resume-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ecg-azul);
  background: #fff;
  border: 1px solid #b9dcef;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 8px;
  font-weight: 900;
  margin-bottom: 9px;
}

.ecg-resume-course-title {
  color: var(--ecg-azul);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ecg-resume-course-item,
.ecg-resume-skill-item {
  color: #253647;
  font-size: 10px;
  line-height: 1.45;
  padding-left: 14px;
  position: relative;
}

.ecg-resume-course-item::before,
.ecg-resume-skill-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ecg-azul);
}

.ecg-resume-course-item + .ecg-resume-course-item {
  margin-top: 8px;
}

.ecg-resume-skill-item {
  color: #425363;
  margin: 6px 0;
}

.ecg-checklist-card h3 {
  color: var(--ecg-texto);
  font-size: 22px;
  margin: 0 0 4px;
}

.ecg-checklist-intro {
  color: var(--ecg-muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 16px;
}

.ecg-checklist-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecg-checklist-list,
.ecg-checklist-list li {
  list-style: none !important;
}

.ecg-checklist-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  background: #f8fbfd;
  border: 1px solid #e4edf4;
  border-radius: 10px;
  padding: 10px;
}

.ecg-checklist-list li::before {
  content: none !important;
}

.ecg-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--ecg-azul);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  flex: 0 0 auto;
  box-shadow: 0 4px 10px rgba(0, 95, 143, .14);
}

.ecg-checklist-list strong {
  display: block;
  color: var(--ecg-texto);
  margin-bottom: 3px;
  font-size: 12px;
}

.ecg-checklist-list span span {
  color: var(--ecg-muted);
  font-size: 12px;
  line-height: 1.4;
}

.ecg-checklist-example {
  margin-top: 14px;
  background: #fff7ef;
  border: 1px solid #f4d2b3;
  border-radius: 10px;
  padding: 12px;
  color: #6c3c14;
  font-size: 12px;
  line-height: 1.45;
}

.ecg-checklist-example strong {
  display: block;
  color: var(--ecg-laranja);
  margin-bottom: 4px;
}

.ecg-tip-card,
.ecg-editorial-block {
  border-radius: 22px;
  padding: 24px;
}

.ecg-curriculo-cards .ecg-tip-card {
  border-radius: 16px;
  padding: 20px 16px 16px;
}

.ecg-curriculo-cards {
  margin-top: 18px;
}

.ecg-tip-card h3,
.ecg-editorial-block h3,
.ecg-editorial-block h2 {
  color: var(--ecg-azul);
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.ecg-curriculo-cards .ecg-tip-card h3 {
  font-size: 15px;
  margin-bottom: 8px;
}

.ecg-curriculo-cards .ecg-tip-card p {
  color: #15344d;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.ecg-example-box {
  background: #f3f8fc;
  border: 1px solid #d6e7f3;
  border-radius: 10px;
  padding: 12px;
  color: var(--ecg-azul);
  font-weight: 900;
  line-height: 1.45;
  font-size: 13px;
}

.ecg-example-box--green {
  background: #eef8f2;
  border-color: #cfe8d8;
  color: #19744a;
}

.ecg-avoid-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
}

.ecg-avoid-list li {
  color: #445566;
  line-height: 1.4;
  font-size: 13px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.ecg-avoid-list li::before {
  content: "×";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #f5d9d9;
  color: #b43838;
  display: inline-grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 auto;
  font-size: 11px;
  margin-top: 2px;
}

.ecg-quick-tips {
  background: #f9fbfc;
  border: 1px solid var(--ecg-borda);
  border-radius: 22px;
  padding: 22px;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  align-items: center;
}

.ecg-quick-tips h3 {
  margin: 0;
  color: var(--ecg-azul);
  font-size: 22px;
  line-height: 1.2;
}

.ecg-quick-tips ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.ecg-quick-tips li {
  color: #344555;
  line-height: 1.45;
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.ecg-quick-tips li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--ecg-azul);
  color: #fff;
  display: inline-grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  flex: 0 0 auto;
}

.ecg-editorial-block {
  margin-top: 24px;
}

.ecg-editorial-grid .ecg-editorial-block {
  margin-top: 0;
}

.ecg-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(13, 25, 36, .54);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
  z-index: 9999;
}

.ecg-modal-backdrop.is-open {
  display: flex;
}

.ecg-modal {
  width: min(520px, 100%);
  max-height: min(680px, 90vh);
  overflow: auto;
  background: #fff;
  border: 1px solid var(--ecg-borda);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(18, 35, 50, .16);
  position: relative;
  animation: ecg-pop .18s ease-out;
}

@keyframes ecg-pop {
  from { transform: translateY(14px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.ecg-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 0;
  background: var(--ecg-laranja);
  border: 1px solid var(--ecg-laranja);
  color: #fff;
  box-shadow: none;
  appearance: none;
  padding: 0;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 32px;
}

.ecg-modal__close:hover,
.ecg-modal__close:focus {
  background: var(--ecg-laranja-hover);
  border-color: var(--ecg-laranja-hover);
  color: #fff;
  cursor: pointer;
}

.ecg-modal__content {
  padding: 30px 28px 26px;
  font-family: Arial, Helvetica, sans-serif;
}

.ecg-modal__cat {
  color: #2177b8;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin: 0 46px 10px 0;
}

.ecg-modal h3 {
  margin: 0 44px 14px 0;
  color: var(--ecg-azul);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.ecg-modal__summary {
  color: #425363;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 20px;
}

.ecg-modal__grid {
  border-top: 1px solid var(--ecg-borda);
  border-bottom: 1px solid var(--ecg-borda);
  padding: 18px 0 19px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 30px;
}

.ecg-modal__label {
  display: block;
  color: #7c8792;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .10em;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.ecg-modal__value {
  font-weight: 900;
  color: var(--ecg-texto);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.ecg-modal__actions {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}

.ecg-modal__hint {
  color: #6b7682;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  margin: 11px auto 0;
  max-width: 330px;
}

.ecg-modal .ecg-btn-primary {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  background: var(--ecg-laranja) !important;
  border-color: var(--ecg-laranja) !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  padding: 12px 18px;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(237, 107, 0, .16);
}

.ecg-modal .ecg-btn-soft {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  background: #e9f3fa !important;
  border-color: #bdd7e8 !important;
  color: var(--ecg-texto) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  padding: 12px 18px;
  text-decoration: none !important;
  box-shadow: none;
}

@media (max-width: 920px) {
  .ecg-hero,
  .ecg-curriculo-guide__intro,
  .ecg-curriculo-visual {
    grid-template-columns: 1fr;
  }

  .ecg-area-grid,
  .ecg-editorial-grid,
  .ecg-curriculo-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ecg-toolbar,
  .ecg-toolbar--area {
    grid-template-columns: 1fr;
  }

  .ecg-desktop-table {
    display: none;
  }

  .ecg-mobile-list {
    display: grid;
  }

  .ecg-course-card {
    border: 0;
    background: transparent;
  }
}

@media (max-width: 620px) {
  .ecg-area-grid,
  .ecg-editorial-grid,
  .ecg-curriculo-cards {
    grid-template-columns: 1fr;
  }

  .ecg-section-head {
    display: block;
  }

  .ecg-quick-tips {
    grid-template-columns: 1fr;
  }

  .ecg-quick-tips ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .ecg-wrap {
    padding: 24px 14px 54px;
  }

  .ecg-hero,
  .ecg-page-head,
  .ecg-editorial-block,
  .ecg-resume-demo,
  .ecg-checklist-card,
  .ecg-tip-card,
  .ecg-quick-tips {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .ecg-hero__panel {
    padding: 18px;
    border-radius: 20px;
  }

  .ecg-lead {
    font-size: 16px;
  }

  .ecg-modal-backdrop {
    padding: 10px;
    align-items: flex-end;
  }

  .ecg-modal {
    width: 100%;
    max-height: 88vh;
    border-radius: 20px 20px 0 0;
  }

  .ecg-modal__content {
    padding: 26px 18px 22px;
  }

  .ecg-modal__close {
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    font-size: 21px;
    line-height: 30px;
  }

  .ecg-modal h3 {
    font-size: 23px;
    margin-right: 40px;
    margin-bottom: 14px;
  }

  .ecg-modal__summary {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .ecg-modal__grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 16px 0;
  }

  .ecg-modal__value {
    font-size: 14px;
  }

  .ecg-modal .ecg-btn-primary,
  .ecg-modal .ecg-btn-soft {
    min-height: 44px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
}
