.sfpo-portal {
  display: grid;
  gap: 22px;
  margin: 72px auto;
  max-width: 1480px;
}

.sfpo-hero {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.6fr) minmax(360px, 0.66fr);
  padding: 54px;
  border-radius: 40px;
  background:
    radial-gradient(circle at top left, rgba(201, 166, 96, 0.24), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #0f2033 0%, #162a40 52%, #1d3550 100%);
  color: #f5efe3;
  box-shadow: 0 38px 102px rgba(13, 24, 39, 0.18);
}

.sfpo-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 239, 227, 0.7);
}

.sfpo-hero h2,
.sfpo-form-head h3 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 0.97;
}

.sfpo-form-head h3 {
  font-size: 1.8rem;
  color: #1a2432;
}

.sfpo-summary {
  margin: 22px 0 0;
  max-width: 74ch;
  color: rgba(245, 239, 227, 0.88);
  font-size: 1.06rem;
}

.sfpo-summary-dark {
  color: #3e4b5a;
}

.sfpo-data-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.sfpo-data-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.sfpo-data-row span {
  color: rgba(245, 239, 227, 0.74);
}

.sfpo-data-row strong {
  color: #fff8ea;
}

.sfpo-hero-media {
  display: flex;
  align-items: stretch;
}

.sfpo-contract-cover {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.sfpo-contract-cover-placeholder {
  display: grid;
  place-items: center;
  color: rgba(245, 239, 227, 0.72);
}

.sfpo-progress-card,
.sfpo-panel {
  border-radius: 28px;
  border: 1px solid rgba(18, 35, 54, 0.08);
  background: rgba(255, 253, 248, 0.98);
  padding: 36px;
  box-shadow: 0 26px 62px rgba(42, 48, 59, 0.07);
}

.sfpo-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: #374151;
}

.sfpo-progress-card input[type="range"] {
  width: 100%;
  accent-color: #b68a3f;
}

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

.sfpo-form-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  flex-wrap: wrap;
}

.sfpo-account-chip {
  display: grid;
  gap: 4px;
  min-width: 220px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  color: #423222;
  box-shadow: 0 10px 24px rgba(15, 32, 51, 0.06);
}

.sfpo-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sfpo-form-grid label {
  display: grid;
  gap: 6px;
}

.sfpo-form-grid label span,
.sfpo-checkbox span {
  font-weight: 600;
  color: #243041;
}

.sfpo-form-grid input,
.sfpo-form-grid textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(27, 43, 63, 0.14);
  padding: 15px 17px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.sfpo-span-2 {
  grid-column: 1 / -1;
}

.sfpo-checkbox {
  display: flex;
  gap: 10px;
  align-items: start;
}

.sfpo-checkbox input {
  margin-top: 3px;
}

.sfpo-checklist,
.sfpo-status-grid {
  display: grid;
  gap: 14px;
}

.sfpo-checklist {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.sfpo-check-item,
.sfpo-status-card {
  padding: 20px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 32, 51, 0.08);
  box-shadow: 0 14px 32px rgba(15, 32, 51, 0.05);
}

.sfpo-check-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 36px rgba(8, 15, 24, 0.16);
}

.sfpo-check-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f3e1a7 0%, #dcc070 100%);
  color: #111827;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(229, 194, 117, 0.22);
}

.sfpo-check-copy {
  display: grid;
  gap: 6px;
}

.sfpo-check-copy strong {
  display: block;
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.sfpo-check-copy p {
  margin: 0;
  color: rgba(245, 239, 227, 0.86);
  font-size: 0.95rem;
  line-height: 1.45;
}

.sfpo-status-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.sfpo-status-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.sfpo-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sfpo-status-pending {
  background: #f5ead0;
  color: #6d4f0f;
}

.sfpo-status-sent {
  background: #dae9f8;
  color: #15426f;
}

.sfpo-status-signed {
  background: #e1f2e5;
  color: #1d5b35;
}

.sfpo-status-declined {
  background: #f7dddf;
  color: #8b2525;
}

.sfpo-contract-doc {
  display: grid;
  gap: 18px;
}

.sfpo-contract-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sfpo-contract-grid p,
.sfpo-contract-terms ul {
  margin: 6px 0 0;
}

.sfpo-contract-terms {
  padding: 18px;
  border-radius: 18px;
  background: #f8f4ec;
}

.sfpo-secondary-link {
  display: inline-flex;
  margin-top: 10px;
  color: #17314e !important;
  text-decoration: underline;
}

.sfpo-infographics {
  display: grid;
  gap: 22px;
  margin: 72px auto;
  max-width: 1480px;
}

.sfpo-infographics.is-compact {
  margin: 24px auto;
}

.sfpo-infographics.is-compact .sfpo-info-card {
  padding: 20px;
}

.sfpo-infographics.is-compact .sfpo-donut {
  width: 138px;
  height: 138px;
  margin: 12px auto;
}

.sfpo-infographics.is-compact .sfpo-donut::after {
  inset: 15px;
}

.sfpo-infographics.is-compact .sfpo-info-head {
  display: none;
}

.sfpo-info-head h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1a2432;
}

.sfpo-eyebrow-dark {
  color: #8a6a32;
}

.sfpo-info-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sfpo-info-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sfpo-info-card {
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(182, 138, 63, 0.14), transparent 32%),
    rgba(255, 253, 248, 0.98);
  border: 1px solid rgba(15, 32, 51, 0.08);
  box-shadow: 0 26px 62px rgba(42, 48, 59, 0.07);
}

.sfpo-donut {
  --sfpo-progress: 0%;
  width: 164px;
  height: 164px;
  margin: 18px auto;
  border-radius: 50%;
  background: conic-gradient(#b68a3f var(--sfpo-progress), #e9dfcf 0);
  display: grid;
  place-items: center;
  position: relative;
}

.sfpo-donut::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: #fffdf8;
}

.sfpo-donut strong,
.sfpo-donut span {
  position: relative;
  z-index: 1;
}

.sfpo-donut strong {
  display: block;
  font-size: 2rem;
  color: #1a2432;
  text-align: center;
}

.sfpo-donut span {
  display: block;
  color: #6b7280;
  text-align: center;
}

.sfpo-info-metrics {
  display: grid;
  gap: 12px;
}

.sfpo-info-metrics div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(15, 32, 51, 0.08);
}

.sfpo-info-metrics div:last-child {
  border-bottom: 0;
}

.sfpo-info-metrics span {
  color: #6b7280;
}

.sfpo-info-metrics strong {
  color: #1a2432;
}

.sfpo-phase-bar {
  width: 100%;
  height: 14px;
  margin: 14px 0 18px;
  border-radius: 999px;
  background: #ece3d5;
  overflow: hidden;
}

.sfpo-phase-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #b68a3f 0%, #d0a55c 100%);
}

.sfpo-budget-list,
.sfpo-timeline {
  display: grid;
  gap: 14px;
}

.sfpo-budget-row,
.sfpo-timeline-item,
.sfpo-highlight-callout {
  padding: 16px 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 32, 51, 0.05);
}

.sfpo-budget-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.sfpo-timeline-item p,
.sfpo-highlight-callout span {
  margin: 8px 0 0;
  color: #6b7280;
}

.sfpo-highlight-callout strong {
  display: block;
  margin-top: 6px;
  color: #1a2432;
}

.sfpo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(15, 32, 51, 0.18);
  background: linear-gradient(135deg, #0f2033 0%, #193149 100%);
  color: #fff !important;
  text-decoration: none !important;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 14px 28px rgba(15, 32, 51, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.sfpo-cta:hover,
.sfpo-cta:focus {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #17314e 0%, #234564 100%);
  box-shadow: 0 18px 32px rgba(15, 32, 51, 0.2);
}

.sfpo-notice {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
}

.sfpo-success {
  background: #edf8f1;
  border-color: #bfe1cb;
  color: #215737;
}

.sfpo-error {
  background: #fff2f2;
  border-color: #f1c7c7;
  color: #8b2525;
}

@media (max-width: 860px) {
  .sfpo-hero,
  .sfpo-form-grid,
  .sfpo-contract-grid,
  .sfpo-info-grid,
  .sfpo-info-grid-2 {
    grid-template-columns: 1fr;
  }

  .sfpo-span-2 {
    grid-column: auto;
  }

  .sfpo-progress-meta,
  .sfpo-form-head {
    flex-direction: column;
  }
}

/* Shared premium refresh */
.sfpo-portal,
.sfpo-infographics {
  font-family: "Palanquin", "Avenir Next", "Helvetica Neue", sans-serif;
}

.sfpo-hero h2,
.sfpo-form-head h3,
.sfpo-info-head h2 {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
}

.sfpo-portal {
  gap: 26px;
  max-width: 1540px;
  padding: 0 32px;
}

.sfpo-hero {
  position: relative;
  overflow: hidden;
  gap: 56px;
  align-items: end;
  padding: clamp(34px, 4.5vw, 62px);
  border-radius: 42px;
  background:
    radial-gradient(circle at top left, rgba(213, 174, 99, 0.24), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #0b1117 0%, #121b25 50%, #1a2631 100%);
  box-shadow: 0 36px 102px rgba(9, 15, 21, 0.18);
}

.sfpo-summary {
  max-width: 64ch;
  color: rgba(245, 239, 227, 0.82);
}

.sfpo-data-row {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.sfpo-contract-cover {
  min-height: 320px;
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(5, 9, 14, 0.24);
}

.sfpo-progress-card,
.sfpo-panel {
  border: 0;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 62px rgba(16, 23, 29, 0.08);
}

.sfpo-account-chip {
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(16, 23, 29, 0.06);
}

.sfpo-form-grid input,
.sfpo-form-grid textarea {
  background: #fff;
  border-color: rgba(18, 35, 54, 0.1);
}

.sfpo-form-grid input:focus,
.sfpo-form-grid textarea:focus {
  outline: 0;
  border-color: rgba(182, 138, 63, 0.64);
  box-shadow: 0 0 0 4px rgba(213, 174, 99, 0.16);
}

.sfpo-infographics {
  position: relative;
  overflow: hidden;
  gap: 26px;
  max-width: 1540px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 38px;
  background:
    radial-gradient(circle at top left, rgba(213, 174, 99, 0.18), transparent 26%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 26%),
    linear-gradient(135deg, #0f141b 0%, #161f28 50%, #1d2833 100%);
  box-shadow: 0 34px 90px rgba(9, 15, 21, 0.16);
}

.sfpo-infographics.is-compact {
  margin: 16px auto 0;
}

.sfpo-info-head h2 {
  color: #fff8ec;
}

.sfpo-eyebrow-dark,
.sfpo-info-head .sfpo-eyebrow {
  color: #d2aa60;
}

.sfpo-summary-dark {
  color: rgba(245, 239, 227, 0.72);
}

.sfpo-info-card {
  border: 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 56px rgba(7, 11, 15, 0.18);
}

.sfpo-info-grid .sfpo-info-card:first-child {
  background:
    radial-gradient(circle at top left, rgba(213, 174, 99, 0.18), transparent 30%),
    linear-gradient(135deg, #fffefc 0%, #f5efe5 100%);
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) {
  background:
    radial-gradient(circle at top right, rgba(213, 174, 99, 0.14), transparent 26%),
    linear-gradient(135deg, #171f27 0%, #202b36 100%);
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-eyebrow-dark,
.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-info-metrics span {
  color: rgba(245, 239, 227, 0.64);
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-info-metrics strong {
  color: #fff8ec;
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-info-metrics div {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.sfpo-donut::after {
  background: rgba(255, 253, 248, 0.98);
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-phase-bar {
  background: rgba(255, 255, 255, 0.12);
}

.sfpo-info-grid-2 .sfpo-info-card {
  background: rgba(255, 255, 255, 0.98);
}

.sfpo-budget-row,
.sfpo-timeline-item,
.sfpo-highlight-callout {
  border: 0;
  border-radius: 22px;
  background: #f8f6f1;
  box-shadow: none;
}

.sfpo-budget-head span,
.sfpo-timeline-item p,
.sfpo-highlight-callout span {
  color: #6c6f74;
}

.sfpo-timeline-item {
  display: grid;
  gap: 10px;
}

.sfpo-timeline-item strong {
  font-size: 1.05rem;
  color: #17212c;
}

.sfpo-cta {
  padding: 14px 22px;
  border: 0;
  background: linear-gradient(135deg, #d2a75f 0%, #b98739 100%);
  box-shadow: 0 14px 32px rgba(185, 135, 57, 0.22);
}

.sfpo-cta:hover,
.sfpo-cta:focus {
  background: linear-gradient(135deg, #ddb56f 0%, #c59445 100%);
  box-shadow: 0 18px 36px rgba(185, 135, 57, 0.28);
}

@media (max-width: 860px) {
  .sfpo-portal {
    padding: 0 16px;
  }

  .sfpo-hero,
  .sfpo-progress-card,
  .sfpo-panel,
  .sfpo-infographics,
  .sfpo-info-card {
    border-radius: 26px;
  }
}

/* Showcase overrides when embedded inside the public project presentation */
.sfij-project-showcase .sfpo-infographics {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.sfij-project-showcase .sfpo-info-grid,
.sfij-project-showcase .sfpo-info-grid-2 {
  gap: 20px;
}

.sfij-project-showcase .sfpo-info-card {
  border: 0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 31, 0.08);
}

.sfij-project-showcase .sfpo-info-head h2,
.sfij-project-showcase .sfpo-info-card strong,
.sfij-project-showcase .sfpo-timeline-item strong,
.sfij-project-showcase .sfpo-highlight-callout strong {
  color: #0b0c0e;
  font-weight: 700;
}

.sfij-project-showcase .sfpo-eyebrow-dark,
.sfij-project-showcase .sfpo-info-metrics span,
.sfij-project-showcase .sfpo-budget-head span,
.sfij-project-showcase .sfpo-timeline-item p,
.sfij-project-showcase .sfpo-highlight-callout span {
  color: #626b75;
}

.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(135deg, rgba(10, 13, 17, 0.9) 0%, rgba(10, 13, 17, 0.68) 56%, rgba(10, 13, 17, 0.38) 100%),
    var(--sfij-showcase-image, linear-gradient(135deg, #d1d8df 0%, #bac5cf 100%));
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 56px rgba(10, 14, 18, 0.18);
}

.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child .sfpo-eyebrow-dark,
.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child .sfpo-info-metrics span,
.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child .sfpo-donut span,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-eyebrow-dark,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-timeline-item p,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-highlight-callout span {
  color: rgba(255, 255, 255, 0.72);
}

.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child strong,
.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child .sfpo-donut strong,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child strong,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-timeline-item strong,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-highlight-callout strong {
  color: #ffffff;
}

.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child .sfpo-info-metrics div {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child .sfpo-donut::after {
  background: rgba(17, 22, 27, 0.88);
}

.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-timeline-item,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-highlight-callout {
  background: rgba(255, 255, 255, 0.1);
}

/* Monochrome refinement */
.sfpo-portal,
.sfpo-infographics {
  color: #0d1117;
}

.sfpo-eyebrow,
.sfpo-eyebrow-dark,
.sfpo-summary-dark,
.sfpo-info-metrics span,
.sfpo-budget-head span,
.sfpo-timeline-item p,
.sfpo-highlight-callout span {
  color: #636b75;
}

.sfpo-hero {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #06080b 0%, #121821 52%, #1d2733 100%);
  color: #f9fafb;
}

.sfpo-summary,
.sfpo-data-row span,
.sfpo-contract-cover-placeholder {
  color: rgba(255, 255, 255, 0.78);
}

.sfpo-data-row strong {
  color: #ffffff;
}

.sfpo-progress-card,
.sfpo-panel,
.sfpo-info-card {
  background: #ffffff;
  border: 0;
  box-shadow: 0 18px 44px rgba(15, 23, 31, 0.08);
}

.sfpo-progress-card input[type="range"] {
  accent-color: #111827;
}

.sfpo-form-grid input,
.sfpo-form-grid textarea {
  background: #ffffff;
  border-color: #d8dee5;
  color: #111827;
}

.sfpo-form-grid input:focus,
.sfpo-form-grid textarea:focus {
  border-color: rgba(17, 24, 39, 0.45);
  box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.1);
}

.sfpo-contract-terms {
  background: #f5f7fa;
}

.sfpo-status-pending {
  background: #eef2f6;
  color: #334155;
}

.sfpo-status-sent {
  background: #e8edf3;
  color: #1f2937;
}

.sfpo-infographics {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(135deg, #0b0f14 0%, #161d25 50%, #202a35 100%);
  box-shadow: 0 30px 82px rgba(15, 23, 31, 0.16);
}

.sfpo-info-head h2 {
  color: #ffffff;
}

.sfpo-summary-dark {
  color: rgba(255, 255, 255, 0.7);
}

.sfpo-info-card {
  background: #ffffff;
}

.sfpo-info-grid .sfpo-info-card:first-child {
  background:
    radial-gradient(circle at top left, rgba(17, 24, 39, 0.06), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f3f6f8 100%);
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(135deg, #0b0f14 0%, #1d2630 100%);
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-eyebrow-dark,
.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-info-metrics span,
.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-info-metrics strong {
  color: #ffffff;
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-info-metrics div {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.sfpo-donut {
  background: conic-gradient(#111827 var(--sfpo-progress), #d7dee6 0);
}

.sfpo-donut::after {
  background: #ffffff;
}

.sfpo-phase-bar {
  background: #e5e7eb;
}

.sfpo-phase-bar span {
  background: linear-gradient(135deg, #111827 0%, #4b5563 100%);
}

.sfpo-budget-row,
.sfpo-timeline-item,
.sfpo-highlight-callout {
  background: #f6f8fa;
}

.sfpo-cta {
  background: linear-gradient(135deg, #050607 0%, #1f2937 100%);
  box-shadow: 0 16px 34px rgba(15, 23, 31, 0.16);
}

.sfpo-cta:hover,
.sfpo-cta:focus {
  background: linear-gradient(135deg, #111827 0%, #374151 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 31, 0.22);
}

.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child {
  background-image:
    linear-gradient(135deg, rgba(5, 7, 9, 0.9) 0%, rgba(5, 7, 9, 0.72) 55%, rgba(5, 7, 9, 0.38) 100%),
    var(--sfij-showcase-image, linear-gradient(135deg, #dce3ea 0%, #bcc7d2 100%));
}

/* Bold readability pass */
.sfpo-hero h2,
.sfpo-form-head h3,
.sfpo-info-head h2 {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.sfpo-summary,
.sfpo-summary-dark,
.sfpo-eyebrow,
.sfpo-eyebrow-dark,
.sfpo-info-metrics span,
.sfpo-budget-head span,
.sfpo-timeline-item p,
.sfpo-highlight-callout span,
.sfpo-data-row span {
  color: #4b5563;
  font-weight: 500;
}

.sfpo-eyebrow,
.sfpo-eyebrow-dark {
  font-weight: 800;
  letter-spacing: 0.14em;
}

.sfpo-hero {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #05070a 0%, #121821 50%, #1c2430 100%);
}

.sfpo-summary,
.sfpo-data-row span,
.sfpo-data-row strong,
.sfpo-contract-cover-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.sfpo-progress-card,
.sfpo-panel,
.sfpo-info-card,
.sfpo-budget-row,
.sfpo-timeline-item,
.sfpo-highlight-callout {
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 38px rgba(15, 23, 31, 0.06);
}

.sfpo-info-card strong,
.sfpo-timeline-item strong,
.sfpo-highlight-callout strong,
.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-info-metrics strong {
  font-weight: 800;
}

.sfpo-form-grid input,
.sfpo-form-grid textarea {
  border: 1px solid #d1d5db;
  font-weight: 500;
}

.sfpo-form-grid input::placeholder,
.sfpo-form-grid textarea::placeholder {
  color: #6b7280;
}

.sfpo-cta {
  background: linear-gradient(135deg, #040506 0%, #111827 100%);
}

.sfpo-cta:hover,
.sfpo-cta:focus {
  background: linear-gradient(135deg, #111827 0%, #374151 100%);
}

.sfpo-infographics {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #090c10 0%, #151b23 50%, #202833 100%);
}

.sfpo-info-head h2,
.sfpo-summary-dark {
  color: #ffffff;
}

.sfpo-summary-dark {
  color: rgba(255, 255, 255, 0.88);
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) {
  background:
    linear-gradient(135deg, #0a0d11 0%, #1a212a 100%);
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-eyebrow-dark,
.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-info-metrics span {
  color: rgba(255, 255, 255, 0.88);
}

.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child {
  background-image:
    linear-gradient(135deg, rgba(4, 6, 8, 0.92) 0%, rgba(4, 6, 8, 0.78) 56%, rgba(4, 6, 8, 0.42) 100%),
    var(--sfij-showcase-image, linear-gradient(135deg, #dce3ea 0%, #bcc7d2 100%));
}

.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child .sfpo-eyebrow-dark,
.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child .sfpo-info-metrics span,
.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child .sfpo-donut span,
.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child strong,
.sfij-project-showcase .sfpo-info-grid .sfpo-info-card:first-child .sfpo-donut strong,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-eyebrow-dark,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-timeline-item p,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-highlight-callout span,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child strong,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-timeline-item strong,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-highlight-callout strong {
  color: #ffffff;
}

/* Clarity-focused infographic pass */
.sfij-project-showcase .sfpo-infographics.is-compact .sfpo-info-card {
  padding: 28px;
}

.sfij-project-showcase .sfpo-infographics.is-compact .sfpo-donut {
  width: 154px;
  height: 154px;
  margin: 14px auto;
}

.sfij-project-showcase .sfpo-infographics.is-compact .sfpo-donut::after {
  inset: 16px;
}

.sfij-project-showcase .sfpo-eyebrow-dark {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sfij-project-showcase .sfpo-info-metrics span {
  font-size: 13px;
  font-weight: 600;
}

.sfij-project-showcase .sfpo-info-metrics strong {
  font-size: 15px;
  font-weight: 800;
}

.sfij-project-showcase .sfpo-donut strong {
  font-size: 2.2rem;
  font-weight: 800;
}

.sfij-project-showcase .sfpo-donut span {
  font-size: 13px;
  font-weight: 700;
}

.sfij-project-showcase .sfpo-budget-row,
.sfij-project-showcase .sfpo-timeline-item,
.sfij-project-showcase .sfpo-highlight-callout {
  padding: 18px 20px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.sfij-project-showcase .sfpo-budget-head span,
.sfij-project-showcase .sfpo-timeline-item p,
.sfij-project-showcase .sfpo-highlight-callout span {
  color: #4b5563;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.sfij-project-showcase .sfpo-timeline-item strong,
.sfij-project-showcase .sfpo-highlight-callout strong {
  color: #111111;
  font-size: 1rem;
  line-height: 1.35;
}

.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child {
  background: #ffffff;
  background-image: none;
  box-shadow: 0 18px 42px rgba(15, 23, 31, 0.08);
}

.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-eyebrow-dark,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-timeline-item p,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-highlight-callout span {
  color: #4b5563;
}

.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child strong,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-timeline-item strong,
.sfij-project-showcase .sfpo-info-grid-2 .sfpo-info-card:last-child .sfpo-highlight-callout strong {
  color: #111111;
}

.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-info-metrics span,
.sfpo-info-grid .sfpo-info-card:nth-child(3) .sfpo-info-metrics strong {
  font-size: 14px;
}

/* Value pills and clearer timeline tags */
.sfpo-budget-head strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 23, 31, 0.12);
}

.sfpo-status-pill {
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.sfpo-status-completed,
.sfpo-status-signed {
  background: #e8f5ec;
  color: #166534;
  border-color: #cfe8d7;
}

.sfpo-status-active,
.sfpo-status-sent {
  background: #e8edf5;
  color: #1f2937;
  border-color: #d6dee9;
}

.sfpo-status-planned,
.sfpo-status-pending {
  background: #f3f4f6;
  color: #374151;
  border-color: #e5e7eb;
}

.sfpo-status-blocked,
.sfpo-status-declined {
  background: #fdeced;
  color: #991b1b;
  border-color: #f5d2d5;
}

.sfij-project-showcase .sfpo-budget-head strong {
  background: #0b0c0e;
  color: #ffffff !important;
}

/* Airier showcase embedding */
.sfij-project-showcase .sfpo-infographics.is-compact {
  margin: 0;
}

.sfij-project-showcase .sfpo-info-grid,
.sfij-project-showcase .sfpo-info-grid-2 {
  gap: 26px;
}

.sfij-project-showcase .sfpo-infographics.is-compact .sfpo-info-card {
  padding: 34px;
  border-radius: 30px;
}

.sfij-project-showcase .sfpo-info-card {
  box-shadow: 0 22px 48px rgba(15, 23, 31, 0.07);
}

.sfij-project-showcase .sfpo-info-metrics {
  gap: 14px;
}

.sfij-project-showcase .sfpo-info-metrics div {
  padding: 14px 0;
}

.sfij-project-showcase .sfpo-budget-row,
.sfij-project-showcase .sfpo-timeline-item,
.sfij-project-showcase .sfpo-highlight-callout {
  padding: 22px 24px;
  border-radius: 24px;
}

.sfij-project-showcase .sfpo-phase-bar {
  margin: 16px 0 20px;
}

.sfpo-donut {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
}

.sfpo-donut strong,
.sfpo-donut span {
  margin: 0;
  line-height: 1;
}

.sfpo-donut strong {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sfpo-donut span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sfpo-access-hero {
  align-items: stretch;
}

.sfpo-access-preview {
  display: grid;
  gap: 14px;
  align-self: stretch;
  min-height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.sfpo-access-preview-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sfpo-access-preview strong {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.1;
}

.sfpo-access-preview ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(245, 239, 227, 0.84);
}

.sfpo-access-preview li + li {
  margin-top: 8px;
}

.sfpo-access-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sfpo-access-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.sfpo-signature-agreement {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fffdf8 0%, #f6efe3 100%);
  border: 1px solid rgba(27, 43, 63, 0.08);
}

.sfpo-signature-copy h4 {
  margin: 0;
  color: #0f172a;
  font-size: 1.3rem;
}

.sfpo-signature-copy p,
.sfpo-signature-copy ul {
  color: #475569;
}

.sfpo-signature-copy ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.sfpo-clauses-link {
  margin: 14px 0 0;
}

.sfpo-clauses-link a {
  color: #243244;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.sfpo-clauses-card {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(27, 43, 63, 0.08);
}

.sfpo-clauses-card strong {
  display: block;
  color: #0f172a;
  font-size: 0.98rem;
}

.sfpo-clauses-card ul {
  margin: 10px 0 0;
}

.sfpo-signature-surface {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #d8dee5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.sfpo-signature-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sfpo-signature-pad {
  width: 100%;
  height: 220px;
  display: block;
  border-radius: 18px;
  border: 2px dashed #c7d0da;
  background:
    linear-gradient(180deg, rgba(15, 23, 31, 0.02) 0%, rgba(15, 23, 31, 0.04) 100%),
    linear-gradient(transparent 0, transparent calc(100% - 42px), rgba(15, 23, 31, 0.08) calc(100% - 42px), rgba(15, 23, 31, 0.08) calc(100% - 40px), transparent calc(100% - 40px));
  touch-action: none;
  cursor: crosshair;
}

.sfpo-signature-pad.is-signed {
  border-style: solid;
  border-color: #9ca3af;
}

.sfpo-signature-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  color: #64748b;
  font-size: 13px;
}

.sfpo-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(15, 23, 31, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sfpo-secondary-button:hover,
.sfpo-secondary-button:focus {
  transform: translateY(-1px);
  border-color: rgba(15, 23, 31, 0.24);
  box-shadow: 0 12px 24px rgba(15, 23, 31, 0.08);
}

.sfpo-access-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sfpo-resend-form {
  margin: 18px 0;
}

.sfpo-resend-form label {
  display: grid;
  gap: 8px;
}

.sfpo-resend-form input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(27, 43, 63, 0.14);
  padding: 14px 16px;
  background: #fff;
}

.sfpo-resend-form .sfpo-cta {
  margin-top: 6px;
}

.sf-platform-nav {
  width: 100%;
  margin: 0 0 10px;
}

.sf-platform-nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, #030507 0%, #111827 54%, #1d2733 100%);
  box-shadow: 0 22px 52px rgba(6, 10, 14, 0.24);
}

.sf-platform-nav-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.sf-platform-nav-logo {
  display: block;
  width: auto;
  height: 44px;
}

.sf-platform-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.sf-platform-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: -0.015em;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.sf-platform-nav-link:hover,
.sf-platform-nav-link:focus {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.sf-platform-nav-link.is-current {
  color: #020304;
  border-color: rgba(229, 194, 117, 0.45);
  background: linear-gradient(135deg, #f3e1a7 0%, #dcc070 100%);
  box-shadow: 0 12px 28px rgba(229, 194, 117, 0.18);
}

@media (max-width: 980px) {
  .sfpo-access-grid,
  .sfpo-signature-agreement,
  .sfpo-checklist {
    grid-template-columns: 1fr;
  }

  .sf-platform-nav-logo {
    height: 38px;
  }

  .sf-platform-nav-links {
    width: 100%;
    justify-content: stretch;
  }

  .sf-platform-nav-link {
    width: 100%;
  }
}

/* Layout consistency with single project view */
html {
  scrollbar-gutter: stable;
}

.sfpo-portal,
.sf-platform-nav {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100vw - 96px), 1880px);
  max-width: none;
}

.sfpo-portal {
  margin: 0 0 48px;
  max-width: none;
  padding: 0;
}

.sf-platform-nav {
  margin: 28px 0 16px;
}

@media (max-width: 980px) {
  .sfpo-portal,
  .sf-platform-nav {
    width: calc(100vw - 52px);
  }

  .sf-platform-nav {
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .sfpo-portal,
  .sf-platform-nav {
    width: calc(100vw - 36px);
  }

  .sf-platform-nav {
    margin-top: 20px;
  }
}

/* Access-page fixes */
.sfpo-portal .sf-platform-nav {
  position: static;
  left: auto;
  transform: none;
  width: 100%;
  max-width: none;
  margin: 28px 0 16px;
}

@media (max-width: 980px) {
  .sfpo-portal .sf-platform-nav {
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .sfpo-portal .sf-platform-nav {
    margin-top: 20px;
  }
}

.sfpo-hero .sfpo-eyebrow,
.sfpo-hero .sfpo-summary,
.sfpo-hero .sfpo-check-item,
.sfpo-hero .sfpo-contract-cover-placeholder {
  color: rgba(255, 255, 255, 0.86);
}

.sfpo-hero h2,
.sfpo-hero .sfpo-access-preview strong,
.sfpo-hero .sfpo-access-preview-step {
  color: #ffffff;
}

.sfpo-panel > p,
.sfpo-panel .sfpo-eyebrow,
.sfpo-panel .sfpo-form-head .sfpo-eyebrow,
.sfpo-signature-copy p,
.sfpo-signature-copy ul,
.sfpo-signature-copy li,
.sfpo-signature-actions span,
.sfpo-checkbox span,
.sfpo-resend-form label span {
  color: #4b5563;
}

.sfpo-panel h3,
.sfpo-signature-copy h4,
.sfpo-data-row strong {
  color: #0f172a;
}

.sfpo-cta {
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #020304 0%, #111827 54%, #2f3a48 100%) !important;
  border: 1px solid rgba(15, 23, 31, 0.26);
  box-shadow: 0 18px 40px rgba(6, 10, 14, 0.18);
  color: #ffffff !important;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.sfpo-cta:hover,
.sfpo-cta:focus {
  background: linear-gradient(135deg, #0b1016 0%, #1f2937 54%, #475569 100%) !important;
  box-shadow: 0 20px 44px rgba(6, 10, 14, 0.24);
  color: #ffffff !important;
}

.sfpo-access-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid rgba(15, 23, 31, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, #020304 0%, #111827 54%, #2f3a48 100%) !important;
  box-shadow: 0 18px 40px rgba(6, 10, 14, 0.18);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  font: inherit;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  text-decoration: none !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.sfpo-access-button:hover,
.sfpo-access-button:focus {
  background: linear-gradient(135deg, #0b1016 0%, #1f2937 54%, #475569 100%) !important;
  box-shadow: 0 20px 44px rgba(6, 10, 14, 0.24);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  text-decoration: none !important;
}

.sfpo-access-button.sfij-cta {
  margin-top: 0;
}

.sfpo-form > .sfpo-access-button,
.sfpo-resend-form .sfpo-access-button,
.sfpo-panel > .sfpo-access-button {
  width: fit-content !important;
  max-width: 100%;
  justify-self: start;
  align-self: start;
}

.sfpo-investor-access button.sfpo-access-button,
.sfpo-investor-access a.sfpo-access-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(15, 23, 31, 0.26) !important;
  background: linear-gradient(135deg, #020304 0%, #111827 54%, #2f3a48 100%) !important;
  box-shadow: 0 18px 40px rgba(6, 10, 14, 0.18) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
}

.sfpo-investor-access button.sfpo-access-button:hover,
.sfpo-investor-access button.sfpo-access-button:focus,
.sfpo-investor-access a.sfpo-access-button:hover,
.sfpo-investor-access a.sfpo-access-button:focus {
  background: linear-gradient(135deg, #0b1016 0%, #1f2937 54%, #475569 100%) !important;
  box-shadow: 0 20px 44px rgba(6, 10, 14, 0.24) !important;
}

.sfpo-secondary-link {
  color: #4b5a6c;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.sfpo-secondary-link:hover,
.sfpo-secondary-link:focus {
  color: #111827;
}

/* Investor access panel contrast fix */
.sfpo-investor-access .sfpo-panel,
.sfpo-investor-access .sfpo-panel p,
.sfpo-investor-access .sfpo-panel .sfpo-eyebrow,
.sfpo-investor-access .sfpo-panel h3,
.sfpo-investor-access .sfpo-panel .sfpo-secondary-link {
  color: #0f172a;
}

.sfpo-investor-access .sfpo-panel p,
.sfpo-investor-access .sfpo-panel .sfpo-eyebrow,
.sfpo-investor-access .sfpo-panel .sfpo-status-card p,
.sfpo-investor-access .sfpo-panel .sfpo-account-chip span,
.sfpo-investor-access .sfpo-panel .sfpo-data-row span {
  color: #5b6672;
}

.sfpo-investor-access .sfpo-panel h3,
.sfpo-investor-access .sfpo-panel .sfpo-status-card strong,
.sfpo-investor-access .sfpo-panel .sfpo-account-chip strong,
.sfpo-investor-access .sfpo-panel .sfpo-data-row strong {
  color: #0f172a;
}

.sfpo-investor-access .sfpo-panel .sfpo-data-row {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  border: 1px solid #e3e9ef;
}

.sfpo-investor-access .sfpo-panel .sfpo-status-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

.sfpo-investor-access .sfpo-panel .sfpo-secondary-link {
  color: #243244;
}

.sfpo-investor-access .sfpo-panel .sfpo-secondary-link:hover,
.sfpo-investor-access .sfpo-panel .sfpo-secondary-link:focus {
  color: #111827;
}

.sfpo-form-grid select {
  display: block;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid #d1d5db;
  padding: 0 44px 0 17px;
  background: #ffffff;
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  font-family: "Palanquin", "Avenir Next", "Helvetica Neue", sans-serif !important;
  font-size: 1rem;
  line-height: normal !important;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  opacity: 1;
  text-indent: 0;
  background-image:
    linear-gradient(45deg, transparent 50%, #475569 50%),
    linear-gradient(135deg, #475569 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.sfpo-form-grid select:focus {
  outline: 0;
  border-color: rgba(17, 24, 39, 0.45);
  box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.1);
}

.sfpo-form-grid select option {
  color: #111827;
  background: #ffffff;
  font-family: "Palanquin", "Avenir Next", "Helvetica Neue", sans-serif;
}

/* Final CTA refresh */
.sfpo-cta,
.sfpo-access-button,
.sfpo-investor-access button.sfpo-access-button,
.sfpo-investor-access a.sfpo-access-button {
  background: linear-gradient(135deg, #f7df96 0%, #ddb85a 52%, #c9932f 100%) !important;
  border: 1px solid rgba(164, 111, 22, 0.34) !important;
  box-shadow: 0 18px 38px rgba(183, 128, 33, 0.24) !important;
  color: #15110a !important;
  -webkit-text-fill-color: #15110a !important;
}

.sfpo-cta:hover,
.sfpo-cta:focus,
.sfpo-access-button:hover,
.sfpo-access-button:focus,
.sfpo-investor-access button.sfpo-access-button:hover,
.sfpo-investor-access button.sfpo-access-button:focus,
.sfpo-investor-access a.sfpo-access-button:hover,
.sfpo-investor-access a.sfpo-access-button:focus {
  background: linear-gradient(135deg, #fbe8ad 0%, #e4c36a 52%, #d39f3d 100%) !important;
  box-shadow: 0 22px 44px rgba(183, 128, 33, 0.28) !important;
  color: #120f09 !important;
  -webkit-text-fill-color: #120f09 !important;
}
