.founding-interest-panel {
  margin: 34px 0 44px;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid #24342d;
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 0%, rgba(239,107,52,.18), transparent 34%),
    linear-gradient(145deg, #101b16 0%, #182820 100%);
  color: #f7f8f4;
  box-shadow: 0 24px 70px rgba(16,27,22,.18);
}
.founding-interest-copy { display: flex; flex-direction: column; justify-content: space-between; gap: 28px; }
.founding-interest-copy .live-kicker { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: #ffb48e; font-size: 10px; font-weight: 950; letter-spacing: .16em; }
.founding-interest-copy .live-kicker::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #ef6b34; box-shadow: 0 0 0 6px rgba(239,107,52,.12); }
.founding-interest-copy h2 { margin: 12px 0 0; max-width: 660px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4.2vw, 62px); line-height: .98; letter-spacing: -.045em; }
.founding-interest-copy > div > p { margin: 18px 0 0; max-width: 680px; color: #c5d0c9; font-size: 15px; line-height: 1.65; }
.truth-stack { display: grid; gap: 10px; }
.truth-stack div { padding: 13px 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.035); }
.truth-stack strong { display: block; margin-bottom: 4px; color: #fff; font-size: 12px; }
.truth-stack span { color: #aab8b0; font-size: 11px; line-height: 1.45; }
.founding-interest-form { padding: 20px; border-radius: 20px; background: #f7f8f4; color: #0b1511; box-shadow: inset 0 0 0 1px rgba(11,21,17,.08); }
.founding-interest-form .form-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.founding-interest-form .form-head span { color: #b74921; font-size: 9px; font-weight: 950; letter-spacing: .15em; }
.founding-interest-form .form-head strong { display: block; margin-top: 5px; font-size: 18px; }
.founding-interest-form .form-head em { max-width: 190px; color: #68746d; font-size: 10px; font-style: normal; line-height: 1.4; text-align: right; }
.interest-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; }
.interest-field { display: grid; gap: 6px; }
.interest-field.full { grid-column: 1 / -1; }
.interest-field label, .interest-field > span { color: #334139; font-size: 10px; font-weight: 850; letter-spacing: .02em; }
.interest-field input, .interest-field select, .interest-field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #ced5d0;
  border-radius: 11px;
  background: #fff;
  color: #0b1511;
  padding: 10px 12px;
  font: inherit;
  font-size: 13px;
  outline: none;
}
.interest-field textarea { min-height: 92px; resize: vertical; line-height: 1.5; }
.interest-field input:focus, .interest-field select:focus, .interest-field textarea:focus { border-color: #ef6b34; box-shadow: 0 0 0 3px rgba(239,107,52,.12); }
.interest-services { grid-column: 1 / -1; padding: 13px; border: 1px solid #d9dfda; border-radius: 13px; background: #fff; }
.interest-services > span { display: block; margin-bottom: 10px; color: #334139; font-size: 10px; font-weight: 900; }
.service-checks { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
.service-checks label { display: flex; align-items: flex-start; gap: 7px; min-height: 38px; padding: 8px 9px; border: 1px solid #e0e5e1; border-radius: 10px; background: #fafbf9; color: #47534c; font-size: 10px; line-height: 1.3; cursor: pointer; }
.service-checks input { width: 15px; height: 15px; margin: 0; accent-color: #ef6b34; flex: 0 0 auto; }
.interest-consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 9px; padding: 11px 12px; border-radius: 11px; background: #ecefe9; color: #546159; font-size: 10px; line-height: 1.45; }
.interest-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: #ef6b34; flex: 0 0 auto; }
.interest-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; margin-top: 2px; }
.interest-actions button { min-height: 46px; padding: 0 17px; border: 0; border-radius: 999px; background: #0f1d17; color: white; font-weight: 900; cursor: pointer; }
.interest-actions button:hover { background: #ef6b34; }
.interest-actions button:disabled { opacity: .55; cursor: wait; }
#forgehubInterestStatus { color: #66736b; font-size: 10px; line-height: 1.4; }
.interest-success { grid-column: 1 / -1; padding: 13px 14px; border: 1px solid #a9c5b3; border-radius: 12px; background: #eaf3ec; color: #244230; font-size: 12px; line-height: 1.45; }
.siteops-bridge { margin: 38px 0; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.siteops-bridge-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: end; }
.siteops-bridge-head span { color: var(--orange-dark); font-size: 10px; font-weight: 950; letter-spacing: .16em; }
.siteops-bridge-head h2 { margin: 8px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 3.4vw, 52px); letter-spacing: -.045em; line-height: 1; }
.siteops-bridge-head p { max-width: 760px; margin: 12px 0 0; color: #59665f; font-size: 13px; line-height: 1.6; }
.siteops-bridge-head a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid #18261f; border-radius: 999px; text-decoration: none; font-size: 11px; font-weight: 900; }
.siteops-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); border: 1px solid var(--line); }
.siteops-grid article { min-height: 130px; padding: 15px; border-right: 1px solid var(--line); background: #f8f9f6; }
.siteops-grid article:last-child { border-right: 0; }
.siteops-grid b { display: block; color: var(--orange-dark); font-size: 9px; letter-spacing: .1em; }
.siteops-grid strong { display: block; margin: 9px 0 5px; font-size: 12px; }
.siteops-grid p { margin: 0; color: #6a766f; font-size: 10px; line-height: 1.45; }
.founding-interest-jump { min-height: 38px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 999px; background: #ef6b34; color: white; text-decoration: none; font-size: 10px; font-weight: 950; letter-spacing: .03em; white-space: nowrap; }
@media (max-width: 1100px) {
  .founding-interest-panel { grid-template-columns: 1fr; }
  .siteops-grid { grid-template-columns: repeat(3, 1fr); }
  .siteops-grid article:nth-child(3n) { border-right: 0; }
  .siteops-grid article:nth-child(n+4) { border-top: 1px solid var(--line); }
}
@media (max-width: 720px) {
  .founding-interest-panel { margin-top: 24px; padding: 18px; border-radius: 19px; }
  .founding-interest-form { padding: 15px; }
  .founding-interest-form .form-head { display: grid; }
  .founding-interest-form .form-head em { max-width: none; text-align: left; }
  .interest-grid { grid-template-columns: 1fr; }
  .interest-field.full, .interest-services, .interest-consent, .interest-actions { grid-column: 1; }
  .service-checks { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .interest-actions { align-items: flex-start; flex-direction: column; }
  .siteops-bridge { padding: 18px; }
  .siteops-bridge-head { grid-template-columns: 1fr; }
  .siteops-grid { grid-template-columns: 1fr 1fr; }
  .siteops-grid article, .siteops-grid article:nth-child(3n) { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .siteops-grid article:nth-child(-n+2) { border-top: 0; }
  .siteops-grid article:nth-child(2n) { border-right: 0; }
}
@media (max-width: 460px) {
  .service-checks { grid-template-columns: 1fr; }
  .siteops-grid { grid-template-columns: 1fr; }
  .siteops-grid article, .siteops-grid article:nth-child(2n), .siteops-grid article:nth-child(3n) { border-right: 0; border-top: 1px solid var(--line); }
  .siteops-grid article:first-child { border-top: 0; }
}
