.poc-wrapper {
  --poc-navy: #1b1a6e;
  --poc-navy-2: #272799;
  --poc-navy-deep: #13125a;
  --poc-orange: #f57c00;
  --poc-orange-2: #ff8a1f;
  --poc-ink: #1f2233;
  --poc-muted: #6b7280;
  --poc-line: #e3e3ef;
  --poc-bg: #f6f7fb;
  --poc-radius: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  color: var(--poc-ink);
  margin: 0 auto;
  box-sizing: border-box;
}
.poc-index-index #maincontent {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
.poc-index-index .column.main {
    margin-top: 0;
}
.poc-wrapper * {
  box-sizing: border-box;
}
.poc-disabled {
  max-width: 700px;
  margin: 60px auto;
  padding: 30px;
  text-align: center;
  background: #fff3e0;
  border-radius: 10px;
  color: #8a5300;
}

/* ---------- HERO ---------- */
.poc-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1755a8 0%, #0d3d6b 100%);
  padding: 54px 48px;
  color: #fff;
  width: 100%;
}
.poc-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 620px;
}
.poc-badge {
  display: inline-block;
  background: var(--poc-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 5px;
  text-transform: uppercase;
}
.poc-hero-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  margin: 18px 0 14px;
  color: #fff;
}
.poc-hero-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #d4d6f0;
  margin: 0 0 26px !important;
}
.poc-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.poc-hero-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.poc-circle-1 {
  width: 340px;
  height: 340px;
  top: -120px;
  right: -60px;
}
.poc-circle-2 {
  width: 220px;
  height: 220px;
  bottom: -110px;
  right: 120px;
  background: rgba(255, 255, 255, 0.04);
}

/* ---------- BUTTONS ---------- */
.poc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.18s ease;
  line-height: 1;
}
.poc-btn-primary {
  background: var(--poc-orange);
  color: #fff;
  border-color: var(--poc-orange);
}
.poc-btn-primary:hover {
  background: var(--poc-orange-2);
  border-color: var(--poc-orange-2);
  color: #fff;
  text-decoration: none;
}
.poc-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.poc-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}

/* ---------- PROCESS ---------- */
.poc-process {
    background: #fff;
    border: 1px solid var(--poc-line);
    border-top: 3px solid var(--poc-orange);
    border-radius: 12px;
    padding: 34px 40px;
    width: 70%;
    margin: 20px auto;
}
.poc-eyebrow {
  color: var(--poc-orange);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.poc-section-h2 {
  font-size: 26px;
  font-weight: 800;
  color: #3065bf;
  margin: 6px 0 28px;
}
.poc-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 34px;
}
.poc-steps-line {
  position: absolute;
  top: 16px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: var(--poc-line);
  z-index: 0;
}
.poc-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: initial;
}
.poc-step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #3065bf;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.poc-step-text {
  display: flex;
  flex-direction: column;
}
.poc-step-text strong {
  font-size: 14px;
  color: var(--poc-ink);
}
.poc-step-text span {
  font-size: 12px;
  color: var(--poc-muted);
}
.poc-pills-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--poc-ink);
  margin: 0 0 12px;
}
.poc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.poc-pill {
  background: #fff;
  border: 1px solid var(--poc-line);
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--poc-ink);
  cursor: pointer;
  transition: all 0.15s ease;
}
.poc-pill:hover {
  border-color: var(--poc-orange);
  color: var(--poc-orange);
}
.poc-pill.is-active {
  background: var(--poc-navy);
  border-color: var(--poc-navy);
  color: #fff;
}
.poc-pills-hint {
  font-weight: 600;
  color: var(--poc-muted, #888);
  font-size: 12px;
}
.poc-field-full {
  grid-column: 1 / -1;
}
.poc-pills-select {
  margin-top: 4px;
}
.poc-pill-check {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}
.poc-pill-check input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.poc-pill-check span {
  display: inline-block;
}
.poc-pill-check:hover {
  border-color: var(--poc-orange);
  color: var(--poc-orange);
}
.poc-pill-check:has(input:checked) {
  background: var(--poc-navy);
  border-color: var(--poc-navy);
  color: #fff;
}
.poc-pill-check:has(input:focus-visible) {
  outline: 2px solid var(--poc-orange);
  outline-offset: 2px;
}
.poc-pills-select.has-error {
  outline: 1px dashed var(--poc-red, #e02b2b);
  outline-offset: 6px;
  border-radius: 8px;
}

/* ---------- FORM SHELL ---------- */
.poc-form-shell {
  background: #fff;
  border: 1px solid var(--poc-line);
  border-radius: 12px;
  padding: 32px 36px;
  margin: 0 auto;
  width: 70%;
}
.poc-form-title {
  font-size: 24px;
  font-weight: 800;
  color: #3065bf;
  margin: 0 0 6px;
}
.poc-form-note {
    font-size: 14px;
    color: var(--poc-muted);
    margin: 0 0 24px !important;
}
.poc-req {
  color: var(--poc-orange);
  font-weight: 700;
}

/* ---------- CARDS ---------- */
.poc-card {
  border: 1px solid var(--poc-line);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 22px;
}
.poc-card-head {
    background: #3065bf;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 18px;
    letter-spacing: 0.02em;
}
.poc-card-body {
  padding: 22px 20px;
}

/* ---------- FIELDS ---------- */
.poc-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
.poc-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.poc-grid-2 .poc-field {
  margin-bottom: 0;
}
.poc-field label,
.poc-group-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--poc-ink);
  margin-bottom: 6px;
}
.poc-group-label {
  display: block;
  margin-bottom: 12px;
}
.poc-field input[type="text"],
.poc-field input[type="email"],
.poc-field select,
.poc-field textarea {
  width: 100%;
  border: 1px solid #cfd2dc;
  border-radius: 6px;
  padding: 0px 12px;
  font-size: 14px;
  color: var(--poc-ink);
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  font-family: inherit;
}
.poc-field textarea {
  resize: vertical;
  min-height: 70px;
}
.poc-field input:focus,
.poc-field select:focus,
.poc-field textarea:focus {
  outline: none;
  border-color: var(--poc-navy-2);
  box-shadow: 0 0 0 3px rgba(39, 39, 153, 0.12);
}
.poc-field.poc-invalid input,
.poc-field.poc-invalid select,
.poc-field.poc-invalid textarea {
  border-color: #e02424;
  box-shadow: 0 0 0 3px rgba(224, 36, 36, 0.1);
}
.poc-error {
  color: #e02424;
  font-size: 12px;
  margin-top: 5px;
  min-height: 0;
  display: none;
}
.poc-error.is-shown {
  display: block;
}

/* ---------- CHECK GRID ---------- */
.poc-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px 16px;
  margin-bottom: 18px;
}
.poc-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  line-height: 1.3;
}
.poc-check input {
  margin-top: 2px;
  accent-color: var(--poc-navy);
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/* ---------- DROPZONE ---------- */
.poc-upload-note {
  font-size: 13px;
  color: var(--poc-muted);
  margin: 0 0 14px;
}
.poc-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px dashed #b9bdd0;
  border-radius: 8px;
  padding: 34px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease;
  background: #fcfcfe;
}
.poc-dropzone:hover,
.poc-dropzone.is-drag {
  border-color: var(--poc-orange);
  background: #fff7ef;
}
.poc-dropzone input[type="file"] {
  display: none;
}
.poc-clip {
  font-size: 26px;
  opacity: 0.55;
}
.poc-dz-text {
  font-size: 14px;
  color: var(--poc-ink);
}
.poc-dz-text strong {
  color: #3065bf;
}
.poc-dz-hint {
  font-size: 12px;
  color: var(--poc-muted);
}
.poc-file-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.poc-file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #f4f5fa;
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 13px;
}
.poc-file-list .poc-file-meta {
  color: var(--poc-muted);
  font-size: 12px;
  margin-left: 10px;
}
.poc-file-list .poc-file-remove {
  cursor: pointer;
  color: #e02424;
  font-weight: 700;
  border: none;
  background: none;
  font-size: 16px;
  line-height: 1;
  padding: 0 4px;
}
.poc-file-list li.is-toobig {
  background: #fdeaea;
  color: #b91c1c;
}

/* ---------- SUBMIT ---------- */
.poc-submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--poc-line);
}
.poc-submit-btn {
  position: relative;
  min-width: 200px;
}
.poc-submit-note {
  font-size: 13px;
  color: var(--poc-muted);
}
.poc-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  border-radius: 50%;
  animation: poc-spin 0.7s linear infinite;
}
.poc-submit-btn.is-loading .poc-btn-label {
  opacity: 0.65;
}
.poc-submit-btn.is-loading .poc-spinner {
  display: inline-block;
}
.poc-submit-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
@keyframes poc-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ---------- RESULT ---------- */
.poc-result {
  margin-top: 18px;
  padding: 0;
  font-size: 14px;
  border-radius: 8px;
}
.poc-result.is-success {
  padding: 16px 18px;
  background: #e7f7ec;
  color: #1c7a3e;
  border: 1px solid #b6e6c5;
}
.poc-result.is-error {
  padding: 16px 18px;
  background: #fdeaea;
  color: #b91c1c;
  border: 1px solid #f3c0c0;
}
.poc-result .poc-ref {
  font-weight: 700;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 920px) {
  .poc-hero {
    padding: 40px 28px;
  }
  .poc-hero-title {
    font-size: 30px;
  }
  .poc-steps {
    flex-wrap: wrap;
    gap: 18px;
  }
  .poc-steps-line {
    display: none;
  }
  .poc-step {
    flex: 1 1 40%;
  }
}
@media (max-width: 680px) {
  .poc-wrapper {
    padding: 0 12px 40px;
  }
  .poc-hero {
    padding: 32px 20px;
    margin-top: 14px;
  }
  .poc-hero-title {
    font-size: 25px;
  }
  .poc-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .poc-btn {
    width: 100%;
  }
  .poc-process,
  .poc-form-shell {
    padding: 22px 18px;
  }
  .poc-grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .poc-grid-2 .poc-field {
    margin-bottom: 16px;
  }
  .poc-check-grid {
    grid-template-columns: 1fr 1fr;
  }
  .poc-step {
    flex: 1 1 100%;
  }
  .poc-submit-row {
    flex-direction: column;
    align-items: stretch;
  }
  .poc-submit-btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .poc-check-grid {
    grid-template-columns: 1fr;
  }
}

