.project-check-section {
  scroll-margin-top: 0;
  padding: 108px 0 116px;
  color: #fff;
  background: linear-gradient(135deg, #0a2d6a 0%, #0f4c9c 58%, #117fbd 100%);
}

.project-check-layout {
  display: grid;
  max-width: 1120px;
  min-width: 0;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 76px;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.project-check-copy,
.project-check-shell,
.project-check-card {
  min-width: 0;
}

.project-check-copy {
  position: static;
}

.project-check-copy h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.04;
  letter-spacing: -.05em;
  overflow-wrap: anywhere;
}

.project-check-copy > p {
  max-width: 580px;
  margin: 23px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 17px;
  line-height: 1.75;
}

.project-check-benefits {
  display: grid;
  gap: 14px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.project-check-benefits li {
  position: relative;
  padding-left: 31px;
  color: rgba(255,255,255,.93);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.project-check-benefits li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #91f2ae;
  font-weight: 900;
}

.project-check-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 36px;
  padding-top: 23px;
  border-top: 1px solid rgba(255,255,255,.2);
}

.project-check-direct span {
  width: 100%;
  color: rgba(255,255,255,.55);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.project-check-direct a {
  min-width: 0;
  max-width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.project-check-card {
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 38px;
  color: #0b1733;
  background: #fff;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(3,24,66,.3);
}

.pc-enter { animation: pc-enter .24s cubic-bezier(.22,.7,.3,1) both; }

@keyframes pc-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.pc-intro h3,
.pc-question h3,
.pc-summary h3,
.pc-contact h3,
.pc-success h3 {
  margin: 0;
  color: #0b1733;
  font-size: clamp(23px, 2.4vw, 29px);
  line-height: 1.22;
  letter-spacing: -.03em;
}

.pc-intro > p:not(.pc-kicker),
.pc-question > p,
.pc-summary > p,
.pc-contact > p,
.pc-success > p {
  margin: 13px 0 25px;
  color: #526078;
  font-size: 15px;
  line-height: 1.65;
}

.pc-kicker {
  margin: 0 0 12px;
  color: #1769e0;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pc-intro small {
  display: block;
  margin-top: 13px;
  color: #7b8ba4;
  text-align: center;
  font-size: 11px;
}

.pc-primary,
.pc-secondary,
.pc-quiet {
  min-height: 50px;
  padding: 14px 21px;
  border: 0;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
}

.pc-primary {
  color: #fff;
  background: linear-gradient(135deg,#1769e0,#18a8f5);
  box-shadow: 0 12px 26px rgba(23,105,224,.25);
}

.pc-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 32px rgba(23,105,224,.32); }
.pc-primary:disabled { cursor: wait; opacity: .68; transform: none; }
.pc-intro .pc-primary,
.pc-contact .pc-primary { width: 100%; }

.pc-secondary {
  color: #0b1733;
  background: #f7f9fc;
  border: 1px solid #d7e1ec;
}

.pc-quiet {
  min-height: auto;
  padding: 8px 4px;
  color: #65758e;
  background: transparent;
}

.pc-topline {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 31px;
  margin-bottom: 8px;
}

.pc-back {
  padding: 6px 8px 6px 0;
  color: #65758e;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 750;
}

.pc-time { margin-left: auto; color: #8393aa; font-size: 11px; font-weight: 700; }
.pc-progress { height: 4px; margin-bottom: 27px; overflow: hidden; background: #e6edf6; border-radius: 999px; }
.pc-progress span { display: block; height: 100%; background: #1769e0; border-radius: inherit; transition: width .25s ease; }

.pc-reaction {
  margin: 0 0 17px;
  padding: 11px 14px;
  color: #1b3866;
  background: #f1f7ff;
  border-left: 3px solid #18a8f5;
  font-size: 13px;
  line-height: 1.55;
}

.pc-options { display: grid; gap: 9px; }
.pc-option {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 13px;
  padding: 14px 15px;
  color: #0b1733;
  background: #fff;
  border: 1px solid #d7e1ec;
  border-radius: 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: border-color .18s ease, background-color .18s ease;
}

.pc-option:hover { border-color: #6ca7ee; background: #f8fbff; }
.pc-option[aria-pressed="true"] { color: #0d3e91; background: #edf5ff; border-color: #1769e0; }
.pc-option-marker { width: 17px; height: 17px; flex: 0 0 17px; border: 1px solid #b8c6d8; border-radius: 50%; }
.pc-option[aria-pressed="true"] .pc-option-marker { border: 5px solid #1769e0; }

.pc-field,
.pc-textarea {
  width: 100%;
  padding: 14px 15px;
  color: #0b1733;
  background: #f8fafc;
  border: 1px solid #d7e1ec;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
}

.pc-textarea { min-height: 126px; resize: vertical; line-height: 1.55; }
.pc-field:focus,
.pc-textarea:focus { border-color: #1769e0; box-shadow: 0 0 0 4px rgba(23,105,224,.1); }
.pc-label { display: grid; gap: 7px; color: #44536b; font-size: 11px; font-weight: 750; }
.pc-help { margin: 8px 0 18px !important; color: #72819a !important; font-size: 13px !important; }
.pc-error { margin: 13px 0 0; color: #bd2f49; font-size: 13px; font-weight: 750; line-height: 1.5; }
.pc-actions { display: flex; align-items: center; gap: 17px; margin-top: 22px; }

.pc-feels { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pc-feel {
  position: relative;
  padding: 12px;
  color: #0b1733;
  background: #fff;
  border: 1px solid #d7e1ec;
  border-radius: 10px;
  text-align: left;
  font-size: 12px;
  font-weight: 750;
}
.pc-feel[aria-pressed="true"] { border-color: #1769e0; box-shadow: inset 0 0 0 1px #1769e0; }
.pc-feel-preview { display: block; height: 58px; margin-bottom: 10px; border: 1px solid #e1e8f0; background: #f7f9fc; }
.pc-feel-preview::before,
.pc-feel-preview::after { content: ""; display: block; height: 6px; margin: 12px 12px 0; background: #0b1733; }
.pc-feel-preview::after { width: 55%; margin-top: 7px; background: #bfd0e2; }
.pc-feel:nth-child(2) .pc-feel-preview { background: #0a2d6a; border-color: #0a2d6a; }
.pc-feel:nth-child(2) .pc-feel-preview::before { background: #fff; }
.pc-feel:nth-child(3) .pc-feel-preview { background: linear-gradient(135deg,#1769e0,#18a8f5); }
.pc-feel:nth-child(3) .pc-feel-preview::before,
.pc-feel:nth-child(3) .pc-feel-preview::after { background: rgba(255,255,255,.8); }
.pc-feel:nth-child(4) .pc-feel-preview { background: #fff8eb; }
.pc-reference-fields { display: grid; gap: 8px; margin-top: 18px; padding-top: 18px; border-top: 1px solid #e6edf6; }
.pc-add-reference { width: fit-content; padding: 5px 0; color: #1769e0; background: transparent; border: 0; font-size: 12px; font-weight: 750; }

.pc-summary-list { display: grid; border-top: 1px solid #dfe7f0; }
.pc-summary-item { display: grid; grid-template-columns: 1fr auto; gap: 15px; padding: 13px 0; border-bottom: 1px solid #e9eef4; }
.pc-summary-item b { display: block; margin-bottom: 3px; color: #7b8ba2; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.pc-summary-item span { color: #243451; font-size: 13px; line-height: 1.45; }
.pc-summary-item button { align-self: start; padding: 4px; color: #1769e0; background: transparent; border: 0; font-size: 11px; font-weight: 750; }

.pc-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pc-contact-way { margin-top: 18px; }
.pc-contact-way > span { display: block; margin-bottom: 8px; color: #44536b; font-size: 11px; font-weight: 750; }
.pc-way-options { display: flex; flex-wrap: wrap; gap: 8px; }
.pc-way-options .pc-option { width: auto; padding: 10px 14px; }
.pc-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; color: #53627a; font-size: 11px; line-height: 1.55; }
.pc-consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: #1769e0; }
.pc-consent a { color: #1769e0; text-decoration: underline; }
.pc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.pc-contact .pc-primary { margin-top: 20px; }
.pc-privacy-note { margin: 11px 0 0; color: #7b8ba2; text-align: center; font-size: 10px; line-height: 1.5; }

.pc-success-mark { display: grid; width: 46px; height: 46px; margin-bottom: 18px; place-items: center; color: #fff; background: #1769e0; border-radius: 50%; font-weight: 900; }
.pc-success-actions { display: grid; gap: 9px; }
.pc-success-actions a { text-align: center; text-decoration: none; }
.pc-success-actions .pc-whatsapp { color: #fff; background: #20a957; border-color: #20a957; }
.pc-demo-note { margin-top: 15px !important; color: #7b8ba2 !important; font-size: 11px !important; }
.project-check-noscript { margin: 16px 0 0; color: #fff; }

.project-check-card :focus-visible {
  outline: 3px solid rgba(24,168,245,.45);
  outline-offset: 2px;
}

@media (max-width: 1080px) {
  .project-check-layout { grid-template-columns: 1fr; gap: 46px; }
  .project-check-copy { position: static; }
  .project-check-shell { order: 1; }
  .project-check-copy { order: 2; }
  .project-check-shell,
  .project-check-copy,
  .project-check-card { width: 100%; max-width: 720px; margin-right: auto; margin-left: auto; }
}

@media (max-width: 720px) {
  .project-check-section { padding: 72px 0 80px; }
  .project-check-copy h2 { font-size: 38px; }
  .project-check-card { padding: 26px 20px; border-radius: 14px; }
  .pc-contact-grid,
  .pc-feels { grid-template-columns: 1fr; }
  .pc-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .pc-actions button { width: 100%; }
  .pc-time { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .pc-enter { animation: none; }
  .project-check-card * { transition: none !important; }
}
