.jrc-page {
  min-height: 100vh;
  padding-top: 112px;
  background: linear-gradient(90deg, rgba(7, 19, 40, 0.035) 1px, transparent 1px), linear-gradient(rgba(7, 19, 40, 0.035) 1px, transparent 1px), var(--paper, #fcfbf7);
  background-size: 42px 42px;
}

.jrc-hero {
  display: grid;
  min-height: 460px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: clamp(50px, 8vw, 130px);
  margin: 0 clamp(18px, 4vw, 64px);
  padding: clamp(62px, 8vw, 110px) clamp(26px, 6vw, 92px);
  border-radius: 30px;
  background: radial-gradient(circle at 84% 14%, rgba(51, 184, 240, 0.38), transparent 26%), linear-gradient(145deg, #071328 15%, #173a8c 62%, #168bd5);
  color: #fff;
  overflow: hidden;
}

.jrc-hero h1 {
  margin: 12px 0 20px;
  font-family: var(--display, Impact, sans-serif);
  font-size: clamp(5rem, 11vw, 10rem);
  letter-spacing: 0.005em;
  line-height: 0.82;
  text-transform: uppercase;
}

.jrc-hero > div > p:last-child { max-width: 680px; margin: 0; color: #c5d8ec; font-size: clamp(1.08rem, 1.8vw, 1.4rem); }
.jrc-hero dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid rgba(255, 255, 255, 0.25); }
.jrc-hero dl div { padding: 20px 12px 0; border-right: 1px solid rgba(255, 255, 255, 0.18); }
.jrc-hero dl div:first-child { padding-left: 0; }
.jrc-hero dl div:last-child { border-right: 0; }
.jrc-hero dt { margin-bottom: 6px; color: #92b0cd; font-size: 0.64rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.jrc-hero dd { margin: 0; font-family: var(--display, Impact, sans-serif); font-size: clamp(1.3rem, 2vw, 1.8rem); text-transform: uppercase; }

.jrc-layout {
  display: grid;
  width: min(calc(100% - 44px), 1280px);
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  align-items: start;
  gap: clamp(45px, 8vw, 110px);
  margin: 0 auto;
  padding: clamp(78px, 10vw, 145px) 0;
}

.jrc-aside { position: sticky; top: 130px; padding: 32px; border-radius: 20px; background: var(--ink, #071328); color: #fff; }
.jrc-aside h2, .jrc-form-section h2 { margin: 10px 0 16px; font-family: var(--display, Impact, sans-serif); font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: 0.005em; line-height: 0.9; text-transform: uppercase; }
.jrc-aside > p:not(.jrc-eyebrow) { color: #c5d4e5; }
.jrc-aside .button { margin-top: 12px; }

.jrc-form-card { padding: clamp(26px, 5vw, 58px); border: 1px solid rgba(7, 19, 40, 0.12); border-radius: 24px; background: rgba(255, 255, 255, 0.92); box-shadow: 20px 24px 0 rgba(7, 19, 40, 0.05); }
.jrc-eyebrow { margin: 0 0 10px; color: var(--blue-deep, #2343a7); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.jrc-hero .jrc-eyebrow, .jrc-aside .jrc-eyebrow { color: #72d7ff; }
.jrc-form-section > header > p:last-child { max-width: 62ch; margin: 0 0 32px; color: var(--muted, #667184); }
.jrc-form { display: grid; gap: 22px; }
.jrc-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.jrc-field { display: grid; min-width: 0; gap: 7px; }
.jrc-field > label { color: var(--ink, #071328); font-size: 0.82rem; font-weight: 800; }
.jrc-field > label > span:not([aria-hidden]) { color: var(--muted, #667184); font-weight: 500; }
.jrc-field input:not([type="checkbox"]), .jrc-field select, .jrc-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(7, 19, 40, 0.25); border-radius: 9px; background: #fff; color: var(--ink, #071328); font: inherit; }
.jrc-field textarea { min-height: 150px; resize: vertical; }
.jrc-field input:hover, .jrc-field select:hover, .jrc-field textarea:hover { border-color: var(--blue-deep, #2343a7); }
.jrc-field [aria-invalid="true"] { border-color: #a32626; box-shadow: 0 0 0 1px #a32626; }
.jrc-field input:focus-visible, .jrc-field select:focus-visible, .jrc-field textarea:focus-visible, .jrc-check a:focus-visible { outline: 3px solid var(--blue-light, #33b8f0); outline-offset: 3px; }
.jrc-check > label { display: flex; align-items: flex-start; gap: 11px; font-weight: 500; line-height: 1.55; }
.jrc-check input { width: 21px; height: 21px; flex: 0 0 21px; margin: 2px 0 0; accent-color: var(--blue-deep, #2343a7); }
.jrc-check a { color: var(--blue-deep, #2343a7); text-decoration: underline; text-underline-offset: 3px; }
.jrc-error { margin: 0; color: #a32626; font-size: 0.86rem; font-weight: 700; }
.jrc-notice { margin: 0 0 28px; padding: 20px 22px; border-left: 5px solid currentColor; border-radius: 10px; }
.jrc-notice h3 { margin: 0 0 6px; font-size: 1.05rem; }
.jrc-notice p, .jrc-notice ul { margin: 7px 0 0; }
.jrc-notice--success { background: #e0f0e4; color: #245d38; }
.jrc-notice--error { background: #f9e6e3; color: #8f2d2d; }
.jrc-notice a { color: inherit; text-decoration: underline; }
.jrc-submit { width: fit-content; border: 0; cursor: pointer; }
.jrc-required { margin: -10px 0 0; color: var(--muted, #667184); font-size: 0.76rem; }
.jrc-required span, .jrc-field label > span[aria-hidden] { color: #a32626; }
.jrc-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; }

@media (max-width: 900px) {
  .jrc-hero { min-height: 540px; grid-template-columns: 1fr; }
  .jrc-layout { grid-template-columns: 1fr; }
  .jrc-aside { position: static; }
}

@media (max-width: 620px) {
  .jrc-page { padding-top: 82px; }
  .jrc-hero { min-height: 500px; margin: 0 10px; padding: 62px 22px 34px; border-radius: 22px; }
  .jrc-hero h1 { font-size: clamp(4.1rem, 23vw, 6.8rem); }
  .jrc-layout { width: min(calc(100% - 28px), 1280px); padding: 64px 0 80px; }
  .jrc-form-card { padding: 26px 18px; border-radius: 18px; box-shadow: 9px 12px 0 rgba(7, 19, 40, 0.05); }
  .jrc-form-row { grid-template-columns: 1fr; }
}
