/* Diagnóstico de Saúde Municipal — IAGOV / ToGov */

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap");



.diag-1doc-page {

  --diag-primary: #0059db;

  --diag-primary-light: #3da0da;

  --diag-primary-dark: #0042a4;

  --diag-primary-muted: #d6eaf8;

  --diag-primary-border: #92cdcf;

  --diag-surface-tint: #f4f9fc;

  --diag-surface-end: #edf4fa;

  --diag-text: #2b2f47;

  --diag-muted: #55596c;

  --diag-field-bg: #f5f5f8;

  --diag-border: #dcdeea;

  --diag-font: "Sora", -apple-system, BlinkMacSystemFont, sans-serif;

  font-family: var(--diag-font);

  color: var(--diag-text);

}



.diag-1doc-container {

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 24px;

}



.diag-1doc-hero.hero {

  position: relative;

  min-height: 100vh;

  display: flex;

  align-items: center;

  overflow: hidden;

  padding: 120px 0 80px;

  background: linear-gradient(180deg, #ffffff 0%, var(--diag-surface-tint) 55%, var(--diag-surface-end) 100%);

}



.diag-1doc-hero .hero-content {

  position: relative;

  z-index: 1;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 48px;

  align-items: start;

}



.diag-1doc-hero .hero-copy {

  display: flex;

  flex-direction: column;

  gap: 20px;

  padding-top: 20px;

  padding-right: 15px;

}



.diag-1doc-hero .hero-badge {

  display: inline-flex;

  align-items: center;

  align-self: flex-start;

  padding: 5px 15px;

  background: var(--diag-primary-muted);

  border-radius: 10px 0;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 0.96px;

  color: var(--diag-primary);

}



.diag-1doc-hero .hero-title {

  font-size: 36px;

  font-weight: 600;

  line-height: 130%;

  color: var(--diag-text);

}



.diag-1doc-hero .hero-title .highlight {

  color: var(--diag-primary);

}



.diag-1doc-hero .hero-subtitle {

  font-size: 16px;

  font-weight: 400;

  line-height: 1.8;

  color: var(--diag-text);

}



.diag-1doc-hero .hero-subtitle strong {

  font-weight: 600;

}



.diag-1doc-hero .hero-intro {

  font-size: 16px;

  font-weight: 600;

  color: var(--diag-text);

}



.diag-1doc-hero .hero-checklist {

  list-style: none;

  display: flex;

  flex-direction: column;

  gap: 16px;

  margin: 0;

  padding: 0;

}



.diag-1doc-hero .hero-checklist li {

  display: flex;

  align-items: flex-start;

  gap: 14px;

  font-size: 14px;

  line-height: 140%;

  color: var(--diag-text);

}



.diag-1doc-hero .check-icon {

  flex-shrink: 0;

  width: 24px;

  height: 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--diag-primary);

  margin-top: 1px;

}



.diag-1doc-hero .hero-chat {

  display: flex;

  flex-direction: column;

  border-radius: 32px 0;

  background: #fff;

  overflow: hidden;

  box-shadow: 0 8px 40px #0000000f, 0 2px 8px #0000000a;

  scroll-margin-top: 20px;

}



.diag-1doc-hero .hero-chat-container {

  flex: 1;

  display: flex;

  flex-direction: column;

  overflow: hidden;

}



.diag-1doc-hero .registration-form {

  display: flex;

  flex-direction: column;

  gap: 14px;

  padding: 28px 36px;

  overflow-y: auto;

}



.diag-1doc-hero .form-header {

  text-align: center;

  margin-bottom: 8px;

}



.diag-1doc-hero .form-header h3 {

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 6px;

  letter-spacing: -0.01em;

  color: var(--diag-text);

  line-height: 130%;

}



.diag-1doc-hero .form-header p {

  font-size: 14px;

  color: var(--diag-muted);

  line-height: 1.6;

}



.diag-1doc-hero .form-row {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 16px;

}



.diag-1doc-hero .form-group {

  display: flex;

  flex-direction: column;

  gap: 6px;

}



.diag-1doc-hero .form-group.full-width {

  grid-column: 1 / -1;

}



.diag-1doc-hero .form-group label {

  font-size: 13px;

  font-weight: 600;

  color: var(--diag-text);

  letter-spacing: 0.01em;

}



.diag-1doc-hero .form-group input,

.diag-1doc-hero .form-group select {

  padding: 12px 16px;

  background: var(--diag-field-bg);

  border: 1px solid transparent;

  border-radius: 10px;

  color: var(--diag-text);

  font-family: var(--diag-font);

  font-size: 14px;

  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  outline: none;

  width: 100%;

}



.diag-1doc-hero .form-group input::placeholder {

  color: #9196ad;

}



.diag-1doc-hero .form-group select {

  appearance: none;

  -webkit-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239196AD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: right 14px center;

  padding-right: 36px;

  cursor: pointer;

}



.diag-1doc-hero .form-group input:focus,

.diag-1doc-hero .form-group select:focus {

  border-color: var(--diag-primary);

  background: #fff;

  box-shadow: 0 0 0 3px #0059db1a;

}



.diag-1doc-hero .form-group input.error,

.diag-1doc-hero .form-group select.error {

  border-color: #ef4444;

  box-shadow: 0 0 0 2px #ef44441a;

}



.diag-1doc-hero .form-group input:disabled {

  opacity: 0.55;

  cursor: not-allowed;

}



.diag-1doc-hero .form-error-text {

  font-size: 11px;

  color: #ef4444;

  margin-top: 1px;

}



.diag-1doc-hero .form-consent {

  display: flex;

  align-items: flex-start;

  gap: 10px;

  cursor: pointer;

  margin-top: 4px;

}



.diag-1doc-hero .form-consent input[type="checkbox"] {

  appearance: none;

  -webkit-appearance: none;

  width: 18px;

  height: 18px;

  min-width: 18px;

  background: var(--diag-field-bg);

  border: 1.5px solid #d0d3dc;

  border-radius: 4px;

  cursor: pointer;

  position: relative;

  margin-top: 2px;

}



.diag-1doc-hero .form-consent input[type="checkbox"]:checked {

  background: var(--diag-primary);

  border-color: var(--diag-primary);

}



.diag-1doc-hero .form-consent input[type="checkbox"]:checked::after {

  content: "";

  position: absolute;

  top: 2px;

  left: 5px;

  width: 5px;

  height: 9px;

  border: solid #fff;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);

}



.diag-1doc-hero .form-consent span {

  font-size: 12px;

  color: var(--diag-muted);

  line-height: 1.5;

}



.diag-1doc-hero .form-consent.error input[type="checkbox"] {

  border-color: #ef4444;

}



.diag-1doc-hero .form-submit {

  width: auto;

  align-self: center;

  padding: 14px 36px;

  background: var(--diag-primary);

  color: #fff;

  border: 0.5px solid var(--diag-primary-border);

  border-radius: 12px;

  font-family: var(--diag-font);

  font-size: 15px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  box-shadow: 0 2px 5px #0059db40, 0 -2px 2px #00428926 inset, 0 1px 1px #ffffff1a inset,

    0 3px 4px #dfeeff1a inset;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  margin-top: 8px;

  letter-spacing: -0.01em;

}



.diag-1doc-hero .form-submit:hover:not(:disabled) {

  background: var(--diag-primary-dark);

  transform: translateY(-1px);

}



.diag-1doc-hero .form-submit:disabled {

  opacity: 0.6;

  cursor: not-allowed;

}



.diag-1doc-hero .form-message {

  text-align: center;

  padding: 10px 16px;

  border-radius: 10px;

  font-size: 13px;

  font-weight: 500;

}



.diag-1doc-hero .form-message.error {

  background: #ef444414;

  border: 1px solid rgba(239, 68, 68, 0.2);

  color: #dc2626;

}



.diag-1doc-hero .form-message.success {

  background: #22c55e14;

  border: 1px solid rgba(34, 197, 94, 0.2);

  color: #16a34a;

}



@media (max-width: 900px) {

  .diag-1doc-hero.hero {

    padding: 100px 0 60px;

  }



  .diag-1doc-hero .hero-content {

    grid-template-columns: 1fr;

    gap: 40px;

  }

}



@media (max-width: 640px) {

  .diag-1doc-hero.hero {

    padding: 90px 0 40px;

  }



  .diag-1doc-hero .hero-copy {

    padding-right: 0;

  }



  .diag-1doc-hero .hero-chat {

    border-radius: 20px;

  }



  .diag-1doc-hero .registration-form {

    padding: 24px 20px;

    gap: 14px;

  }



  .diag-1doc-hero .form-row {

    grid-template-columns: 1fr;

    gap: 14px;

  }



  .diag-1doc-hero .form-header h3 {

    font-size: 16px;

  }



  .diag-1doc-hero .form-submit {

    width: 100%;

  }



  .diag-1doc-hero .hero-title {

    font-size: 28px;

  }

}



/* —— Diagnóstico IA (wizard multi-etapas) —— */

.diag-1doc-page.diag-phase-ia .diag-landing {

  display: none;

}



.diag-ia-section {

  padding: 100px 0 80px;

  min-height: 100vh;

  background: linear-gradient(180deg, #ffffff 0%, var(--diag-surface-tint) 55%, var(--diag-surface-end) 100%);

}



.diag-ia-card {

  max-width: 720px;

  margin: 0 auto;

  background: #fff;

  border-radius: 32px 0;

  box-shadow: 0 8px 40px #0000000f, 0 2px 8px #0000000a;

  overflow: hidden;

}



.diag-ia-header {

  padding: 32px 36px 24px;

  text-align: center;

  border-bottom: 1px solid var(--diag-border);

}



.diag-ia-title {

  font-size: 22px;

  font-weight: 600;

  color: var(--diag-text);

  margin: 12px 0 8px;

  line-height: 1.35;

}



.diag-ia-subtitle {

  font-size: 14px;

  color: var(--diag-muted);

  line-height: 1.6;

  margin: 0 0 20px;

}



.diag-ia-progress {

  display: flex;

  flex-direction: column;

  gap: 8px;

  align-items: stretch;

}



.diag-ia-progress-track {

  height: 6px;

  background: var(--diag-field-bg);

  border-radius: 999px;

  overflow: hidden;

}



.diag-ia-progress-fill {

  height: 100%;

  background: linear-gradient(90deg, var(--diag-primary) 0%, var(--diag-primary-light) 100%);

  border-radius: 999px;

  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);

}



.diag-ia-progress-text {

  font-size: 13px;

  font-weight: 600;

  color: var(--diag-primary);

  text-align: center;

}



.diag-ia-steps {

  padding: 28px 36px;

  min-height: 280px;

}



.diag-ia-question {

  font-size: 18px;

  font-weight: 600;

  color: var(--diag-text);

  line-height: 1.45;

  margin: 0 0 20px;

}



.diag-ia-options {

  display: flex;

  flex-direction: column;

  gap: 10px;

}



.diag-ia-option {

  display: block;

  cursor: pointer;

}



.diag-ia-option input[type="radio"] {

  position: absolute;

  opacity: 0;

  width: 0;

  height: 0;

  pointer-events: none;

}



.diag-ia-option-card {

  display: block;

  padding: 14px 18px;

  background: var(--diag-field-bg);

  border: 2px solid transparent;

  border-radius: 12px;

  font-size: 14px;

  line-height: 1.5;

  color: var(--diag-text);

  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);

}



.diag-ia-option:hover .diag-ia-option-card {

  border-color: var(--diag-primary-muted);

  background: #fff;

}



.diag-ia-option input[type="radio"]:focus-visible + .diag-ia-option-card {

  outline: 2px solid var(--diag-primary);

  outline-offset: 2px;

}



.diag-ia-option input[type="radio"]:checked + .diag-ia-option-card {

  background: var(--diag-primary-muted);

  border-color: var(--diag-primary);

  color: var(--diag-primary-dark);

  font-weight: 500;

  box-shadow: 0 0 0 3px #0059db1a;

}



.diag-ia-step-error {

  margin: 12px 0 0;

  font-size: 13px;

  color: #dc2626;

  font-weight: 500;

}



.diag-ia-nav {

  display: flex;

  justify-content: space-between;

  gap: 12px;

  padding: 20px 36px 28px;

  border-top: 1px solid var(--diag-border);

}



.diag-ia-btn {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  padding: 12px 28px;

  border-radius: 12px;

  font-family: var(--diag-font);

  font-size: 15px;

  font-weight: 600;

  cursor: pointer;

  text-decoration: none;

  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);

  border: none;

  letter-spacing: -0.01em;

}



.diag-ia-btn--primary {

  background: var(--diag-primary);

  color: #fff;

  border: 0.5px solid var(--diag-primary-border);

  box-shadow: 0 2px 5px #0059db40;

}



.diag-ia-btn--primary:hover:not(:disabled) {

  background: var(--diag-primary-dark);

  transform: translateY(-1px);

}



.diag-ia-btn--secondary {

  background: #fff;

  color: var(--diag-text);

  border: 1.5px solid var(--diag-border);

}



.diag-ia-btn--secondary:hover:not(:disabled) {

  border-color: var(--diag-primary);

  color: var(--diag-primary);

}



.diag-ia-btn--whatsapp {

  background: #25d366;

  color: #fff;

  border: none;

}



.diag-ia-btn--whatsapp:hover {

  background: #1ebe57;

  transform: translateY(-1px);

}



.diag-ia-btn:disabled {

  opacity: 0.45;

  cursor: not-allowed;

  transform: none;

}



.diag-ia-card--report {
  max-width: 960px;
}

.diag-ia-report {
  padding: 32px 36px 40px;
  text-align: left;
}

.diag-report-intro {
  text-align: center;
  margin-bottom: 32px;
}

.diag-report-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--diag-text);
  margin: 12px 0 8px;
  line-height: 1.35;
}

.diag-report-subtitle {
  font-size: 14px;
  color: var(--diag-muted);
  line-height: 1.7;
  margin: 0;
}

.diag-report-section {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--diag-border);
}

.diag-report-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.diag-report-section-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--diag-text);
  margin: 0 0 8px;
}

.diag-report-section-desc {
  font-size: 13px;
  color: var(--diag-muted);
  margin: 0 0 20px;
  line-height: 1.6;
}

/* —— Score —— */

.diag-score-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  padding: 24px;
  background: var(--diag-surface-tint);
  border-radius: 16px;
  border: 1px solid var(--diag-border);
}

.diag-score-gauge {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}

.diag-score-gauge-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.diag-score-gauge-bg {
  fill: none;
  stroke: var(--diag-field-bg);
  stroke-width: 10;
}

.diag-score-gauge-fill {
  fill: none;
  stroke: #22c55e;
  stroke-width: 10;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.diag-score-gauge-value {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.diag-score-number {
  font-size: 36px;
  font-weight: 700;
  color: var(--diag-text);
  line-height: 1;
}

.diag-score-max {
  font-size: 14px;
  color: var(--diag-muted);
  font-weight: 500;
}

.diag-score-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.diag-level-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.diag-level-badge--sm {
  padding: 4px 10px;
  font-size: 11px;
}

.diag-level--bad {
  background: #fee2e2;
  color: #b91c1c;
}

.diag-level--medium {
  background: #ffedd5;
  color: #c2410c;
}

.diag-level--great {
  background: #dcfce7;
  color: #15803d;
}

.diag-score-bar-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.diag-score-bar {
  height: 10px;
  background: var(--diag-field-bg);
  border-radius: 999px;
  overflow: hidden;
}

.diag-score-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
  border-radius: 999px;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.diag-score-bar-wrap .diag-score-bar-label {
  font-size: 11px;
  color: var(--diag-muted);
}

.diag-score-bar-wrap .diag-score-bar-label:last-child {
  justify-self: end;
  grid-column: 1;
  text-align: right;
  margin-top: -18px;
}

.diag-score-desc {
  font-size: 14px;
  color: var(--diag-muted);
  line-height: 1.6;
  margin: 0;
}

/* —— Maturidade —— */

.diag-maturity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.diag-maturity-col {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid var(--diag-border);
}

.diag-maturity-col--advances {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.diag-maturity-col--attention {
  background: #fff7ed;
  border-color: #fed7aa;
}

.diag-maturity-col h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--diag-text);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.diag-maturity-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.diag-maturity-col li {
  font-size: 13px;
  line-height: 1.55;
  color: var(--diag-text);
  padding-left: 20px;
  position: relative;
}

.diag-maturity-col--advances li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 700;
}

.diag-maturity-col--attention li::before {
  content: "!";
  position: absolute;
  left: 2px;
  color: #ea580c;
  font-weight: 700;
}

.diag-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.diag-icon--check {
  background: #dcfce7;
  color: #16a34a;
}

.diag-icon--warn {
  background: #ffedd5;
  color: #ea580c;
}

.diag-priorities {
  margin-bottom: 20px;
}

.diag-priorities h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--diag-text);
  margin: 0 0 14px;
}

.diag-priority-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.diag-priority-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--diag-border);
  border-radius: 12px;
}

.diag-priority-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--diag-primary);
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.diag-priority-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--diag-text);
}

.diag-fact-box {
  padding: 18px 20px;
  background: var(--diag-primary-muted);
  border-left: 4px solid var(--diag-primary);
  border-radius: 0 12px 12px 0;
}

.diag-fact-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--diag-primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.diag-fact-box p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--diag-text);
}

/* —— Ranking —— */

.diag-ranking-wrap {
  overflow-x: auto;
  border: 1px solid var(--diag-border);
  border-radius: 14px;
}

.diag-ranking-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.diag-ranking-table th {
  text-align: left;
  padding: 12px 16px;
  background: var(--diag-surface-tint);
  font-weight: 600;
  color: var(--diag-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--diag-border);
}

.diag-ranking-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--diag-border);
  color: var(--diag-text);
}

.diag-ranking-table tr:last-child td {
  border-bottom: none;
}

/* —— CTA final —— */

.diag-cta-card {
  text-align: center;
  padding: 32px 28px;
  background: linear-gradient(135deg, var(--diag-primary) 0%, var(--diag-primary-dark) 100%);
  border-radius: 16px;
  color: #fff;
}

.diag-cta-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #fff;
}

.diag-cta-card p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 24px;
  opacity: 0.92;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.diag-report-cta .diag-ia-cta {
  justify-content: center;
}

.diag-report-cta .diag-ia-btn--primary {
  background: #fff;
  color: var(--diag-primary);
  border-color: #fff;
}

.diag-report-cta .diag-ia-btn--primary:hover {
  background: var(--diag-primary-muted);
  color: var(--diag-primary-dark);
}

.diag-ia-cta {

  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  justify-content: center;

}



@media (max-width: 640px) {

  .diag-ia-section {

    padding: 90px 0 48px;

  }



  .diag-ia-card {

    border-radius: 20px;

  }



  .diag-ia-header,

  .diag-ia-steps,

  .diag-ia-report,

  .diag-ia-nav {

    padding-left: 20px;

    padding-right: 20px;

  }



  .diag-ia-header {

    padding-top: 24px;

  }



  .diag-ia-question {

    font-size: 16px;

  }



  .diag-ia-nav {

    flex-direction: column-reverse;

  }



  .diag-ia-nav .diag-ia-btn {

    width: 100%;

  }



  .diag-ia-cta {

    flex-direction: column;

  }



  .diag-ia-cta .diag-ia-btn {
    width: 100%;
  }

  .diag-score-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .diag-score-details {
    align-items: center;
  }

  .diag-level-badge {
    align-self: center;
  }

  .diag-maturity-grid,
  .diag-priority-cards {
    grid-template-columns: 1fr;
  }
}

