body {
  background:
    radial-gradient(circle at top left, rgba(16, 84, 175, 0.08), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(76, 126, 202, 0.06), transparent 20%),
    linear-gradient(180deg, #eef4fb 0%, #f7f9fd 26%, #f5f7fb 100%);
  color: #17324d;
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 1.05fr) minmax(0, 1.8fr) minmax(260px, 0.95fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(119, 152, 202, 0.28);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 254, 0.98) 46%, rgba(244, 247, 252, 0.98) 100%),
    radial-gradient(circle at 70% 50%, rgba(31, 93, 178, 0.06), transparent 38%);
  box-shadow: 0 0.9rem 2rem rgba(25, 51, 96, 0.08);
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(135deg, rgba(37, 90, 172, 0.06) 0 1px, transparent 1px 100%), linear-gradient(45deg, rgba(37, 90, 172, 0.05) 0 1px, transparent 1px 100%);
  background-size: 34px 34px;
  opacity: 0.35;
  pointer-events: none;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  align-self: stretch;
  min-height: 100%;
  padding: 0.45rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(144, 165, 196, 0.28);
  border-radius: 0.95rem;
  box-shadow: 0 0.6rem 1.2rem rgba(32, 57, 102, 0.08);
}

.page-hero-mark {
  width: 100%;
  height: 100%;
  min-height: 5.6rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  flex-shrink: 0;
}

.page-hero-logo {
  width: 82%;
  height: 82%;
  display: block;
  object-fit: contain;
}

.page-hero-brand-name {
  color: #17396c;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.page-hero-brand-tag {
  color: #5a6f86;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0.1rem;
}

.page-hero-brand-meta {
  color: #2a68c7;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 0.15rem;
}

.page-hero-copy {
  min-width: 0;
}

.page-hero-title {
  color: #17396c;
  font-weight: 600;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  letter-spacing: -0.03em;
}

.page-hero-subtitle {
  color: #4d6077;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.page-hero-government {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #123e79;
  font-weight: 700;
  font-size: 0.95rem;
}

.page-hero-government i {
  font-size: 0.95rem;
}

.page-hero-trust {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  justify-self: end;
  max-width: 100%;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(153, 176, 210, 0.25);
  border-radius: 0.95rem;
  box-shadow: 0 0.65rem 1.2rem rgba(36, 59, 101, 0.06);
}

.page-hero-trust-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f2f7ff 0%, #e5eefc 100%);
  color: #2c66c0;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.page-hero-trust-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.page-hero-trust-copy strong {
  font-size: 0.95rem;
  font-weight: 800;
  color: #17324d;
}

.page-hero-trust-copy span {
  font-size: 0.84rem;
  color: #5d7188;
  line-height: 1.3;
}

.workflow-dashboard {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(320px, 0.95fr);
  gap: 1rem;
  align-items: start;
}

.workflow-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(155, 173, 203, 0.22);
  border-radius: 1rem;
  box-shadow: 0 0.7rem 1.6rem rgba(38, 61, 100, 0.06);
}

.workflow-panel-main,
.workflow-panel-side {
  padding: 0.9rem 1rem 1rem;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(149, 169, 198, 0.25);
  margin-bottom: 0.25rem;
}

.section-header-tight {
  margin-bottom: 0.85rem;
}

.section-header-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #245eb5;
  background: linear-gradient(180deg, #f5f9ff 0%, #e8f1ff 100%);
  font-size: 1rem;
  flex-shrink: 0;
}

.section-header-icon-accent {
  color: #3e73d6;
}

.section-header-text {    
  height: 4rem;
}
.section-header-width{
  width: 20%;
}

.section-title {
  color: #17396c;
  font-size: 1.05rem;
  font-weight: 600;
}

.section-subtitle {
  color: #5e7086;
  font-size: 0.9rem;
}

.workflow-table-head {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 0.75rem;
  padding: 0.6rem 0.9rem 0.55rem;
  color: #5f7086;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.workflow-step-list {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(149, 169, 198, 0.18);
  border-radius: 0.95rem;
  overflow: hidden;
  background: #fff;
}

.workflow-step-item {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 3.9rem 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.9rem 1rem;
  min-height: 4.9rem;
  border-bottom: 1px solid rgba(149, 169, 198, 0.18);
}

.workflow-step-item:last-child {
  border-bottom: none;
}

.workflow-step-item::before {
  content: "";
  position: absolute;
  left: 4.84rem;
  top: 0;
  bottom: -1px;
  width: 2px;
  background: linear-gradient(180deg, rgba(79, 126, 202, 0.2) 0%, rgba(79, 126, 202, 0.05) 100%);
}

.workflow-step-number {
  width: 2.2rem;
  height: 1.6rem;
  border-radius: 0.45rem;
  background: linear-gradient(180deg, #2b6fd4 0%, #4a8def 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  justify-self: start;
  box-shadow: 0 0.4rem 0.9rem rgba(43, 111, 212, 0.24);
}

.workflow-step-icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2c66c0;
  background: linear-gradient(180deg, #f8fbff 0%, #edf3fe 100%);
  border: 1px solid rgba(102, 141, 206, 0.25);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.94), 0 0.45rem 1rem rgba(27, 71, 146, 0.08);
  font-size: 1.15rem;
  position: relative;
  z-index: 1;
}

.workflow-step-title {
  color: #17324d;
  font-size: 0.95rem;
  font-weight: 600;
}

.workflow-step-description {
  color: #66788d;
  font-size: 0.84rem;
  line-height: 1.35;
}

.workflow-step-arrow {
  color: #2f4c71;
  font-size: 1.1rem;
  padding-left: 0.15rem;
}

.know-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.know-card {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.8rem 0.85rem;
  border: 1px solid rgba(149, 169, 198, 0.2);
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 253, 0.96) 100%);
}

.know-card-icon {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
  color: #2b6fd4;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.know-card-blue .know-card-icon {
  background: #eef4ff;
  color: #2b6fd4;
}

.know-card-green .know-card-icon {
  background: #eefaf2;
  color: #2a9a5d;
}

.know-card-purple .know-card-icon {
  background: #f3edff;
  color: #8a5de8;
}

.know-card-orange .know-card-icon {
  background: #fff4e8;
  color: #df8a19;
}

.know-card-title {
  color: #17324d;
  font-size: 0.92rem;
  font-weight: 600;
}

.know-card-description {
  color: #637587;
  font-size: 0.8rem;
  line-height: 1.35;
}

.workflow-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 1rem;
  align-items: stretch;
}

.footer-pill,
.start-verification-card {
  border-radius: 0.95rem;
  border: 1px solid rgba(149, 169, 198, 0.2);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0.7rem 1.4rem rgba(38, 61, 100, 0.05);
}

.footer-pill {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.95rem 1rem;
}

.footer-pill-icon {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #f4f8ff 0%, #e5eefc 100%);
  color: #2b6fd4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.footer-pill-icon-help {
  color: #1d7cc3;
}

.footer-pill-title {
  color: #17324d;
  font-size: 0.95rem;
  font-weight: 600;
}

.footer-pill-copy {
  color: #5f7185;
  font-size: 0.82rem;
  line-height: 1.35;
}

.footer-pill-link {
  display: inline-block;
  margin-top: 0.15rem;
  color: #2b6fd4;
  font-weight: 600;
  text-decoration: none;
}

.footer-pill-link:hover {
  text-decoration: underline;
}

.start-verification-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #1d4ea1 0%, #2a68c7 52%, #2056ad 100%);
  box-shadow: 0 0.9rem 1.7rem rgba(26, 76, 162, 0.24);
}

.start-verification-card:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 1rem 1.9rem rgba(26, 76, 162, 0.28);
}

.start-verification-title {
  font-size: 1rem;
  font-weight: 600;
}

.start-verification-copy {
  font-size: 0.8rem;
  opacity: 0.92;
}

.start-verification-card i {
  font-size: 1.3rem;
}

@media (max-width: 1199.98px) {
  .page-hero {
    grid-template-columns: minmax(220px, 1fr) minmax(0, 1.5fr);
  }

  .page-hero-trust {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .workflow-grid,
  .workflow-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .page-hero {
    grid-template-columns: 1fr;
    padding: 0.9rem;
  }

  .page-hero-brand,
  .page-hero-trust {
    justify-self: stretch;
  }

  .workflow-panel-main,
  .workflow-panel-side {
    padding: 0.85rem;
  }

  .workflow-table-head {
    grid-template-columns: 74px 1fr;
    padding-inline: 0.7rem;
  }

  .workflow-step-item {
    grid-template-columns: 2.8rem 3.45rem 1fr;
    gap: 0.65rem;
    padding: 0.85rem 0.75rem;
  }

  .workflow-step-item::before {
    left: 4.25rem;
  }

  .workflow-step-arrow {
    display: none;
  }

  .footer-pill,
  .start-verification-card {
    padding: 0.9rem;
  }
}

/* Document Selection Form Styles */
.document-selection-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

/* Progress Breadcrumb */
.progress-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(155, 173, 203, 0.22);
  border-radius: 0.95rem;
  box-shadow: 0 0.5rem 1.2rem rgba(38, 61, 100, 0.04);
  flex-wrap: wrap;
}

.progress-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #5f7086;
  min-width: 0;
}

.progress-item-active {
  color: #17396c;
  font-weight: 600;
}

.progress-number {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #e8f0ff 0%, #dce7ff 100%);
  color: #2b6fd4;
  font-weight: 700;
  font-size: 0.8rem;
}

.progress-item-active .progress-number {
  background: linear-gradient(180deg, #2b6fd4 0%, #4a8def 100%);
  color: #fff;
}

.progress-item-completed {
  color: #17396c;
  font-weight: 600;
}

.progress-item-completed .progress-number {
  background: linear-gradient(180deg, #28a745 0%, #20c997 100%);
  color: #fff;
}

.progress-label {
  font-weight: 500;
}

.progress-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.progress-sub {
  color: #8190a2;
  font-size: 0.75rem;
  line-height: 1.25;
}

.progress-arrow {
  color: #c5cfd8;
  font-size: 0.9rem;
  margin: 0 0.25rem;
}

/* Document Tabs */
.document-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom: 2px solid rgba(155, 173, 203, 0.2);
  overflow-x: visible;
  padding-bottom: 0;
  margin-bottom: 0;
}

.document-tabs .nav-item {
  min-width: 0;
}

.doc-tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem 0.85rem 0;
  color: #5f7086;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s ease;
  white-space: nowrap;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  max-width: 100%;
}

.doc-tab:hover {
  color: #2b6fd4;
  border-bottom-color: rgba(43, 111, 212, 0.35);
}

.doc-tab.active,
.doc-tab-active {
  color: #2b6fd4;
  border-bottom-color: #2b6fd4;
  background: transparent;
}

.document-tab-content {
  padding-top: 1rem;
  min-width: 0;
}

.service-content-wrap {
  border-top: 1px solid rgba(155, 173, 203, 0.18);
  padding-top: 1.1rem;
  min-width: 0;
}

.service-header {
  margin-bottom: 1rem;
}

.service-title {
  color: #1d355a;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.35rem;
}

.service-subtitle {
  color: #64768b;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.service-section-lite {
  border: 1px solid rgba(155, 173, 203, 0.2);
  border-radius: 0.85rem;
  padding: 0.95rem 1rem;
  background: rgba(250, 252, 255, 0.8);
  min-width: 0;
}

.service-section-label {
  color: #1f457e;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}

.service-muted {
  color: #6f8094;
  font-size: 0.86rem;
}

.health-council-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.health-council-card {
  border: 1px solid rgba(160, 177, 204, 0.3);
  border-radius: 0.7rem;
  background: #fff;
  min-height: 12rem;
  padding: 1.05rem 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0.4rem 1rem rgba(28, 52, 88, 0.04);
}

.health-council-card:nth-child(n+5) {
  grid-column: span 2;
  min-height: 8.8rem;
}

.health-council-card.is-selected {
  border-color: #6aa2ff;
  box-shadow: 0 0.5rem 1.2rem rgba(38, 91, 177, 0.08);
}

.health-card-icon {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
}

.health-card-icon img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  display: block;
}

.health-council-card.tone-green .health-card-icon { background: #e5f7ef; color: #24a267; }
.health-council-card.tone-blue .health-card-icon { background: #e9f2ff; color: #3174e0; }
.health-council-card.tone-violet .health-card-icon { background: #f1eaff; color: #8153db; }
.health-council-card.tone-orange .health-card-icon { background: #fff1df; color: #e7882f; }
.health-council-card.tone-rose .health-card-icon { background: #ffeaf0; color: #d8577d; }
.health-council-card.tone-neutral .health-card-icon { background: #eef1f5; color: #67788f; }

.health-card-title {
  color: #1e3658;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.35;
}

.health-card-code {
  color: #5d7087;
  font-size: 0.88rem;
}

.health-card-radio {
  color: #8ca0ba;
  font-size: 1.1rem;
}

.health-council-card.is-selected .health-card-radio {
  color: #2a71e0;
}

.health-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(160, 177, 204, 0.24);
  margin-top: 1rem;
  padding-top: 0.95rem;
}

.health-btn {
  border-radius: 0.55rem;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 0.42rem 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.health-btn-muted {
  color: #50637a;
  border: 1px solid rgba(137, 157, 183, 0.45);
  background: #fff;
}

.health-btn-primary {
  color: #fff;
  border: none;
  background: linear-gradient(135deg, #1d4ea1 0%, #2a68c7 52%, #2056ad 100%);
}

/* Form Panel */
.form-panel {
  padding: 1.2rem;
}

.form-header {
  margin-bottom: 1.5rem;
}

.form-title {
  color: #17396c;
  font-size: 1.1rem;
  font-weight: 700;
}

.form-subtitle {
  color: #5f7086;
  font-size: 0.9rem;
  line-height: 1.4;
}

.form-section {
  border-top: 1px solid rgba(155, 173, 203, 0.18);
  padding-top: 1.2rem;
}

.form-section-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1rem;
  background: rgba(43, 111, 212, 0.05);
  border-left: 3px solid #2b6fd4;
  border-radius: 0.5rem;
  margin-bottom: 1.2rem;
  color: #17396c;
  font-weight: 700;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-col-2 {
  grid-column: span 1;
}

.form-label {
  color: #17396c;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.required {
  color: #d84a4a;
}

/* Council Options */
.council-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.council-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem;
  border: 2px solid rgba(155, 173, 203, 0.2);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.council-option:hover {
  border-color: #2b6fd4;
  background: rgba(43, 111, 212, 0.03);
}

.council-option.is-selected {
  border-color: #74a6ff;
  background: rgba(43, 111, 212, 0.06);
}

.council-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f5f9ff 0%, #e8f1ff 100%);
  color: #2b6fd4;
  font-size: 1.3rem;
}

.council-icon img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  display: block;
}

.council-name {
  color: #17396c;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.council-short {
  color: #5f7086;
  font-size: 0.75rem;
  font-weight: 500;
}

.council-option-more .council-icon {
  background: rgba(155, 173, 203, 0.1);
  color: #5f7086;
}

/* Form Controls */
.form-select {
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(155, 173, 203, 0.3);
  border-radius: 0.65rem;
  background: #fff;
  color: #17396c;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.form-select:focus {
  outline: none;
  border-color: #2b6fd4;
  box-shadow: 0 0 0 3px rgba(43, 111, 212, 0.1);
}

.form-control-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.form-control-wrapper i {
  position: absolute;
  left: 0.75rem;
  color: #5f7086;
  font-size: 0.95rem;
}

.form-control {
  width: 100%;
  padding: 0.65rem 0.9rem 0.65rem 2.5rem;
  border: 1px solid rgba(155, 173, 203, 0.3);
  border-radius: 0.65rem;
  background: #fff;
  color: #17396c;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.form-control::placeholder {
  color: #a0aab5;
}

.form-control:focus {
  outline: none;
  border-color: #2b6fd4;
  box-shadow: 0 0 0 3px rgba(43, 111, 212, 0.1);
}

/* File Upload */
.file-upload-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.2rem;
  border: 2px dashed rgba(155, 173, 203, 0.3);
  border-radius: 0.85rem;
  background: rgba(43, 111, 212, 0.02);
  transition: all 0.2s ease;
}

.file-upload-icon {
  font-size: 2rem;
  color: #2b6fd4;
}

.file-upload-text {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
}

.file-upload-inline {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.btn-choose-file {
  background: none;
  border: none;
  color: #2b6fd4;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  font-size: 0.9rem;
}

.btn-choose-file:hover {
  color: #1d4ea1;
}

.file-upload-hint {
  color: #5f7086;
  font-size: 0.8rem;
}

.file-upload-check {
  color: #2a9a5d;
  font-size: 1.5rem;
}

/* Form Actions */
.form-actions {
  display: flex;
  gap: 1rem;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #1d4ea1 0%, #2a68c7 52%, #2056ad 100%);
  color: #fff;
  border: none;
  border-radius: 0.65rem;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 0.6rem 1.2rem rgba(26, 76, 162, 0.2);
  transition: all 0.2s ease;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.8rem 1.5rem rgba(26, 76, 162, 0.28);
}

/* Footer Pill Secure */
.footer-pill-icon-secure {
  color: #2a9a5d;
  background: linear-gradient(180deg, #e8f5ef 0%, #dce9e2 100%);
}

/* Responsive */
@media (max-width: 767.98px) {
  .form-panel {
    padding: 0.9rem;
  }

  .service-section-lite {
    padding: 0.8rem;
  }

  .progress-breadcrumb {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    padding: 0.8rem;
  }

  .progress-item {
    width: 100%;
  }

  .progress-arrow {
    transform: rotate(90deg);
    margin: 0.15rem 0 0.15rem 0.7rem;
  }

  .document-tabs {
    flex-direction: column;
    gap: 0;
    border-bottom: none;
    border-right: none;
    overflow-x: visible;
  }

  .doc-tab {
    padding: 0.75rem 1rem;
    border-bottom: 2px solid transparent;
    border-right: 3px solid transparent;
    margin-bottom: 0;
    margin-right: 0;
    white-space: normal;
  }

  .doc-tab-active {
    border-bottom-color: transparent;
    border-right-color: #2b6fd4;
  }

  .doc-tab.active {
    border-bottom-color: transparent;
    border-right-color: #2b6fd4;
  }

  .service-title {
    font-size: 1.15rem;
  }

  .health-council-grid {
    grid-template-columns: 1fr;
  }

  .health-council-card:nth-child(n+5) {
    grid-column: auto;
    min-height: 8rem;
  }

  .health-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }

  .health-btn {
    justify-content: center;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .council-options {
    grid-template-columns: repeat(2, 1fr);
  }

  .file-upload-inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .progress-sub {
    font-size: 0.72rem;
  }

  .service-title {
    font-size: 1.05rem;
  }

  .service-subtitle {
    font-size: 0.84rem;
  }

  .council-options {
    grid-template-columns: 1fr;
  }

  .council-option {
    padding: 0.8rem;
  }

  .form-control,
  .form-select {
    font-size: 0.85rem;
  }
}
    /* Make the Select2 search box look like normal input */
.select2-container--default .select2-search--dropdown .select2-search__field {
    width: 100% !important;
    padding: 0.375rem 0.75rem; /* same as Bootstrap input */
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}