.dsi-portal {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px 28px 60px 28px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  color: #242c44;
  background: #f6f8fb;
  box-sizing: border-box;
}

.dsi-portal * {
  box-sizing: border-box;
}

.dsi-hero {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 42px;
  border-radius: 28px;
  background: #242c44;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 22px 48px rgba(36, 44, 68, 0.2);
}

.dsi-hero:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 160px;
  background: #e13024;
  opacity: 0.35;
}

.dsi-hero:after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 130px;
  background: #ffffff;
  opacity: 0.07;
}

.dsi-hero-left {
  width: 64%;
  position: relative;
  z-index: 2;
}

.dsi-hero-right {
  width: 31%;
  position: relative;
  z-index: 2;
  padding: 28px;
  border-radius: 24px;
  background: #343c55;
  border: 1px solid #4a526b;
}

.dsi-brand-row {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.dsi-logo {
  width: 112px;
  height: auto;
  display: block;
  margin-right: 18px;
}

.dsi-brand-row strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
}

.dsi-kicker {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e13024;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.dsi-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: none;
}

.dsi-hero p {
  max-width: 820px;
  margin: 18px 0 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-hero-right span {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dsi-hero-right strong {
  display: block;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-hero-right p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.65;
}

.dsi-hero-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}

.dsi-hero-note {
  max-width: 720px;
  margin: 4px 0 0 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.92;
}

.dsi-hero-note strong {
  color: #ffffff;
  font-weight: 800;
}

.dsi-btn,
.dsi-download-btn,
.dsi-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  margin: 0 10px 10px 0;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.22s ease;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-btn-primary {
  background: #e13024;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(225, 48, 36, 0.26);
}

.dsi-btn-primary:hover {
  background: #c9271e;
  color: #ffffff;
}

.dsi-btn-light {
  background: #ffffff;
  color: #242c44;
}

.dsi-btn-light:hover {
  background: #f3f5f8;
  color: #242c44;
}

.dsi-btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.dsi-btn-outline:hover {
  background: #ffffff;
  color: #242c44;
}

.dsi-main-section,
.dsi-flow-section {
  margin-top: 42px;
}

.dsi-section-heading {
  width: 100%;
  max-width: none;
  margin: 0 0 24px 0;
  text-align: left;
}

.dsi-section-heading-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dsi-section-heading span {
  display: inline-block;
  margin-bottom: 8px;
  color: #e13024;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dsi-section-heading h2 {
  margin: 0;
  color: #242c44;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: none;
  white-space: nowrap;
}

.dsi-section-heading p {
  margin: 10px 0 0 0;
  color: #677083;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-service-layout {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.dsi-sidebar {
  width: 360px;
  flex: 0 0 360px;
  position: relative;
  padding: 18px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e7eaf0;
  box-shadow: 0 16px 38px rgba(36, 44, 68, 0.08);
}

.dsi-content-panel {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 24px;
  min-height: 620px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e7eaf0;
  box-shadow: 0 16px 38px rgba(36, 44, 68, 0.08);
  overflow: hidden;
}

.dsi-search-box {
  margin-bottom: 18px;
}

.dsi-search-box label {
  display: block;
  margin-bottom: 8px;
  color: #242c44;
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-search-box input {
  width: 100%;
  min-height: 46px;
  padding: 0 15px;
  border-radius: 16px;
  border: 1px solid #dfe4ec;
  background: #f8fafc;
  color: #242c44;
  font-size: 14px;
  outline: none;
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

.dsi-search-box input:focus {
  border-color: #e13024;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(225, 48, 36, 0.08);
}

.dsi-category {
  margin-top: 18px;
}

.dsi-category:first-child {
  margin-top: 18px;
}

.dsi-category-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px 0;
  padding: 11px 12px;
  border-radius: 16px;
  border: 1px solid #e2e8f1;
  background: #f8fafc;
  color: #242c44;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  transition: all 0.22s ease;
}

.dsi-category-title:hover,
.dsi-category-title:focus {
  background: #ffffff;
  border-color: #cfd7e4;
  color: #242c44;
  outline: none;
  box-shadow: 0 8px 18px rgba(36, 44, 68, 0.08);
}

.dsi-category-title:before {
  content: "+";
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  border-radius: 999px;
  background: #242c44;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.dsi-category.dsi-category-open .dsi-category-title {
  background: #242c44;
  border-color: #242c44;
  color: #ffffff;
}

.dsi-category.dsi-category-open .dsi-category-title:before {
  content: "−";
  background: #e13024;
  color: #ffffff;
}

.dsi-category-title-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.dsi-category-count {
  display: inline-flex;
  min-width: 32px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin-left: 9px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f1f3f7;
  color: #677083;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.dsi-category.dsi-category-open .dsi-category-count {
  background: #ffffff;
  color: #242c44;
}

.dsi-category > .dsi-service-btn {
  display: none;
}

.dsi-category.dsi-category-open > .dsi-service-btn {
  display: block;
}

.dsi-category.dsi-category-hidden {
  display: none;
}

.dsi-service-btn.dsi-search-hidden,
.dsi-home-option.dsi-search-hidden {
  display: none !important;
}

.dsi-search-status {
  min-height: 0;
  margin-top: 8px;
  color: #6f788a;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.dsi-search-status.dsi-search-status-active {
  padding: 9px 11px;
  border-radius: 13px;
  background: #f8fafc;
  border: 1px solid #e2e8f1;
  color: #3d4658;
}

.dsi-search-status strong {
  color: #242c44;
  font-weight: 900;
}

.dsi-search-status.dsi-search-status-empty {
  background: #fff7f6;
  border-color: #f4c7c2;
  color: #7a2b26;
}

.dsi-service-btn {
  width: 100%;
  display: block;
  padding: 14px 14px;
  margin-top: 8px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: #f8fafc;
  color: #242c44;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  overflow: visible;
}

.dsi-home-option {
  margin-bottom: 8px;
  background: #fff7f6;
  border-color: #f4c7c2;
}

.dsi-service-btn:hover {
  background: #ffffff;
  border-color: #e1e5ec;
}

.dsi-service-btn strong {
  display: block;
  color: inherit;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
}

.dsi-service-btn small {
  display: block;
  margin-top: 5px;
  color: #6f788a;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
}

.dsi-service-btn.dsi-active {
  background: #242c44;
  color: #ffffff;
  border-color: #242c44;
  box-shadow: 0 12px 28px rgba(36, 44, 68, 0.18);
}

.dsi-service-btn.dsi-active small {
  color: #ffffff;
}

.dsi-panel {
  display: none;
}

.dsi-panel-active {
  display: block;
}

.dsi-detail-header {
  padding: 30px;
  background: #f8fafc;
  border-bottom: 1px solid #eef1f5;
}

.dsi-home-header {
  background: #ffffff;
  border-bottom: 1px solid #e7eaf0;
  position: relative;
}

.dsi-home-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: #242c44;
}

.dsi-home-header h3 {
  color: #242c44 !important;
}

.dsi-home-header p {
  color: #4f5a70 !important;
}

.dsi-home-header .dsi-pill {
  background: #242c44;
  color: #ffffff !important;
  border: 1px solid #242c44;
}

.dsi-home-header .dsi-pill-red {
  background: #fde8e6;
  color: #e13024 !important;
  border: 1px solid #f4b8b2;
}

.dsi-detail-topline {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.dsi-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  margin: 0 8px 8px 0;
  border-radius: 999px;
  background: #edf1f7;
  color: #242c44;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-pill-red {
  background: #fde8e6;
  color: #e13024;
}

.dsi-detail-header h3 {
  margin: 0;
  color: #242c44;
  font-size: 31px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: none;
}

.dsi-detail-header p {
  max-width: 900px;
  margin: 13px 0 0 0;
  color: #677083;
  font-size: 15px;
  line-height: 1.75;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-detail-body {
  padding: 28px 30px 32px 30px;
}

.dsi-home-alert {
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #fff7f6;
  border: 1px solid #f4c7c2;
}

.dsi-home-alert strong {
  display: block;
  margin-bottom: 8px;
  color: #e13024;
  font-size: 16px;
  font-weight: 900;
}

.dsi-home-alert p {
  margin: 0;
  color: #59302c;
  font-size: 14px;
  line-height: 1.7;
}

.dsi-info-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px 24px -7px;
}

.dsi-info-card {
  width: 33.333%;
  padding: 18px;
  border-radius: 20px;
  background: #f8fafc;
  border-top: 1px solid #e8edf4;
  border-bottom: 1px solid #e8edf4;
  border-left: 7px solid #ffffff;
  border-right: 7px solid #ffffff;
}

.dsi-info-card span {
  display: block;
  color: #6f788a;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dsi-info-card strong {
  display: block;
  margin-top: 8px;
  color: #242c44;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-block {
  margin-top: 25px;
}

.dsi-block:first-child {
  margin-top: 0;
}

.dsi-block-title {
  display: flex;
  align-items: center;
  margin: 0 0 14px 0;
  color: #242c44;
  font-size: 18px;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-block-title:before {
  content: "";
  width: 8px;
  height: 22px;
  border-radius: 99px;
  background: #e13024;
  display: inline-block;
  margin-right: 10px;
}

.dsi-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

.dsi-list li {
  width: 50%;
  position: relative;
  padding: 13px 14px 13px 38px;
  border-radius: 16px;
  background: #ffffff;
  border-top: 1px solid #e7eaf0;
  border-bottom: 1px solid #e7eaf0;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  color: #3d4658;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-list-full li {
  width: 100%;
}

.dsi-list li:before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 12px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #242c44;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsi-alert-list {
  display: block;
}

.dsi-alert {
  padding: 15px 16px;
  margin-bottom: 10px;
  border-radius: 18px;
  background: #fff7f6;
  border: 1px solid #f4c7c2;
  color: #59302c;
  font-size: 13px;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-warning-box {
  padding: 20px;
  border-radius: 20px;
  background: #242c44;
  color: #ffffff;
  border-left: 6px solid #e13024;
}

.dsi-warning-box p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8;
}

.dsi-text-note {
  margin: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e7eaf0;
  color: #3d4658;
  font-size: 14px;
  line-height: 1.7;
}

.dsi-support-section {
  margin-top: 28px;
}

.dsi-support-box {
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5eaf2;
  box-shadow: 0 12px 30px rgba(36, 44, 68, 0.06);
}

.dsi-support-intro {
  position: relative;
  padding: 0 0 16px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #e4e9f1;
}

.dsi-support-intro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 6px;
  height: 58px;
  border-radius: 99px;
  background: #242c44;
}

.dsi-support-intro span {
  display: inline-block;
  margin: 0 0 8px 18px;
  color: #e13024;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dsi-support-intro strong {
  display: block;
  margin: 0 0 8px 18px;
  color: #242c44;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.dsi-support-intro p {
  margin: 0 0 0 18px;
  color: #4f5a70;
  font-size: 14px;
  line-height: 1.7;
}

.dsi-support-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.dsi-support-card {
  width: 50%;
  padding: 0 8px 16px 8px;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  position: relative;
}

.dsi-support-card:before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0;
  bottom: 16px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
}

.dsi-support-badge,
.dsi-support-card strong,
.dsi-support-card span,
.dsi-support-actions {
  position: relative;
  z-index: 2;
}

.dsi-support-badge {
  display: inline-block;
  margin: 18px 18px 8px 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #242c44;
  border: 1px solid #dfe5ee;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dsi-support-card strong {
  display: block;
  margin: 0 18px 4px 18px;
  color: #242c44;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.dsi-support-card span {
  display: block;
  margin: 0 18px 14px 18px;
  color: #6f788a;
  font-size: 13px;
  font-weight: 700;
}

.dsi-support-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 0 18px 2px 18px;
}

.dsi-support-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 15px;
  margin: 0 8px 8px 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.dsi-support-whatsapp {
  background: #e13024;
  border: 1px solid #e13024;
  color: #ffffff;
}

.dsi-support-whatsapp:hover {
  background: #c9271e;
  border-color: #c9271e;
  color: #ffffff;
}

.dsi-support-call {
  background: #ffffff;
  border: 1px solid #dfe5ee;
  color: #242c44;
}

.dsi-support-call:hover {
  background: #242c44;
  border-color: #242c44;
  color: #ffffff;
}

.dsi-support-tags {
  padding-top: 2px;
}

.dsi-support-tags span {
  display: inline-block;
  padding: 7px 11px;
  margin: 0 8px 8px 0;
  border-radius: 999px;
  background: #fff7f6;
  border: 1px solid #f4c7c2;
  color: #7a2b26;
  font-size: 11px;
  font-weight: 900;
}

.dsi-actions-grid {
  display: flex;
  flex-wrap: wrap;
}

.dsi-download-btn {
  background: #242c44;
  color: #ffffff;
  border-color: #242c44;
}

.dsi-download-btn:hover {
  background: #1b2238;
  color: #ffffff;
}

.dsi-link-btn {
  background: #ffffff;
  color: #242c44;
  border-color: #dfe4ec;
}

.dsi-link-btn:hover {
  background: #f8fafc;
  color: #e13024;
  border-color: #e13024;
}

.dsi-flow-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.dsi-flow-grid article {
  width: 25%;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border-top: 1px solid #e7eaf0;
  border-bottom: 1px solid #e7eaf0;
  border-left: 9px solid #f6f8fb;
  border-right: 9px solid #f6f8fb;
  box-shadow: 0 16px 38px rgba(36, 44, 68, 0.08);
  margin-bottom: 18px;
}

.dsi-flow-grid b {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #e13024;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.dsi-flow-grid h3 {
  margin: 16px 0 0 0;
  color: #242c44;
  font-size: 17px;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0;
}

.dsi-flow-grid p {
  margin: 8px 0 0 0;
  color: #677083;
  font-size: 13px;
  line-height: 1.65;
}

@media screen and (max-width: 1100px) {
  .dsi-hero {
    display: block;
  }

  .dsi-hero-left,
  .dsi-hero-right {
    width: 100%;
  }

  .dsi-hero-right {
    margin-top: 24px;
  }

  .dsi-service-layout {
    display: block;
  }

  .dsi-sidebar {
    width: 100%;
    flex: none;
    margin-bottom: 22px;
  }

  .dsi-content-panel {
    width: 100%;
    margin-left: 0;
  }

  .dsi-flow-grid article {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .dsi-portal {
    padding: 18px 12px 42px 12px;
  }

  .dsi-hero {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .dsi-brand-row {
    display: block;
  }

  .dsi-logo {
    margin-right: 0;
    margin-bottom: 16px;
    width: 105px;
  }

  .dsi-hero h1 {
    font-size: 34px;
  }

  .dsi-hero p {
    font-size: 14px;
  }

  .dsi-hero-actions {
    display: block;
  }

  .dsi-btn,
  .dsi-download-btn,
  .dsi-link-btn {
    width: 100%;
    margin-right: 0;
  }

  .dsi-info-card,
  .dsi-list li,
  .dsi-list-full li,
  .dsi-flow-grid article {
    width: 100%;
  }

  .dsi-section-heading h2 {
    font-size: 25px;
    white-space: normal;
  }

  .dsi-detail-header,
  .dsi-detail-body {
    padding: 22px;
  }

  .dsi-detail-header h3 {
    font-size: 25px;
  }
}

/* Ajustes específicos para a seção Inscrição Originária */
.dsi-request-header {
  background: #ffffff;
  border-left: 6px solid #242c44;
}

.dsi-originario-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  margin-bottom: 26px;
  border-radius: 24px;
  background: #242c44;
  color: #ffffff;
  border: 1px solid #242c44;
}

.dsi-originario-cta-text {
  width: 70%;
}

.dsi-originario-cta-text span {
  display: inline-block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dsi-originario-cta-text strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
}

.dsi-originario-cta-text p {
  margin: 10px 0 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

.dsi-originario-cta-actions {
  width: 27%;
  text-align: right;
}

.dsi-originario-cta-actions .dsi-btn {
  margin-right: 0;
}

.dsi-step-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.dsi-step-grid article {
  width: 25%;
  padding: 18px;
  border-left: 7px solid #ffffff;
  border-right: 7px solid #ffffff;
  margin-bottom: 14px;
}

.dsi-step-grid article {
  background: #f8fafc;
  border-top: 1px solid #e8edf4;
  border-bottom: 1px solid #e8edf4;
  border-radius: 20px;
}

.dsi-step-grid b {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #e13024;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.dsi-step-grid strong {
  display: block;
  color: #242c44;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.dsi-step-grid p {
  margin: 8px 0 0 0;
  color: #677083;
  font-size: 13px;
  line-height: 1.55;
}

.dsi-two-column-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px 14px -7px;
}

.dsi-note-card {
  width: 50%;
  padding: 18px;
  border-left: 7px solid #ffffff;
  border-right: 7px solid #ffffff;
  margin-bottom: 14px;
}

.dsi-note-card {
  background: #f8fafc;
  border-top: 1px solid #e8edf4;
  border-bottom: 1px solid #e8edf4;
  border-radius: 20px;
}

.dsi-note-card strong {
  display: block;
  color: #242c44;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 8px;
}

.dsi-note-card p {
  margin: 0;
  color: #677083;
  font-size: 13px;
  line-height: 1.6;
}

.dsi-section-note {
  margin: 0 0 16px 0;
  color: #677083;
  font-size: 14px;
  line-height: 1.7;
}

.dsi-cert-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.dsi-cert-grid article {
  width: 33.333%;
  padding: 18px;
  border-left: 8px solid #ffffff;
  border-right: 8px solid #ffffff;
  margin-bottom: 16px;
}

.dsi-cert-grid article {
  border-radius: 22px;
  background: #ffffff;
  border-top: 1px solid #e7eaf0;
  border-bottom: 1px solid #e7eaf0;
  box-shadow: 0 12px 28px rgba(36, 44, 68, 0.06);
}

.dsi-cert-grid span {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #edf1f7;
  color: #242c44;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.dsi-cert-grid strong {
  display: block;
  color: #242c44;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
}

.dsi-cert-grid p {
  margin: 9px 0 14px 0;
  color: #677083;
  font-size: 13px;
  line-height: 1.6;
}

.dsi-cert-grid a {
  display: inline-block;
  padding: 9px 13px;
  border-radius: 999px;
  background: #242c44;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.dsi-cert-grid a:hover {
  background: #e13024;
  color: #ffffff;
}

.dsi-warning-box p {
  margin: 0 0 12px 0;
}

.dsi-warning-box p:last-child {
  margin-bottom: 0;
}

.dsi-photo-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px 14px -7px;
}

.dsi-photo-box div {
  width: 50%;
  padding: 18px;
  border-left: 7px solid #ffffff;
  border-right: 7px solid #ffffff;
  margin-bottom: 14px;
}

.dsi-photo-box div {
  background: #f8fafc;
  border-top: 1px solid #e8edf4;
  border-bottom: 1px solid #e8edf4;
  border-radius: 20px;
}

.dsi-photo-box strong {
  display: block;
  color: #242c44;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 8px;
}

.dsi-photo-box p {
  margin: 0;
  color: #677083;
  font-size: 13px;
  line-height: 1.6;
}

.dsi-checklist-groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.dsi-checklist-card {
  width: 50%;
  padding: 18px;
  border-left: 8px solid #ffffff;
  border-right: 8px solid #ffffff;
  margin-bottom: 16px;
}

.dsi-checklist-card {
  border-radius: 22px;
  background: #ffffff;
  border-top: 1px solid #e7eaf0;
  border-bottom: 1px solid #e7eaf0;
  box-shadow: 0 12px 28px rgba(36, 44, 68, 0.05);
}

.dsi-checklist-card strong {
  display: block;
  margin-bottom: 10px;
  color: #242c44;
  font-size: 15px;
  font-weight: 900;
}

.dsi-checklist-card ul {
  margin: 0;
  padding-left: 18px;
}

.dsi-checklist-card li {
  margin-bottom: 8px;
  color: #3d4658;
  font-size: 13px;
  line-height: 1.5;
}

.dsi-checklist-card li:last-child {
  margin-bottom: 0;
}

.dsi-document-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.dsi-document-card {
  width: 33.333%;
  padding: 20px;
  border-left: 8px solid #ffffff;
  border-right: 8px solid #ffffff;
  margin-bottom: 16px;
}

.dsi-document-card {
  border-radius: 24px;
  background: #f8fafc;
  border-top: 1px solid #e1e6ef;
  border-bottom: 1px solid #e1e6ef;
}

.dsi-document-card span {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #fde8e6;
  color: #e13024;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.dsi-document-card strong {
  display: block;
  color: #242c44;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.dsi-document-card p {
  margin: 10px 0 16px 0;
  color: #677083;
  font-size: 13px;
  line-height: 1.6;
}

.dsi-doc-actions {
  display: flex;
  flex-wrap: wrap;
}

.dsi-disabled-link {
  background: #edf1f7 !important;
  color: #677083 !important;
  border-color: #dfe4ec !important;
  cursor: default;
}

@media screen and (max-width: 1100px) {
  .dsi-originario-cta {
    display: block;
  }

  .dsi-originario-cta-text,
  .dsi-originario-cta-actions {
    width: 100%;
    text-align: left;
  }

  .dsi-originario-cta-actions {
    margin-top: 18px;
  }

  .dsi-step-grid article,
  .dsi-cert-grid article,
  .dsi-document-card {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .dsi-step-grid article,
  .dsi-note-card,
  .dsi-cert-grid article,
  .dsi-photo-box div,
  .dsi-checklist-card,
  .dsi-document-card {
    width: 100%;
  }

  .dsi-originario-cta {
    padding: 20px;
    border-radius: 20px;
  }

  .dsi-originario-cta-text strong {
    font-size: 18px;
  }
}

/* Ajuste v7: requerimento eletrônico no final da Inscrição Originária */
.dsi-final-cta {
  margin-top: 18px;
  margin-bottom: 0;
}

.dsi-final-cta .dsi-originario-cta-text span {
  background: #e13024;
  padding: 6px 10px;
  border-radius: 999px;
}
/* Ajuste v9: avisos estáticos para documentos automáticos ainda não disponíveis */
.dsi-coming-soon-badge {
  display: inline-block;
  padding: 9px 13px;
  border-radius: 999px;
  background: #edf1f7;
  color: #677083;
  border: 1px solid #dfe4ec;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

/* Ajuste v10: modal responsivo para documentos automáticos */
.dsi-doc-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 15px;
  margin: 0 8px 8px 0;
  border-radius: 999px;
  border: 1px solid #242c44;
  background: #242c44;
  color: #ffffff;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.22s ease;
}

.dsi-doc-modal-btn:hover,
.dsi-doc-modal-btn:focus {
  background: #e13024;
  border-color: #e13024;
  color: #ffffff;
  outline: none;
}

.dsi-modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 24px;
  background: rgba(15, 23, 42, 0.72);
  box-sizing: border-box;
  overflow: auto;
}

.dsi-modal-overlay.dsi-modal-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsi-modal-dialog {
  width: 100%;
  max-width: 1180px;
  height: 88vh;
  max-height: 920px;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #dfe5ee;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.dsi-modal-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: #242c44;
  color: #ffffff;
  border-bottom: 4px solid #e13024;
}

.dsi-modal-header span {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dsi-modal-header strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.dsi-modal-close {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
}

.dsi-modal-close:hover,
.dsi-modal-close:focus {
  background: #e13024;
  border-color: #e13024;
  color: #ffffff;
  outline: none;
}

.dsi-modal-body {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  background: #f6f8fb;
}

.dsi-modal-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #242c44;
  border: 1px solid #dfe5ee;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(36, 44, 68, 0.12);
}

.dsi-modal-loading.dsi-modal-loading-hidden {
  display: none;
}

.dsi-modal-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #ffffff;
}

body.dsi-modal-body-lock {
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  .dsi-modal-overlay {
    padding: 8px;
    align-items: stretch;
  }

  .dsi-modal-overlay.dsi-modal-open {
    align-items: stretch;
  }

  .dsi-modal-dialog {
    height: 96vh;
    max-height: none;
    border-radius: 18px;
  }

  .dsi-modal-header {
    min-height: 68px;
    padding: 14px 14px;
  }

  .dsi-modal-header strong {
    font-size: 16px;
  }

  .dsi-modal-close {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-left: 10px;
    font-size: 28px;
  }

  .dsi-doc-modal-btn {
    width: 100%;
    margin-right: 0;
  }
}

/* Ajuste v11: refinamento visual dos cards de documentos automáticos */
.dsi-section-note-docs {
  max-width: 980px;
}

.dsi-document-grid-elegant {
  margin-top: 10px;
}

.dsi-document-card-elegant {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e6ebf3;
  box-shadow: 0 14px 30px rgba(36, 44, 68, 0.06);
  position: relative;
  overflow: hidden;
}

.dsi-document-card-elegant:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #242c44;
}

.dsi-document-card-elegant .dsi-document-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}

.dsi-document-card-elegant .dsi-document-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  border-radius: 18px;
  background: #f4f7fb;
  color: #242c44;
  border: 1px solid #e1e7f0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.dsi-document-card-elegant .dsi-document-headline {
  flex: 1 1 auto;
  min-width: 0;
}

.dsi-document-card-elegant strong {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.dsi-document-card-elegant .dsi-document-headline small {
  display: block;
  margin-top: 8px;
  color: #6b7588;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}

.dsi-document-card-elegant p {
  margin: 2px 0 18px 0;
  color: #5f6a7e;
  font-size: 13px;
  line-height: 1.7;
}

.dsi-doc-card-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #edf1f6;
}

.dsi-document-card-elegant .dsi-doc-actions {
  display: block;
}

.dsi-document-card-elegant .dsi-doc-modal-btn {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 12px 16px;
  border-radius: 14px;
  background: #242c44;
  border-color: #242c44;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: normal;
}

.dsi-document-card-elegant .dsi-doc-modal-btn:hover,
.dsi-document-card-elegant .dsi-doc-modal-btn:focus {
  background: #e13024;
  border-color: #e13024;
}

.dsi-doc-card-note {
  display: block;
  margin-top: 10px;
  color: #7a8496;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .dsi-document-card-elegant {
    min-height: 0;
  }
}

@media screen and (max-width: 720px) {
  .dsi-document-card-elegant {
    padding: 20px;
  }

  .dsi-document-card-elegant .dsi-document-top {
    display: block;
  }

  .dsi-document-card-elegant .dsi-document-icon {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .dsi-document-card-elegant strong {
    font-size: 17px;
  }

  .dsi-document-card-elegant .dsi-doc-modal-btn {
    min-height: 44px;
    font-size: 13px;
  }
}

/* Ajuste v13: documentos automáticos em cards horizontais */
.dsi-document-list-horizontal {
  display: block;
  width: 100%;
  margin-top: 14px;
}

.dsi-document-row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 22px;
  margin-bottom: 14px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f1;
  box-shadow: 0 12px 28px rgba(36, 44, 68, 0.055);
  position: relative;
  overflow: hidden;
}

.dsi-document-row:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #242c44;
}

.dsi-document-row-primary:before {
  background: #e13024;
}

.dsi-document-row-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 18px 0 2px;
  border-radius: 16px;
  background: #f4f7fb;
  color: #242c44;
  border: 1px solid #dfe6f0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.dsi-document-row-primary .dsi-document-row-icon {
  background: #fff3f2;
  color: #e13024;
  border-color: #f3c8c4;
}

.dsi-document-row-content {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 22px;
}

.dsi-document-row-content strong {
  display: block;
  margin: 0;
  color: #242c44;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.dsi-document-row-content p {
  margin: 7px 0 0 0;
  color: #5f6a7e;
  font-size: 13px;
  line-height: 1.65;
}

.dsi-document-row-action {
  width: 190px;
  flex: 0 0 190px;
  text-align: right;
}

.dsi-document-row-action .dsi-doc-modal-btn {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 11px 15px;
  border-radius: 14px;
  background: #242c44;
  border-color: #242c44;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: normal;
}

.dsi-document-row-primary .dsi-document-row-action .dsi-doc-modal-btn {
  background: #e13024;
  border-color: #e13024;
}

.dsi-document-row-action .dsi-doc-modal-btn:hover,
.dsi-document-row-action .dsi-doc-modal-btn:focus {
  background: #1b2238;
  border-color: #1b2238;
  color: #ffffff;
}

.dsi-document-row-primary .dsi-document-row-action .dsi-doc-modal-btn:hover,
.dsi-document-row-primary .dsi-document-row-action .dsi-doc-modal-btn:focus {
  background: #c9271e;
  border-color: #c9271e;
}

@media screen and (max-width: 900px) {
  .dsi-document-row {
    align-items: flex-start;
  }

  .dsi-document-row-action {
    width: 160px;
    flex: 0 0 160px;
  }
}

@media screen and (max-width: 720px) {
  .dsi-document-row {
    display: block;
    padding: 20px;
  }

  .dsi-document-row-icon {
    margin: 0 0 12px 0;
  }

  .dsi-document-row-content {
    padding-right: 0;
  }

  .dsi-document-row-content strong {
    font-size: 17px;
  }

  .dsi-document-row-action {
    width: 100%;
    flex: none;
    text-align: left;
    margin-top: 16px;
  }

  .dsi-document-row-action .dsi-doc-modal-btn {
    width: 100%;
  }
}

/* Ajuste v15: certidões horizontais integradas à seção 3. Certidões negativas */
.dsi-section-note-certs {
  max-width: 1000px;
}

.dsi-certificate-list-horizontal {
  display: block;
  width: 100%;
  margin-top: 14px;
}

.dsi-certificate-row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 22px;
  margin-bottom: 14px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f1;
  box-shadow: 0 12px 28px rgba(36, 44, 68, 0.055);
  position: relative;
  overflow: hidden;
}

.dsi-certificate-row:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #242c44;
}

.dsi-certificate-row-primary:before {
  background: #e13024;
}

.dsi-certificate-row-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 18px 0 2px;
  border-radius: 16px;
  background: #f4f7fb;
  color: #242c44;
  border: 1px solid #dfe6f0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.dsi-certificate-row-primary .dsi-certificate-row-icon {
  background: #fff3f2;
  color: #e13024;
  border-color: #f3c8c4;
}

.dsi-certificate-row-content {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 22px;
}

.dsi-certificate-row-content strong {
  display: block;
  margin: 0;
  color: #242c44;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.dsi-certificate-row-content p {
  margin: 7px 0 0 0;
  color: #5f6a7e;
  font-size: 13px;
  line-height: 1.65;
}

.dsi-certificate-row-action {
  width: 190px;
  flex: 0 0 190px;
  text-align: right;
}

.dsi-cert-link-btn {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border-radius: 14px;
  background: #242c44;
  border: 1px solid #242c44;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
}

.dsi-certificate-row-primary .dsi-cert-link-btn {
  background: #e13024;
  border-color: #e13024;
}

.dsi-cert-link-btn:hover,
.dsi-cert-link-btn:focus {
  background: #1b2238;
  border-color: #1b2238;
  color: #ffffff !important;
  text-decoration: none !important;
}

.dsi-certificate-row-primary .dsi-cert-link-btn:hover,
.dsi-certificate-row-primary .dsi-cert-link-btn:focus {
  background: #c9271e;
  border-color: #c9271e;
}

.dsi-certificate-alert {
  margin-top: 8px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f7f9fc;
  border: 1px solid #e2e8f1;
  border-left: 5px solid #e13024;
}

.dsi-certificate-alert strong {
  display: block;
  margin: 0 0 6px 0;
  color: #242c44;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.dsi-certificate-alert p {
  margin: 0;
  color: #5f6a7e;
  font-size: 13px;
  line-height: 1.65;
}

@media screen and (max-width: 900px) {
  .dsi-certificate-row {
    align-items: flex-start;
  }

  .dsi-certificate-row-action {
    width: 160px;
    flex: 0 0 160px;
  }
}

@media screen and (max-width: 720px) {
  .dsi-certificate-row {
    display: block;
    padding: 20px;
  }

  .dsi-certificate-row-icon {
    margin: 0 0 12px 0;
  }

  .dsi-certificate-row-content {
    padding-right: 0;
  }

  .dsi-certificate-row-content strong {
    font-size: 17px;
  }

  .dsi-certificate-row-action {
    width: 100%;
    flex: none;
    text-align: left;
    margin-top: 16px;
  }

  .dsi-cert-link-btn {
    width: 100%;
  }

  .dsi-certificate-alert {
    padding: 16px;
  }
}

/* Ajuste 2ª Via de Documentos Profissionais — Pedidos Gerais */
.dsi-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 16px 0 0 0;
  border-radius: 18px;
  border: 1px solid #e1e6ef;
  background: #ffffff;
}

.dsi-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: #ffffff;
}

.dsi-table th {
  background: #242c44;
  color: #ffffff;
  padding: 14px 16px;
  text-align: left;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
}

.dsi-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e8edf4;
  color: #3d4658;
  font-size: 14px;
  line-height: 1.45;
}

.dsi-table tbody tr:last-child td {
  border-bottom: 0;
  background: #fff7f6;
  color: #242c44;
  font-weight: 900;
}

.dsi-checklist-card-primary {
  border-top-color: #e13024 !important;
}

.dsi-checklist-card span {
  display: block;
  color: #677083;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.dsi-category-list {
  display: block;
}

@media screen and (max-width: 720px) {
  .dsi-table th,
  .dsi-table td {
    padding: 12px;
    font-size: 13px;
  }
}

/* Ajuste v18: seleção dinâmica da 2ª Via de Documentos Profissionais */
.dsi-segunda-via-selector {
  padding: 20px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f1;
}

.dsi-segunda-via-choice-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px 14px -7px;
}

.dsi-segunda-via-option {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding: 18px;
  margin-bottom: 14px;
  border-left: 7px solid #f8fafc;
  border-right: 7px solid #f8fafc;
  border-radius: 20px;
  background: #ffffff;
  border-top: 1px solid #e1e7f0;
  border-bottom: 1px solid #e1e7f0;
  cursor: pointer;
  transition: all 0.22s ease;
}

.dsi-segunda-via-option:hover,
.dsi-segunda-via-option:focus-within {
  border-top-color: #cdd6e4;
  border-bottom-color: #cdd6e4;
  box-shadow: 0 12px 26px rgba(36, 44, 68, 0.08);
}

.dsi-segunda-via-option-active {
  background: #242c44;
  border-top-color: #242c44;
  border-bottom-color: #242c44;
  box-shadow: 0 14px 30px rgba(36, 44, 68, 0.16);
}

.dsi-segunda-via-option input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 12px 0 0;
  accent-color: #e13024;
}

.dsi-segunda-via-option span {
  display: block;
  min-width: 0;
}

.dsi-segunda-via-option strong {
  display: block;
  color: #242c44;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.dsi-segunda-via-option small {
  display: block;
  margin-top: 6px;
  color: #677083;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.dsi-segunda-via-option b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  margin-top: 11px;
  border-radius: 999px;
  background: #fff7f6;
  color: #e13024;
  border: 1px solid #f4c7c2;
  font-size: 12px;
  font-weight: 900;
}

.dsi-segunda-via-option-active strong,
.dsi-segunda-via-option-active small {
  color: #ffffff;
}

.dsi-segunda-via-option-active b {
  background: #e13024;
  color: #ffffff;
  border-color: #e13024;
}

.dsi-segunda-via-summary {
  padding: 18px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f1;
  border-left: 6px solid #242c44;
}

.dsi-segunda-via-summary span {
  display: block;
  margin-bottom: 7px;
  color: #e13024;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dsi-segunda-via-summary strong {
  display: block;
  color: #242c44;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.dsi-segunda-via-summary p {
  margin: 7px 0 0 0;
  color: #5f6a7e;
  font-size: 13px;
  line-height: 1.65;
}

.dsi-table.dsi-segunda-via-table tbody tr:last-child td {
  background: #ffffff;
  color: #3d4658;
  font-weight: 400;
}

.dsi-table.dsi-segunda-via-table tbody tr.dsi-segunda-via-row-active td,
.dsi-table.dsi-segunda-via-table
  tbody
  tr.dsi-segunda-via-row-active:last-child
  td {
  background: #fff7f6;
  color: #242c44;
  font-weight: 900;
}

.dsi-segunda-via-final-valor {
  margin-top: 12px !important;
  padding: 10px 13px;
  display: inline-block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-weight: 900;
}

.dsi-segunda-via-link-disabled {
  background: #8b95a7 !important;
  border-color: #8b95a7 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.dsi-segunda-via-alert {
  display: block;
  margin-top: 9px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  opacity: 0.92;
  text-align: right;
}

.dsi-segunda-via-alert-hidden {
  display: none;
}

@media screen and (max-width: 900px) {
  .dsi-segunda-via-option {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .dsi-segunda-via-selector {
    padding: 16px;
    border-radius: 20px;
  }

  .dsi-segunda-via-option {
    padding: 16px;
  }

  .dsi-segunda-via-alert {
    text-align: left;
  }
}

/* Ajuste Pedido de Alteração de Nome — Pedidos Gerais */
.dsi-alteracao-nome-selector {
  padding: 20px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f1;
}

.dsi-alteracao-nome-choice-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px 14px -7px;
}

.dsi-alteracao-nome-option {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding: 18px;
  margin-bottom: 14px;
  border-left: 7px solid #f8fafc;
  border-right: 7px solid #f8fafc;
  border-radius: 20px;
  background: #ffffff;
  border-top: 1px solid #e1e7f0;
  border-bottom: 1px solid #e1e7f0;
  cursor: pointer;
  transition: all 0.22s ease;
}

.dsi-alteracao-nome-option:hover,
.dsi-alteracao-nome-option:focus-within {
  border-top-color: #cdd6e4;
  border-bottom-color: #cdd6e4;
  box-shadow: 0 12px 26px rgba(36, 44, 68, 0.08);
}

.dsi-alteracao-nome-option-active {
  background: #242c44;
  border-top-color: #242c44;
  border-bottom-color: #242c44;
  box-shadow: 0 14px 30px rgba(36, 44, 68, 0.16);
}

.dsi-alteracao-nome-option input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 12px 0 0;
  accent-color: #e13024;
}

.dsi-alteracao-nome-option span {
  display: block;
  min-width: 0;
}

.dsi-alteracao-nome-option strong {
  display: block;
  color: #242c44;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.dsi-alteracao-nome-option small {
  display: block;
  margin-top: 6px;
  color: #677083;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.dsi-alteracao-nome-option b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  margin-top: 11px;
  border-radius: 999px;
  background: #fff7f6;
  color: #e13024;
  border: 1px solid #f4c7c2;
  font-size: 12px;
  font-weight: 900;
}

.dsi-alteracao-nome-option-active strong,
.dsi-alteracao-nome-option-active small {
  color: #ffffff;
}

.dsi-alteracao-nome-option-active b {
  background: #e13024;
  color: #ffffff;
  border-color: #e13024;
}

.dsi-alteracao-nome-summary {
  padding: 18px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f1;
  border-left: 6px solid #242c44;
}

.dsi-alteracao-nome-summary span {
  display: block;
  margin-bottom: 7px;
  color: #e13024;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dsi-alteracao-nome-summary strong {
  display: block;
  color: #242c44;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.dsi-alteracao-nome-summary p {
  margin: 7px 0 0 0;
  color: #5f6a7e;
  font-size: 13px;
  line-height: 1.65;
}

.dsi-table.dsi-alteracao-nome-table tbody tr:last-child td {
  background: #ffffff;
  color: #3d4658;
  font-weight: 400;
}

.dsi-table.dsi-alteracao-nome-table tbody tr.dsi-alteracao-nome-row-active td,
.dsi-table.dsi-alteracao-nome-table
  tbody
  tr.dsi-alteracao-nome-row-active:last-child
  td {
  background: #fff7f6;
  color: #242c44;
  font-weight: 900;
}

.dsi-alteracao-nome-final-valor {
  margin-top: 12px !important;
  padding: 10px 13px;
  display: inline-block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-weight: 900;
}

.dsi-alteracao-nome-link-disabled {
  background: #8b95a7 !important;
  border-color: #8b95a7 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.dsi-alteracao-nome-alert {
  display: block;
  margin-top: 9px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  opacity: 0.92;
  text-align: right;
}

.dsi-alteracao-nome-alert-hidden {
  display: none;
}

@media screen and (max-width: 900px) {
  .dsi-alteracao-nome-option {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .dsi-alteracao-nome-selector {
    padding: 16px;
    border-radius: 20px;
  }

  .dsi-alteracao-nome-option {
    padding: 16px;
  }

  .dsi-alteracao-nome-alert {
    text-align: left;
  }
}

/* Ajuste Pedido de Desarquivamento de Processo — Pedidos Gerais */
.dsi-desarquivamento-selector {
  padding: 20px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f1;
}

.dsi-desarquivamento-choice-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px 14px -7px;
}

.dsi-desarquivamento-option {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding: 18px;
  margin-bottom: 14px;
  border-left: 7px solid #f8fafc;
  border-right: 7px solid #f8fafc;
  border-radius: 20px;
  background: #ffffff;
  border-top: 1px solid #e1e7f0;
  border-bottom: 1px solid #e1e7f0;
  cursor: pointer;
  transition: all 0.22s ease;
}

.dsi-desarquivamento-option:hover,
.dsi-desarquivamento-option:focus-within {
  border-top-color: #cdd6e4;
  border-bottom-color: #cdd6e4;
  box-shadow: 0 12px 26px rgba(36, 44, 68, 0.08);
}

.dsi-desarquivamento-option-active {
  background: #242c44;
  border-top-color: #242c44;
  border-bottom-color: #242c44;
  box-shadow: 0 14px 30px rgba(36, 44, 68, 0.16);
}

.dsi-desarquivamento-option input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 12px 0 0;
  accent-color: #e13024;
}

.dsi-desarquivamento-option span {
  display: block;
  min-width: 0;
}

.dsi-desarquivamento-option strong {
  display: block;
  color: #242c44;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.dsi-desarquivamento-option small {
  display: block;
  margin-top: 6px;
  color: #677083;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.dsi-desarquivamento-option b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  margin-top: 11px;
  border-radius: 999px;
  background: #fff7f6;
  color: #e13024;
  border: 1px solid #f4c7c2;
  font-size: 12px;
  font-weight: 900;
}

.dsi-desarquivamento-option-active strong,
.dsi-desarquivamento-option-active small {
  color: #ffffff;
}

.dsi-desarquivamento-option-active b {
  background: #e13024;
  color: #ffffff;
  border-color: #e13024;
}

.dsi-desarquivamento-summary {
  padding: 18px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f1;
  border-left: 6px solid #242c44;
}

.dsi-desarquivamento-summary span {
  display: block;
  margin-bottom: 7px;
  color: #e13024;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dsi-desarquivamento-summary strong {
  display: block;
  color: #242c44;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.dsi-desarquivamento-summary p {
  margin: 7px 0 0 0;
  color: #5f6a7e;
  font-size: 13px;
  line-height: 1.65;
}

.dsi-table.dsi-desarquivamento-table tbody tr:last-child td {
  background: #ffffff;
  color: #3d4658;
  font-weight: 400;
}

.dsi-table.dsi-desarquivamento-table tbody tr.dsi-desarquivamento-row-active td,
.dsi-table.dsi-desarquivamento-table
  tbody
  tr.dsi-desarquivamento-row-active:last-child
  td {
  background: #fff7f6;
  color: #242c44;
  font-weight: 900;
}

.dsi-desarquivamento-final-valor {
  margin-top: 12px !important;
  padding: 10px 13px;
  display: inline-block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-weight: 900;
}

.dsi-desarquivamento-link-disabled {
  background: #8b95a7 !important;
  border-color: #8b95a7 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.dsi-desarquivamento-alert {
  display: block;
  margin-top: 9px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  opacity: 0.92;
  text-align: right;
}

.dsi-desarquivamento-alert-hidden {
  display: none;
}

@media screen and (max-width: 900px) {
  .dsi-desarquivamento-option {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .dsi-desarquivamento-selector {
    padding: 16px;
    border-radius: 20px;
  }

  .dsi-desarquivamento-option {
    padding: 16px;
  }

  .dsi-desarquivamento-alert {
    text-align: left;
  }
}


/* Ajuste Certificado de Exame de Ordem — botões dinâmicos */
.dsi-doc-modal-btn:disabled,
.dsi-doc-modal-btn.dsi-certificado-doc-btn-disabled {
  background: #8b95a7 !important;
  border-color: #8b95a7 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.dsi-doc-modal-btn:disabled:hover,
.dsi-doc-modal-btn.dsi-certificado-doc-btn-disabled:hover {
  background: #8b95a7 !important;
  border-color: #8b95a7 !important;
  color: #ffffff !important;
}
