
.sshi-phase3-page {
  --p3-ink: #132f43;
  --p3-copy: #496575;
  --p3-blue: #0b5f8f;
  --p3-blue-deep: #084766;
  --p3-blue-pale: #edf7fc;
  --p3-gold: #c28a2c;
  --p3-gold-pale: #fff8e9;
  --p3-green: #26734d;
  --p3-red: #9f3f31;
  --p3-red-pale: #fff2ef;
  --p3-line: #d9e6ed;
  --p3-white: #ffffff;
  --p3-shell: min(1120px, calc(100vw - 40px));
  --p3-shadow: 0 24px 64px rgba(21, 60, 83, 0.1);
  color: var(--p3-ink);
  background: #fff;
}

.sshi-phase3-page * { box-sizing: border-box; }
.sshi-phase3-page .entry-header,
.sshi-phase3-page .page-header { display: none; }
.sshi-phase3-page .entry-content { margin: 0; max-width: none; }
.sshi-phase3-page .site-main { overflow: clip; }

.sshi-p3-main { overflow: clip; background: #fff; }
.sshi-p3-shell { width: var(--p3-shell); margin-inline: auto; }
.sshi-p3-narrow { max-width: 860px; }
.sshi-p3-hero {
  position: relative;
  padding: clamp(88px, 11vw, 150px) 0 clamp(76px, 9vw, 126px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 16%, rgba(194, 138, 44, .16), transparent 31%),
    radial-gradient(circle at 8% 84%, rgba(11, 95, 143, .13), transparent 38%),
    linear-gradient(150deg, #fff 0%, #f4fbff 58%, #fffaf0 100%);
  border-bottom: 1px solid var(--p3-line);
}
.sshi-p3-hero::before,
.sshi-p3-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(11, 95, 143, .13);
  transform: rotate(30deg);
  pointer-events: none;
}
.sshi-p3-hero::before { width: 190px; height: 190px; right: 7%; top: -70px; border-radius: 42px; }
.sshi-p3-hero::after { width: 112px; height: 112px; left: 5%; bottom: -54px; border-radius: 28px; }
.sshi-p3-hero.compact { padding-block: clamp(72px, 8vw, 106px); }
.sshi-p3-hero .sshi-p3-shell { position: relative; z-index: 1; }
.sshi-p3-service-hero { max-width: 950px; }

.sshi-p3-eyebrow,
.sshi-p3-kicker {
  display: block;
  margin: 0 0 15px;
  color: var(--p3-blue);
  font: 800 .76rem/1.3 Manrope, system-ui, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sshi-p3-hero h1,
.sshi-p3-section h2,
.sshi-p3-card h3,
.sshi-p3-final h3,
.sshi-p3-boundary h3,
.sshi-p3-terms h2 {
  color: var(--p3-ink);
  font-family: Newsreader, Georgia, serif;
  font-weight: 650;
  letter-spacing: -.025em;
}
.sshi-p3-hero h1 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(3.1rem, 7.2vw, 6.8rem);
  line-height: .96;
}
.sshi-p3-hero.compact h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.sshi-p3-hero p {
  max-width: 780px;
  margin: 28px 0 0;
  color: var(--p3-copy);
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
  line-height: 1.75;
}

.sshi-p3-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.sshi-p3-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--p3-blue);
  border-radius: 999px;
  color: var(--p3-blue-deep);
  background: #fff;
  font: 800 .91rem/1.2 Manrope, system-ui, sans-serif;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.sshi-p3-button.is-primary { color: #fff; background: var(--p3-blue); box-shadow: 0 12px 28px rgba(11,95,143,.2); }
.sshi-p3-button:hover,
.sshi-p3-button:focus-visible { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(21,60,83,.16); }
.sshi-p3-button:focus-visible,
.sshi-p3-text-link:focus-visible,
.sshi-p3-form input:focus-visible,
.sshi-p3-form select:focus-visible,
.sshi-p3-form textarea:focus-visible,
.sshi-p3-table a:focus-visible { outline: 3px solid rgba(194,138,44,.58); outline-offset: 3px; }

.sshi-p3-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  font: 800 .7rem/1.2 Manrope, system-ui, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.sshi-p3-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.sshi-p3-status.is-blocked { color: var(--p3-red); background: var(--p3-red-pale); border: 1px solid rgba(159,63,49,.2); }
.sshi-p3-status.is-active { color: var(--p3-green); background: #edf8f2; border: 1px solid rgba(38,115,77,.2); }

.sshi-p3-lock-note {
  max-width: 780px;
  margin-top: 28px;
  padding: 17px 20px;
  border: 1px solid rgba(159,63,49,.22);
  border-radius: 16px;
  color: #754238;
  background: var(--p3-red-pale);
  line-height: 1.65;
}
.sshi-p3-lock-note.is-active { color: #225d42; border-color: rgba(38,115,77,.22); background: #edf8f2; }

.sshi-p3-section { padding: clamp(78px, 9vw, 126px) 0; }
.sshi-p3-section.is-tint { background: linear-gradient(180deg, #f5fbfe 0%, #eef8fc 100%); border-block: 1px solid var(--p3-line); }
.sshi-p3-section-heading { max-width: 820px; margin-bottom: 42px; }
.sshi-p3-section-heading h2,
.sshi-p3-two h2 { max-width: 18ch; margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.03; }
.sshi-p3-section-heading p,
.sshi-p3-two p { color: var(--p3-copy); line-height: 1.75; }
.sshi-p3-section-heading > p { max-width: 760px; margin: 20px 0 0; }

.sshi-p3-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.sshi-p3-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 27px;
  border: 1px solid var(--p3-line);
  border-radius: 25px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 38px rgba(21,60,83,.06);
}
.sshi-p3-card h3 { margin: 0; font-size: 1.75rem; line-height: 1.08; }
.sshi-p3-card h3 a { color: inherit; text-decoration: none; }
.sshi-p3-card p { color: var(--p3-copy); line-height: 1.67; }
.sshi-p3-card .sshi-p3-progress { margin-top: auto; }
.sshi-p3-text-link { display: inline-flex; margin-top: 20px; color: var(--p3-blue); font-weight: 800; text-decoration: none; }
.sshi-p3-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.sshi-p3-progress { width: 100%; height: 8px; margin-top: 22px; overflow: hidden; border-radius: 999px; background: #e4edf2; }
.sshi-p3-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--p3-blue), var(--p3-gold)); }
.sshi-p3-progress + small { display: block; margin-top: 8px; color: #6b7f8b; font-weight: 700; }

.sshi-p3-two { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: clamp(32px, 7vw, 88px); align-items: start; }
.sshi-p3-boundary,
.sshi-p3-final,
.sshi-p3-callout {
  padding: 28px;
  border: 1px solid rgba(194,138,44,.28);
  border-radius: 24px;
  background: var(--p3-gold-pale);
}
.sshi-p3-boundary h3,
.sshi-p3-final h3 { margin: 0 0 12px; font-size: 1.7rem; }
.sshi-p3-boundary p,
.sshi-p3-final p { margin: 0; color: #635538; line-height: 1.7; }
.sshi-p3-final .sshi-p3-button { margin-top: 22px; }

.sshi-p3-checklist { display: grid; gap: 12px; padding: 0; list-style: none; }
.sshi-p3-checklist li { position: relative; padding: 15px 16px 15px 45px; border: 1px solid var(--p3-line); border-radius: 15px; background: #fff; color: var(--p3-ink); font-weight: 700; }
.sshi-p3-checklist li::before { content: "✓"; position: absolute; left: 16px; top: 14px; display: grid; place-items: center; width: 22px; height: 22px; color: var(--p3-green); border-radius: 50%; background: #edf8f2; }

.sshi-p3-requirements { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; padding: 0; margin: 30px 0 0; list-style: none; }
.sshi-p3-requirements li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 18px; border: 1px solid var(--p3-line); border-radius: 17px; background: #fff; }
.sshi-p3-requirements li > span { display: grid; place-items: center; width: 31px; height: 31px; color: var(--p3-blue); border: 1px solid rgba(11,95,143,.2); border-radius: 50%; background: var(--p3-blue-pale); font-weight: 900; }
.sshi-p3-requirements strong { display: block; line-height: 1.45; }
.sshi-p3-requirements small { display: block; margin-top: 5px; color: #6e818d; }

.sshi-p3-table-wrap { overflow-x: auto; border: 1px solid var(--p3-line); border-radius: 22px; box-shadow: var(--p3-shadow); }
.sshi-p3-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.sshi-p3-table th,
.sshi-p3-table td { padding: 20px; border-bottom: 1px solid var(--p3-line); text-align: left; vertical-align: top; }
.sshi-p3-table thead th { color: #fff; background: var(--p3-blue-deep); font: 800 .76rem/1.3 Manrope, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.sshi-p3-table tbody th { width: 30%; }
.sshi-p3-table tbody tr:last-child th,
.sshi-p3-table tbody tr:last-child td { border-bottom: 0; }
.sshi-p3-table a { color: var(--p3-blue); }
.sshi-p3-callout { margin-top: 26px; color: #635538; line-height: 1.7; }

.sshi-p3-terms { max-width: 860px; }
.sshi-p3-terms h2 { margin: 45px 0 12px; font-size: clamp(1.9rem, 3.4vw, 2.75rem); }
.sshi-p3-terms h2:first-child { margin-top: 0; }
.sshi-p3-terms p { color: var(--p3-copy); line-height: 1.82; }

.sshi-p3-form {
  position: relative;
  padding: clamp(26px,5vw,48px);
  border: 1px solid var(--p3-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--p3-shadow);
}
.sshi-p3-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.sshi-p3-form label { display: grid; gap: 8px; color: var(--p3-ink); font: 800 .83rem/1.35 Manrope, sans-serif; }
.sshi-p3-form label.is-wide { grid-column: 1/-1; }
.sshi-p3-form input,
.sshi-p3-form select,
.sshi-p3-form textarea {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  border: 1px solid #bdced8;
  border-radius: 12px;
  color: var(--p3-ink);
  background: #fff;
  font: 500 .96rem/1.5 Manrope, system-ui, sans-serif;
}
.sshi-p3-form textarea { min-height: 150px; resize: vertical; }
.sshi-p3-consent { display: grid !important; grid-template-columns: 22px 1fr; gap: 12px !important; align-items: start; margin-top: 20px; color: var(--p3-copy) !important; font-weight: 600 !important; line-height: 1.55 !important; }
.sshi-p3-consent input { width: 20px; min-height: 20px; margin-top: 2px; }
.sshi-p3-form > .sshi-p3-button { margin-top: 24px; border: 0; cursor: pointer; }
.sshi-p3-honeypot { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sshi-p3-notice { margin-bottom: 20px; padding: 17px 19px; border-radius: 15px; line-height: 1.6; }
.sshi-p3-notice.is-success { color: #225d42; border: 1px solid rgba(38,115,77,.22); background: #edf8f2; }
.sshi-p3-notice.is-error { color: #754238; border: 1px solid rgba(159,63,49,.22); background: var(--p3-red-pale); }

@media (max-width: 980px) {
  .sshi-p3-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sshi-p3-two { grid-template-columns: 1fr; }
  .sshi-p3-section-heading h2,
  .sshi-p3-two h2 { max-width: none; }
}

@media (max-width: 720px) {
  .sshi-phase3-page { --p3-shell: min(100% - 24px, 680px); }
  .sshi-p3-hero { padding-block: 70px 76px; }
  .sshi-p3-hero h1 { max-width: none; font-size: clamp(2.8rem,14vw,4.5rem); }
  .sshi-p3-actions { display: grid; }
  .sshi-p3-button { width: 100%; }
  .sshi-p3-grid,
  .sshi-p3-requirements,
  .sshi-p3-form-grid { grid-template-columns: 1fr; }
  .sshi-p3-card { min-height: 0; }
  .sshi-p3-form label.is-wide { grid-column: auto; }
  .sshi-p3-section { padding-block: 74px; }
  .sshi-p3-table th,
  .sshi-p3-table td { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .sshi-p3-button { transition: none; }
}
