.check-page {
  background:
    radial-gradient(circle at 75% 8%, rgba(46, 187, 46, .1), transparent 31rem),
    radial-gradient(circle at 8% 44%, rgba(255, 255, 255, .045), transparent 30rem),
    var(--color-bg);
}

.check-page h2 span,
.check-contact-copy h2 span,
.check-problem h2 span {
  color: var(--color-green);
}

.check-hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  align-items: center;
  overflow: hidden;
}

.check-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .027) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .027) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 94%);
  pointer-events: none;
  content: "";
}

.check-hero::after {
  position: absolute;
  top: 8%;
  right: -10%;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(46, 187, 46, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(46, 187, 46, .025),
    0 0 0 140px rgba(46, 187, 46, .018);
  pointer-events: none;
  content: "";
}

.check-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.check-hero-copy h1 {
  max-width: 850px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 6vw, 5.7rem);
}

.check-hero-copy h1 span {
  display: block;
  color: var(--color-green);
  font-size: .72em;
  line-height: 1.03;
}

.check-lead {
  max-width: 700px;
  margin-bottom: 30px;
  color: var(--color-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.check-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 28px 0 0;
  padding: 0;
  color: rgba(244, 244, 240, .68);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .05em;
  list-style: none;
  text-transform: uppercase;
}

.check-trust li {
  position: relative;
  padding-left: 16px;
}

.check-trust li::before {
  position: absolute;
  top: .45em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-green);
  box-shadow: 0 0 12px rgba(46, 187, 46, .6);
  content: "";
}

.check-console {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(46, 187, 46, .07), transparent 34%),
    rgba(10, 14, 16, .92);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .55);
}

.console-head {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
}

.console-head > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(244, 244, 240, .2);
}

.console-head > span:first-child {
  background: var(--color-green);
  box-shadow: 0 0 12px rgba(46, 187, 46, .6);
}

.console-head strong {
  margin-left: auto;
  color: rgba(244, 244, 240, .6);
  font-size: .67rem;
  letter-spacing: .12em;
}

.console-body {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
}

.console-body > p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: var(--color-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .8rem;
}

.console-body > p strong {
  color: var(--color-white);
  font-weight: 500;
}

.console-status {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.console-status > span {
  color: var(--color-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .74rem;
}

.console-status strong,
.console-status small {
  display: block;
}

.console-status strong {
  margin-bottom: 2px;
  color: var(--color-white);
  font-size: .92rem;
}

.console-status small {
  color: var(--color-muted);
  font-size: .76rem;
}

.console-status i {
  min-width: 58px;
  padding: 5px 7px;
  border: 1px solid rgba(46, 187, 46, .3);
  border-radius: 3px;
  color: var(--color-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .65rem;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

.console-result {
  margin-top: 24px;
  padding: 20px;
  border-left: 2px solid var(--color-green);
  background: rgba(46, 187, 46, .07);
}

.console-result span,
.console-result strong {
  display: block;
}

.console-result span {
  margin-bottom: 5px;
  color: var(--color-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.console-result strong {
  color: var(--color-white);
  font-size: 1.08rem;
  line-height: 1.35;
}

.scan-line {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(46, 187, 46, .9), transparent);
  box-shadow: 0 0 18px rgba(46, 187, 46, .8);
  opacity: .65;
  animation: console-scan 5s ease-in-out infinite;
}

@keyframes console-scan {
  0%, 100% { top: 48px; opacity: 0; }
  12%, 84% { opacity: .65; }
  88% { top: calc(100% - 2px); opacity: 0; }
}

.check-problem {
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: rgba(255, 255, 255, .015);
}

.check-split {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.check-split h2 {
  margin-bottom: 0;
}

.check-problem-copy {
  max-width: 720px;
  color: var(--color-muted);
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
}

.check-problem-copy p:last-child {
  margin-bottom: 0;
}

.check-field-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.check-field {
  position: relative;
  min-height: 240px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background:
    linear-gradient(150deg, rgba(46, 187, 46, .055), transparent 48%),
    var(--color-panel);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.check-field::after {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 95px;
  height: 95px;
  border: 1px solid rgba(46, 187, 46, .12);
  transform: rotate(45deg);
  content: "";
}

.check-field:hover {
  border-color: rgba(46, 187, 46, .42);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
  transform: translateY(-3px);
}

.check-field > span {
  display: block;
  margin-bottom: 42px;
  color: var(--color-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .76rem;
}

.check-field h3 {
  margin-bottom: 10px;
  color: var(--color-white);
  font-size: 1.2rem;
}

.check-field p {
  margin-bottom: 0;
  color: var(--color-muted);
}

.check-deliverable {
  background:
    linear-gradient(110deg, rgba(46, 187, 46, .06), transparent 38%),
    #0a0e10;
}

.check-deliverable-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(52px, 8vw, 110px);
  align-items: center;
}

.check-deliverable-grid > div:first-child > p:last-child {
  max-width: 620px;
  color: var(--color-muted);
  font-size: 1.06rem;
}

.deliverable-list {
  display: grid;
  border-top: 1px solid var(--color-line);
}

.deliverable-list > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  padding: 21px 0;
  border-bottom: 1px solid var(--color-line);
}

.deliverable-list span {
  color: var(--color-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .76rem;
}

.deliverable-list p {
  margin: 0;
  color: var(--color-muted);
}

.deliverable-list strong {
  color: var(--color-white);
}

.check-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: check-process;
}

.check-process li {
  position: relative;
  min-height: 230px;
  padding: 30px 28px;
  border-top: 1px solid rgba(46, 187, 46, .42);
  border-right: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.check-process li:first-child {
  border-left: 1px solid var(--color-line);
  border-radius: 6px 0 0 6px;
}

.check-process li:last-child {
  border-radius: 0 6px 6px 0;
}

.check-process li > span {
  display: block;
  margin-bottom: 50px;
  color: var(--color-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .76rem;
}

.check-process h3 {
  margin-bottom: 9px;
}

.check-process p {
  margin-bottom: 0;
  color: var(--color-muted);
}

.check-fit {
  border-block: 1px solid rgba(255, 255, 255, .07);
  background: rgba(255, 255, 255, .015);
}

.check-fit-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.fit-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.fit-columns > div {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-panel);
}

.fit-columns > div:first-child {
  border-color: rgba(46, 187, 46, .32);
}

.fit-columns h3 {
  margin-bottom: 20px;
}

.fit-columns ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: var(--color-muted);
  list-style: none;
}

.fit-columns li {
  position: relative;
  padding-left: 19px;
}

.fit-columns li::before {
  position: absolute;
  top: .63em;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--color-green);
  content: "";
}

.fit-columns > div:last-child li::before {
  background: rgba(244, 244, 240, .4);
}

.check-faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--color-line);
}

.faq-list details {
  border-bottom: 1px solid var(--color-line);
}

.faq-list summary {
  position: relative;
  padding: 22px 48px 22px 0;
  color: var(--color-white);
  font-size: 1.05rem;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 1px;
  background: var(--color-green);
  content: "";
  transition: transform .2s ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list p {
  max-width: 72ch;
  padding: 0 42px 22px 0;
  color: var(--color-muted);
}

.check-contact {
  padding-bottom: 112px;
}

.check-contact-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(38px, 7vw, 90px);
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(46, 187, 46, .28);
  border-radius: 8px;
  background:
    linear-gradient(125deg, rgba(46, 187, 46, .09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)),
    var(--color-panel);
  box-shadow: var(--shadow-deep);
}

.check-contact-copy {
  padding-top: 8px;
}

.check-contact-copy > p:not(.section-kicker) {
  max-width: 560px;
  color: var(--color-muted);
  font-size: 1.05rem;
}

.direct-contact {
  display: grid;
  gap: 8px;
  margin-top: 38px;
}

.direct-contact span {
  margin-bottom: 3px;
  color: var(--color-muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.direct-contact a {
  width: fit-content;
  border-bottom: 1px solid rgba(46, 187, 46, .56);
  color: var(--color-white);
}

.check-form-panel {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: rgba(6, 9, 10, .72);
}

.check-form {
  display: grid;
  gap: 18px;
}

.form-row,
.form-row label {
  display: grid;
  gap: 7px;
}

.form-row-two {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-row label > span {
  color: rgba(244, 244, 240, .78);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.check-form input,
.check-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 4px;
  outline: 0;
  background: rgba(255, 255, 255, .035);
  color: var(--color-white);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.check-form input {
  min-height: 50px;
  padding: 0 14px;
}

.check-form textarea {
  min-height: 130px;
  padding: 13px 14px;
  resize: vertical;
}

.check-form input:focus,
.check-form textarea:focus {
  border-color: rgba(46, 187, 46, .7);
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 0 0 3px rgba(46, 187, 46, .1);
}

.check-form input::placeholder,
.check-form textarea::placeholder {
  color: rgba(168, 176, 179, .52);
}

.privacy-check {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--color-muted);
  font-size: .83rem;
}

.privacy-check input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--color-green);
}

.privacy-check a {
  color: var(--color-white);
  border-bottom: 1px solid rgba(46, 187, 46, .55);
}

.field-error {
  min-height: 1em;
  color: #ff9b91;
  font-size: .78rem;
}

.privacy-error:empty,
.field-error:empty {
  display: none;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.form-submit {
  width: 100%;
  margin-top: 2px;
  cursor: pointer;
}

.form-note {
  margin: -5px 0 0;
  color: rgba(168, 176, 179, .62);
  font-size: .75rem;
}

.form-message {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--color-line);
  border-radius: 4px;
}

.form-message strong,
.form-message p {
  display: block;
  margin: 0;
}

.form-message p {
  margin-top: 3px;
  color: var(--color-muted);
}

.form-message-success {
  border-color: rgba(46, 187, 46, .45);
  background: rgba(46, 187, 46, .08);
}

.form-message-error {
  border-color: rgba(255, 115, 101, .45);
  background: rgba(255, 115, 101, .08);
  color: #ffd1cc;
}

@media (prefers-reduced-motion: reduce) {
  .scan-line {
    display: none;
  }
}

@media (max-width: 1024px) {
  .check-hero-grid,
  .check-split,
  .check-deliverable-grid,
  .check-fit-grid,
  .check-faq-grid,
  .check-contact-grid {
    grid-template-columns: 1fr;
  }

  .check-hero {
    min-height: auto;
  }

  .check-console {
    width: min(100%, 680px);
  }

  .check-field-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .check-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .check-process li:first-child {
    border-radius: 6px 0 0 0;
  }

  .check-process li:nth-child(2) {
    border-radius: 0 6px 0 0;
  }

  .check-process li:nth-child(3) {
    border-left: 1px solid var(--color-line);
    border-radius: 0 0 0 6px;
  }

  .check-process li:last-child {
    border-radius: 0 0 6px 0;
  }

  .check-contact-copy {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .check-hero {
    padding-top: 54px;
  }

  .check-hero-grid {
    gap: 44px;
  }

  .check-hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.6rem);
  }

  .check-hero-copy h1 span {
    font-size: .68em;
  }

  .check-trust {
    display: grid;
  }

  .check-field-grid,
  .fit-columns,
  .form-row-two {
    grid-template-columns: 1fr;
  }

  .check-process {
    grid-template-columns: 1fr;
  }

  .check-process li,
  .check-process li:first-child,
  .check-process li:nth-child(2),
  .check-process li:nth-child(3),
  .check-process li:last-child {
    min-height: 0;
    border: 1px solid var(--color-line);
    border-top-color: rgba(46, 187, 46, .42);
    border-bottom: 0;
    border-radius: 0;
  }

  .check-process li:first-child {
    border-radius: 6px 6px 0 0;
  }

  .check-process li:last-child {
    border-bottom: 1px solid var(--color-line);
    border-radius: 0 0 6px 6px;
  }

  .check-process li > span {
    margin-bottom: 28px;
  }

  .console-status {
    grid-template-columns: 25px 1fr;
  }

  .console-status i {
    grid-column: 2;
    width: fit-content;
  }

  .check-contact-grid {
    padding: 28px;
  }
}

@media (max-width: 480px) {
  .check-hero {
    padding-top: 42px;
  }

  .check-field,
  .fit-columns > div,
  .check-form-panel {
    padding: 23px;
  }

  .console-body {
    padding: 20px;
  }

  .console-body > p {
    display: grid;
    gap: 4px;
  }

  .check-contact-grid {
    padding: 20px;
  }
}
