:root {
  --electric: #169cff;
  --electric-soft: #78d4ff;
  --gold: #ffc458;
  --deep: #020b18;
  --glass: #071a31e8;
}

body {
  background:
    radial-gradient(circle at 78% 12%, #07376e 0, transparent 27%),
    radial-gradient(circle at 12% 68%, #06214a 0, transparent 32%),
    linear-gradient(160deg, #020815, #051326 55%, #020a17);
}

main { max-width: 1420px; }
main#app:focus { outline: none; }
main.login-active { min-height: 0; padding-top: 48px; padding-bottom: 48px; }
main.how-it-works-active { min-height: 0; padding-bottom: 8px; }
@media(min-width:941px){
  body.home-page { overflow-y: hidden; }
  main.home-active {
    height: calc(100dvh - 112px);
    min-height: 0;
    padding: 0 24px;
    overflow: hidden;
  }
  main.home-active .hero-accent {
    height: 100%;
    min-height: 0;
    margin: 0 -24px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  main.home-active .hero-copy { height: 100%; }
  main.home-active .hero-login-actions {
    position: absolute;
    right: 0;
    bottom: 42px;
    left: 0;
    margin: 0;
  }
  body.home-page footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 19;
    border-top: 0;
  }
  body.role-sign-in-page footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 19;
    border-top: 0;
  }
}

.account-management-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.delete-account-page {
  max-width: 760px;
  margin-inline: auto;
}

.delete-account-panel {
  display: grid;
  gap: 1rem;
}

.delete-account-panel .button.danger {
  border-color: #ff6b6b;
  background: #8e1f2d;
  color: #fff;
}

.account-deletion-status:not([hidden]) {
  display: block;
  color: #ffb7bd;
}

html { scrollbar-gutter: stable; }

.site-header {
  min-height: 70px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  border-bottom-color: #164c80;
  background: #020c1cef;
  box-shadow: 0 8px 34px #0008, 0 1px 0 #1c84df33;
}

.brand span { font-size: 23px; letter-spacing: -.03em; }
.brand span::first-letter { color: #fff; }
.site-header .brand .brand-bond,.site-header .brand .brand-bond::first-letter { color: var(--electric); }
.footer-brand .brand-bond { color: var(--electric); }
.brand img { box-shadow: 0 0 24px #168fff55; }
.site-header { display: grid; grid-template-columns: max-content minmax(424px, 1fr) max-content; gap: 10px; }
.site-header nav { justify-content: flex-end; flex-shrink: 0; gap: 4px; margin-left: 0; }
.site-header nav a { flex: 0 0 auto; padding: 6px 8px; border-radius: 8px; font-size: 12px; font-weight: 750; white-space: nowrap; }
.site-header nav a:hover,.site-header nav a:focus { background: #0b2d52; color: #fff; }
.site-header nav a.active,.site-header nav a[aria-current="page"] { background: #1769b0; color: #fff; box-shadow: inset 0 0 0 1px #6fc4ff; }
.arrest-pulse { display: grid; align-items: center; justify-content: center; flex: 1 1 auto; gap: 0; color: #e6edf5; font-size: 10px; font-weight: 750; line-height: 1.05; white-space: nowrap; }
.arrest-pulse-message { display: flex; align-items: center; justify-content: center; gap: 7px; text-align: center; }
.arrest-pulse-light { width: 15px; height: 15px; border-radius: 50%; background: #5f1720; box-shadow: 0 0 0 1px #ff687855; animation: arrest-alert 4.2s infinite; }
.arrest-lifetime-calculator { display: grid; grid-template-columns: 310px 90px; align-items: center; justify-content: center; gap: 4px; color: #aac0d6; font-size: 10px; font-weight: 750; transform: translateY(9px); }
.arrest-lifetime-calculator input { width: 90px; min-height: 20px; padding: 2px 4px; border-radius: 4px; appearance: textfield; font-size: 10px; font-weight: 750; text-align: center; }
.arrest-lifetime-calculator input::placeholder { color: #fff; opacity: 1; }
.arrest-lifetime-calculator input::-webkit-inner-spin-button,.arrest-lifetime-calculator input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.arrest-lifetime-calculator output { display: flex; align-items: center; justify-content: center; width: 310px; min-height: 20px; padding: 0 4px; border: 1px solid #416487; border-radius: 4px; background: #061421; color: #fff; font-size: 10px; font-weight: 750; line-height: 1; text-align: center; white-space: nowrap; }
.arrest-calculator-notes { display: flex; align-items: baseline; justify-content: center; gap: 18px; color: #fff; font-size: 6px; font-weight: 400; line-height: 1; text-align: center; transform: translateY(10px); }
.arrest-calculator-notes sup { position: static; margin-right: 0; font-size: 6px; font-weight: 400; line-height: 1; vertical-align: baseline; }
@keyframes arrest-alert {
  0%, 12% { background: #ff2438; box-shadow: 0 0 5px #ff2438, 0 0 14px #ff2438; transform: scale(1.35); }
  13%, 100% { background: #5f1720; box-shadow: 0 0 0 1px #ff687855; transform: scale(1); }
}

.hero-accent {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  padding-top: 10px;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr);
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(90deg, #020b19 0%, #031024f2 43%, #03142bd9 100%),
    radial-gradient(circle at 78% 44%, #0877e655 0, transparent 31%);
  border-bottom-color: #126fc6;
}

.hero-accent::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(115deg, transparent 58%, #1a9bff12 58.2%, transparent 58.5%);
}

.hero-copy { position: relative; z-index: 2; }
.hero-preparedness {
  display: block;
  font-size: clamp(21px, 1.7vw, 24px);
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: 1.08;
  text-transform: none;
  transform: translateY(8px);
}
.preparedness-first-line { white-space: nowrap; }
@media(max-width:650px) {
  .preparedness-first-line { white-space: normal; }
}
.hero-copy h1 { margin-bottom: 8px; font-size: clamp(64px, 7vw, 106px); text-shadow: 0 0 35px #168fff28; }
.hero-copy h1 span { color: var(--electric); }
.hero-copy .animated-brand {
  display: flex;
  align-items: center;
  max-width: none;
  white-space: nowrap;
  font-size: clamp(52px, 5.3vw, 82px);
}
.home-active .hero-copy .animated-brand { margin-top: 38px; }
.animated-brand .brand-my,.animated-brand .brand-now { color: #fff; }
.animated-brand .brand-bond { color: var(--electric); }
.family-word-window {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 0;
  height: 1.28em;
  overflow: hidden;
  color: var(--electric) !important;
  font-size: 1em;
  line-height: inherit;
  text-align: center;
  opacity: 0;
  animation: family-slot-open 10s ease-in-out 1 forwards;
}
.family-word {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--electric) !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  opacity: 0;
  transform: translateY(115%);
  padding-inline: .04em;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.family-word.husband { animation-name: family-word-husband; }
.family-word.wife { animation-name: family-word-wife; }
.family-word.son { animation-name: family-word-son; }
.family-word.daughter { animation-name: family-word-daughter; }
.family-word.loved-one { animation-name: family-word-loved-one; }
@keyframes family-slot-open {
  0%,8% { width: 0; opacity: 0; }
  10%,24% { width: 4.8em; opacity: 1; }
  26%,40% { width: 2.8em; opacity: 1; }
  42%,56% { width: 2.65em; opacity: 1; }
  58%,72% { width: 4.9em; opacity: 1; }
  74%,88% { width: 5.55em; opacity: 1; }
  92%,100% { width: 0; opacity: 0; }
}
@keyframes family-word-husband { 0%,8% { opacity:0; transform:translateY(115%); } 10%,22% { opacity:1; transform:translateY(0); } 24%,100% { opacity:0; transform:translateY(-115%); } }
@keyframes family-word-wife { 0%,24% { opacity:0; transform:translateY(115%); } 26%,38% { opacity:1; transform:translateY(0); } 40%,100% { opacity:0; transform:translateY(-115%); } }
@keyframes family-word-son { 0%,40% { opacity:0; transform:translateY(115%); } 42%,54% { opacity:1; transform:translateY(0); } 56%,100% { opacity:0; transform:translateY(-115%); } }
@keyframes family-word-daughter { 0%,56% { opacity:0; transform:translateY(115%); } 58%,70% { opacity:1; transform:translateY(0); } 72%,100% { opacity:0; transform:translateY(-115%); } }
@keyframes family-word-loved-one { 0%,72% { opacity:0; transform:translateY(115%); } 74%,86% { opacity:1; transform:translateY(0); } 90%,100% { opacity:0; transform:translateY(-115%); } }
.animated-shield-stage { animation: shield-follow-brand 10s ease-in-out 1 forwards; }
@keyframes shield-follow-brand {
  0%,8% { transform: translateX(0); }
  10%,24% { transform: translateX(clamp(105px, 10vw, 155px)); }
  26%,40% { transform: translateX(clamp(55px, 5vw, 85px)); }
  42%,56% { transform: translateX(clamp(45px, 4vw, 70px)); }
  58%,72% { transform: translateX(clamp(115px, 11vw, 170px)); }
  74%,88% { transform: translateX(clamp(135px, 13vw, 200px)); }
  92%,100% { transform: translateX(0); }
}
.hero-tagline { margin: 0 0 30px; font-size: clamp(25px, 2.3vw, 39px) !important; line-height: 1.12; color: #f5f9ff !important; letter-spacing: -.025em; }
.home-active .hero-tagline { transform: translateY(0); }
.hero-tagline span { color: var(--gold); }
.hero-tagline .tagline-blue { display: inline-block; color: var(--electric); }
.hero-tagline .tagline-bond { margin-left: .32em; }
.hero-tagline .tagline-yourself { margin-right: .32em; transform: translateX(-.12em); }
footer { grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; height: 42px; min-height: 42px; padding-top: 0; padding-bottom: 0; gap: 4px 14px; overflow: hidden; }
footer > div:first-child { display: flex; align-items: baseline; gap: 5px; white-space: nowrap; }
footer strong { font-size: 17px; line-height: 1.15; }
footer small { margin-top: 0; font-size: 12px; line-height: 1.15; }
.footer-stat { display: grid; justify-items: center; text-align: center; color: #aac0d6; font-size: 10px; line-height: 1.15; white-space: nowrap; }
.footer-stat span:first-child { color: #edf6ff; font-size: 11px; }
footer nav { justify-self: end; gap: 10px; }
footer nav a { font-size: 13px; line-height: 1.15; text-decoration: underline; }
footer > small { grid-column: 1 / -1; }

.faq-page { max-width: 980px; margin: 0 auto; }
.faq-groups { display: grid; gap: 28px; }
.faq-group > h2 { margin: 0 0 12px; color: #78c2ff; font-size: 22px; }
.faq-list { display: grid; gap: 10px; }
.faq-item { padding: 0; overflow: clip; }
.faq-item summary { padding: 16px 52px 16px 18px; position: relative; cursor: pointer; color: #edf6ff; font-size: 16px; font-weight: 800; line-height: 1.35; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 50%; right: 18px; transform: translateY(-50%); color: #5db8ff; font-size: 24px; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item[open] summary { border-bottom: 1px solid #2b4c6d; }
.faq-item p { margin: 0; padding: 15px 18px 18px; color: #c7d7e8; }
.faq-contact { margin-top: 28px; text-align: center; }
.faq-contact h2 { margin-top: 0; }
.about-page { max-width: 860px; margin: 0 auto; }
.about-story { padding: clamp(24px, 4vw, 42px); }
.about-story p { margin: 0 0 18px; color: #d7e8f7; font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.about-story p:last-child { margin-bottom: 0; color: #fff; font-weight: 800; }
.terms-page { max-width: 1180px; margin: 0 auto; }
.terms-sections { display: grid; gap: 14px; }
.terms-section { padding: 22px 24px; }
.terms-section h2 { margin: 0 0 8px; color: var(--electric); }
.terms-section p { display: inline; margin: 0; line-height: 1.65; text-wrap: pretty; }
.terms-section p + p::before { content: " "; }
.terms-section a { color: var(--electric); }
.privacy-page { max-width: 980px; margin: 0 auto; }
.privacy-sections { display: grid; gap: 14px; }
.privacy-section { padding: 22px 24px; }
.privacy-section h2 { margin: 0 0 8px; color: var(--electric); }
.privacy-section p { margin: 0; line-height: 1.65; }
.privacy-section a { color: var(--electric); }
.accessibility-page { max-width: 980px; margin: 0 auto; }
.accessibility-sections { display: grid; gap: 14px; }
.accessibility-section { padding: 22px 24px; }
.accessibility-section h2 { margin: 0 0 8px; color: var(--electric); }
.accessibility-section p { margin: 0; line-height: 1.65; }
.accessibility-section ul { margin: 0; padding-left: 22px; line-height: 1.65; }
.accessibility-section a { color: var(--electric); }
.support-page { max-width: 980px; margin: 0 auto; font-size: 13px; }
.support-page > .section-heading { margin-bottom: 12px; }
.support-page > .section-heading h1 { font-size: clamp(28px, 3vw, 38px); }
.support-request-form { margin-bottom: 10px; padding: 15px 18px; }
.support-request-form .section-heading { margin-bottom: 2px; }
.support-request-form .section-heading h2 { font-size: 20px; }
.support-request-form .form-grid { gap: 0 12px; }
.support-request-form label { margin: 7px 0 3px; font-size: 12px; }
.support-request-form input, .support-request-form select, .support-request-form textarea { padding: 8px 10px; font-size: 13px; }
.support-bot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.support-request-status { margin: 12px 0 0; color: #dcecff; font-weight: 700; text-align: center; }
.support-request-status.success { color: #8ff0b0; }
.support-request-status.error { color: #ff9c9c; }
.support-request-form textarea { min-height: 72px; }
.support-request-form .check { margin-top: 10px; }
.support-request-form .check label { margin: 0; font-size: 12px; }
.support-request-form > .button { margin-top: 10px; padding: 8px 12px; font-size: 13px; }
.support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 10px; }
.support-card { display: flex; flex-direction: column; gap: 8px; padding: 14px 16px; }
.support-card h2, .support-safety h2 { margin: 0; color: var(--electric); font-size: 18px; }
.support-card p, .support-safety p { margin: 0; line-height: 1.5; }
.support-card ul { margin: 0; padding-left: 18px; line-height: 1.45; }
.support-card > .button { align-self: flex-start; margin-top: auto; }
.support-card .button { padding: 7px 10px; font-size: 12px; }
.support-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.support-safety { margin-top: 10px; padding: 14px 16px; display: grid; gap: 7px; }
.profile-review-page { max-width: 900px; margin: 0 auto; }
.profile-review-list { display: grid; gap: 10px; }
.profile-review-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 16px 18px; }
.profile-review-copy h2 { margin: 7px 0 4px; font-size: 19px; color: var(--electric); }
.profile-review-copy p { margin: 0; color: #d7e8f7; font-size: 13px; line-height: 1.5; }
.profile-review-message { display: block; margin-top: 6px; padding-left: 10px; border-left: 2px solid #316898; color: #aac0d6; }
@media (max-width: 650px) { .profile-review-row { grid-template-columns: 1fr; } .profile-review-row > .button { justify-self: start; } }
.payment-card-slots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.payment-card-slots .resource-slot { display: flex; flex-direction: column; }
.payment-card-slots .resource-slot > .button { align-self: flex-start; margin-top: auto; }
.maximum-allowable-charge { max-width: 360px; margin-top: 16px; padding: 14px 16px; }
.maximum-allowable-charge label { margin: 0; }
.card-token-placeholder { display: grid; gap: 5px; margin-top: 16px; }
.card-token-placeholder > span:last-child { color: #aac0d6; }
.hero-login-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(610px, 100%); }
.hero-login-actions .button { min-width: 0; min-height: 58px; padding-inline: 10px; }
.hero-login-actions .button span { display: block; width: 100%; text-align: center; line-height: 1.25; }

.shield-stage { position: relative; min-height: 440px; display: grid; place-items: center; margin-left: clamp(48px, 5vw, 90px); }
.shield-visual {
  position: relative;
  width: min(390px, 78%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translateY(-54px);
}
.shield-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -34%;
  border-radius: 50%;
  background: repeating-radial-gradient(circle at center, transparent 0 10%, #1488e526 10.5% 11%, transparent 11.5% 18%);
  opacity: .9;
  pointer-events: none;
}
.shield-stage img { position: relative; z-index: 2; width: 100%; border-radius: 26%; filter: none; }

@media(min-width:941px){
  .hero-accent{min-height:360px;padding-bottom:30px}
  .shield-stage{margin-bottom:-170px}
}

.role-switcher { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 28px 0 4px; border: 1px solid #28547e; border-radius: 13px; overflow: hidden; background: #031020; box-shadow: 0 12px 36px #0005; }
.role-switcher a { min-height: 88px; display: grid; align-content: center; gap: 2px; padding: 15px 20px; color: #deefff; text-decoration: none; border-right: 1px solid #28547e; transition: background .2s, box-shadow .2s; }
.role-switcher a:last-child { border-right: 0; }
.role-switcher a:hover,.role-switcher a:focus,.role-switcher a.active { background: linear-gradient(135deg, #103b67, #0a2748); box-shadow: inset 0 0 28px #168fff24; }
.role-switcher a.active { border-top: 2px solid var(--electric); }
.role-switcher strong { font-size: 16px; }
.role-switcher small { color: #8fb5d7; }
.customer-status-switcher a.complete { background: #12392e; color: #b8f4d8; }
.customer-status-switcher a.complete small { color: #91dbbb; }
.customer-status-switcher a.missing { background: #081827; color: #88a4bf; }
.customer-status-switcher a small { font-weight: 750; }

.freedom-progress { margin: 20px 0 4px; padding: 22px; border: 1px solid #21517e; border-radius: 14px; background: linear-gradient(145deg, #071a31, #030e1d); box-shadow: 0 16px 42px #0005, inset 0 1px 0 #44aeff20; }
.progress-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.progress-title h2 { margin: 4px 0 0; }
.freedom-bar { margin: 0; border-radius: 8px; }
.freedom-bar a { flex: 1 0 170px; min-width: 170px; padding: 12px 14px; border: 1px solid #2a5278; border-right: 0; color: #c4dcf1; font-size: 12px; text-decoration: none; }
.freedom-bar a:first-child { border-radius: 8px 0 0 8px; }
.freedom-bar a:last-child { border-right: 1px solid #2a5278; border-radius: 0 8px 8px 0; }
.freedom-bar a.done { background: #103c35; color: #aef2d1; }
.freedom-bar a.current { background: #164a7b; color: #fff; box-shadow: inset 0 -2px 0 var(--electric); }

.workspace-section { padding-top: 28px; }
.accent-panel,.notary-status-card { border-color: #286499; box-shadow: 0 20px 48px #0005, 0 0 34px #0d80e312; }
.form-section { margin-top: 28px; padding-top: 28px; border-top: 1px solid #28547e; }
.form-section.first { margin-top: 0; padding-top: 0; border-top: 0; }
.form-section h2 { margin: 4px 0; }

.check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 1px 0 0;
  border: 2px solid #ffd65a;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 3px #ffd65a24, 0 0 14px #ffd65a45;
  cursor: pointer;
  position: relative;
}

.check input[type="checkbox"]:checked {
  border-color: #8ff0c6;
  background: #35d49a;
  box-shadow: 0 0 0 3px #35d49a2d, 0 0 16px #35d49a55;
}

.check input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  inset: -3px 0 0;
  display: grid;
  place-items: center;
  color: #02140d;
  font-size: 18px;
  font-weight: 900;
}

.check input[type="checkbox"]:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.step-number,.milestone-index,.step-kicker { display: none !important; }
.step-card { padding-top: 22px; }
.milestone { grid-template-columns: 1fr auto; }
input,select,textarea { border-color: #316898; background: #020d1b; box-shadow: inset 0 0 18px #061b33; }
input:focus,select:focus,textarea:focus { border-color: var(--electric); box-shadow: 0 0 0 3px #168fff22, inset 0 0 18px #061b33; }
#arrest-birth-year:focus,#arrest-birth-year:focus-visible { outline: none; border-color: #316898; box-shadow: inset 0 0 18px #061b33; }
.button { box-shadow: 0 0 20px #168fff25; }
.button.secondary { background: #061a31; }

.login-section { min-height: 0; display: grid; place-items: start center; padding-top: 0; }
.login-panel { width: min(440px, 100%); padding: 12px; }
.login-panel h1 { margin: 0 0 4px; font-size: 26px; line-height: 1.1; }
.login-panel > p { margin: 0; font-size: 13px; line-height: 1.35; }
.login-panel form { display: grid; gap: 4px; margin-top: 6px; }
.login-panel label { margin: 2px 0 1px; font-size: 13px; }
.login-panel input { padding: 6px 9px; font-size: 14px; }
.password-field { position: relative; display: block; width: 100%; }
.password-field input { padding-right: 42px; }
.password-visibility-toggle {
  position: absolute;
  top: 50%;
  right: 6px;
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  transform: translateY(-50%);
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #b9d8f2;
  cursor: pointer;
}
.password-visibility-toggle:hover { background: #173a5a; color: #fff; }
.password-visibility-toggle:focus-visible { outline: 2px solid #96d1ff; outline-offset: 1px; }
.password-toggle-icon { position: relative; width: 19px; height: 12px; border: 2px solid currentColor; border-radius: 70% 20%; transform: rotate(45deg); }
.password-toggle-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 5px; height: 5px; transform: translate(-50%,-50%); border-radius: 50%; background: currentColor; }
.password-visibility-toggle[aria-pressed="true"] { color: var(--electric); }

.create-profile-section {
  padding-top: 20px;
}
.create-profile-section .section-heading {
  width: min(920px, 100%);
  margin: 0 auto 10px;
  align-items: end;
}
.create-profile-section .section-heading h1 {
  margin: 3px 0;
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.08;
}
.create-profile-section .section-heading p {
  margin: 0;
  max-width: 520px;
  font-size: 13px;
  line-height: 1.35;
}
.create-profile-section .accent-panel {
  width: min(920px, 100%);
  margin-inline: auto;
  padding: 16px 18px;
}
.create-profile-section .form-grid {
  gap: 0 12px;
}
.create-profile-section label {
  margin: 8px 0 3px;
  font-size: 13px;
  line-height: 1.3;
}
.create-profile-section input,
.create-profile-section select,
.create-profile-section textarea {
  padding: 7px 9px;
  font-size: 14px;
}
.create-profile-section textarea {
  min-height: 64px;
}
.create-profile-section .field-help {
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.3;
}
.create-profile-section .form-section {
  margin-top: 14px;
  padding-top: 14px;
}
.create-profile-section .form-section h2 {
  font-size: 20px;
  line-height: 1.15;
}
.create-profile-section .check {
  margin-top: 10px;
}
.create-profile-section .check label {
  font-size: 12px;
}
.create-profile-section .actions {
  margin-top: 12px;
}
.create-profile-section .button {
  padding: 8px 12px;
  font-size: 13px;
}
.identity-provider-panel { display: grid; gap: 16px; }
.identity-provider-status { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: center; padding: 16px; border: 1px solid #315d83; border-radius: 12px; background: #071727; }
.identity-provider-status h2 { margin: 4px 0; font-size: clamp(22px, 2.5vw, 29px); }
.identity-provider-status p,.identity-provider-status small { margin: 0; color: #b8cce0; }
.identity-provider-check,.identity-provider-symbol { display: grid; width: 52px; height: 52px; place-items: center; border: 2px solid #3981b9; border-radius: 50%; color: #d7edff; font-size: 20px; font-weight: 900; }
.identity-provider-status.verified { border-color: #278d67; background: #08271f; }
.identity-provider-status.verified .identity-provider-check { border-color: #44d19a; background: #0c503b; color: #d9fff0; font-size: 30px; }
.identity-provider-status.attention { border-color: #a87528; background: #2a1d09; }
.identity-provider-status.attention .identity-provider-symbol { border-color: #ffc15c; color: #ffd993; }
.identity-provider-steps { display: grid; gap: 9px; margin: 0; padding: 0 0 0 26px; color: #d5e4f2; }
.identity-provider-details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.identity-provider-details span { display: grid; gap: 3px; padding: 11px 13px; border: 1px solid #294d6e; border-radius: 9px; background: #061522; color: #b7cee2; font-size: 13px; }
.identity-provider-details strong { color: #f3f8fc; }
.platform-access-cost { display: grid; gap: 6px; padding: 16px; border: 1px solid #315d83; border-radius: 12px; background: #061522; }
.platform-access-cost h2 { margin: 0 0 8px; text-align: center; font-size: clamp(20px, 2.2vw, 26px); }
.platform-access-cost-row { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding-top: 11px; border-top: 1px solid #24435f; }
.platform-access-cost-row span { color: #d5e4f2; font-weight: 750; }
.platform-access-cost-row strong { color: #61b8ff; font-size: 18px; text-align: right; }
.platform-access-cost p { margin: 0 0 6px; color: #b8cce0; font-size: 13px; }
.platform-access-cost .platform-access-total { margin-top: 7px; padding-top: 11px; border-top: 1px solid #24435f; color: #f3f8fc; font-weight: 750; text-align: center; }
.platform-access-ready { padding: 14px 16px; border: 1px solid #294d6e; border-radius: 12px; background: #071727; }
.platform-access-ready h2 { margin: 0 0 10px; font-size: 20px; }
.platform-access-document-notice { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 14px; }
.platform-access-document-notice span { color: #d5e4f2; }
.platform-access-document-notice .button { grid-column: 2; grid-row: 1 / span 2; }
.platform-access-completed-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.platform-access-completed-list span { display: grid; gap: 4px; padding: 12px 14px; border: 1px solid #278d67; border-radius: 10px; background: #08271f; color: #d9fff0; }
.platform-access-completed-list strong { color: #f3f8fc; }
.platform-access-paid { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid #3981b9; border-radius: 11px; background: #071727; color: #d5e4f2; font-weight: 750; }
.platform-access-paid strong { color: #61b8ff; font-size: 20px; }
.funding-wallet-button { min-width: min(100%, 310px); }
.funding-provider-handoff,.funding-extra-slot { padding: 16px; border: 1px solid #294d6e; border-radius: 12px; background: #071727; }
.funding-provider-handoff h2,.funding-extra-slot h2 { margin: 0 0 7px; }
.funding-provider-handoff > p,.funding-extra-slot > p { margin: 0 0 14px; color: #b8cce0; }
.funding-provider-handoff .secure-card-placeholder { margin-top: 12px; }
.funding-provider-handoff .maximum-allowable-charge { margin: 12px 0 0; }
.funding-provider-handoff .actions { justify-content: flex-start; }
.funding-symbol { color: #61b8ff; }
.identity-provider-privacy { padding-top: 12px; border-top: 1px solid #24435f; }
@media (max-width: 620px) {
  .identity-provider-status { grid-template-columns: 46px 1fr; gap: 11px; padding: 13px; }
  .identity-provider-check,.identity-provider-symbol { width: 42px; height: 42px; }
  .identity-provider-details { grid-template-columns: 1fr; }
  .platform-access-cost-row { align-items: flex-start; flex-direction: column; gap: 3px; }
  .platform-access-cost-row strong { text-align: left; }
  .platform-access-completed-list { grid-template-columns: 1fr; }
  .platform-access-document-notice { grid-template-columns: 1fr; }
  .platform-access-document-notice .button { grid-column: 1; grid-row: auto; }
}
.login-panel .actions { margin-top: 5px; gap: 7px; }
.login-panel .button { padding: 8px 10px; font-size: 12px; }
.login-actions { justify-content: center; }
.login-help-links { display: flex; flex-basis: 100%; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 8px; font-size: 11px; font-weight: 600; text-align: center; }
.login-help-links > span { flex-basis: 100%; color: var(--muted); }
.login-help-links a { white-space: nowrap; }
.recovery-status { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.35; }
.account-result-panel { text-align: center; }
.account-result-panel .actions { justify-content: center; }
.account-result-icon { display: grid; width: 52px; height: 52px; margin: 0 auto 9px; place-items: center; border: 2px solid #3a75a8; border-radius: 50%; background: #0a2137; color: #d9edff; font-size: 24px; font-weight: 900; }
.account-result-icon.success { border-color: #43cf98; background: #0b503a; color: #dcfff1; font-size: 30px; }
.account-result-icon.expired { border-color: #f1b34d; background: #4c320c; color: #ffe1a5; }
.account-result-detail { color: var(--muted); font-size: 12px; }
.device-verification-dialog {
  width: min(92vw, 520px);
  padding: 0;
  border: 1px solid #3b78aa;
  border-radius: 16px;
  background: #071a2c;
  color: #f4f9ff;
  box-shadow: 0 24px 80px rgb(0 0 0 / 55%);
}
.device-verification-dialog::backdrop { background: rgb(1 9 19 / 78%); backdrop-filter: blur(3px); }
.device-verification-card { padding: 28px; }
.device-verification-card h2 { margin: 5px 0 8px; }
.device-verification-card > p { margin: 0 0 18px; color: #c7d9e9; }
.device-verification-card label { display: grid; gap: 7px; font-weight: 800; }
.device-verification-card input[name="code"] {
  min-height: 58px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .28em;
  font-variant-numeric: tabular-nums;
}
.device-verification-card .actions { justify-content: center; }
.device-verification-status { padding: 10px 12px; border: 1px solid #d75f64; border-radius: 8px; background: #451a22; color: #ffe5e7; }
.device-verification-resend { display: grid; justify-items: center; gap: 8px; margin-top: 12px; }
.device-verification-resend-status { min-height: 1.3em; color: #b8cce0; font-size: 12px; text-align: center; }
@media (max-width: 520px) {
  .device-verification-card { padding: 22px 18px; }
  .device-verification-card input[name="code"] { font-size: 24px; letter-spacing: .22em; }
}
.home-support-copy > span { display: block; white-space: nowrap; }
.home-process .home-support-copy { font-size: 18px; }
.home-support-copy .inline-bond { display: inline-block; margin-inline: .22em; }
.home-process { margin-top: -36px; padding-top: 0; }
.home-process .how-summary { margin-bottom: 8px; }
.home-process .how-summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 20px; }
.home-process .how-summary-card {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 250px;
  height: 100%;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(145deg,#0d243d,#0a192a);
  box-shadow: 0 8px 22px #0002;
  display: grid;
  place-items: center;
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}
.home-process .how-it-works-label { position: absolute; top: 14px; left: 16px; font-size: 15px; }
.home-process .how-primary-message { display: block; transform: translateY(12px); }
.home-process .how-summary-grid h1 {
  font-size: clamp(29px, 2.7vw, 36px);
  font-weight: 650;
  line-height: 1.25;
}
.home-process .step-card { display: flex; flex-direction: column; text-align: center; }
.home-process .step-card:nth-child(1) h2 { text-align: center; }
.home-process .step-card:nth-child(2) h2 { text-align: center; }
.home-process .step-card:nth-child(3) h2 { text-align: center; }
.home-process .step-card > .button {
  width: 82%;
  min-height: 50px;
  margin: auto auto 0;
  font-size: 18px;
  letter-spacing: .12em;
}
.demo-credentials { display: grid; gap: 3px; margin-top: 8px; padding: 9px; border: 1px solid #28547e; border-radius: 8px; background: #031020; color: #b9d5ee; font-size: 11px; line-height: 1.3; }
.demo-credentials code { color: #fff; }
.session-status { display: flex; align-items: center; justify-content: flex-end; gap: 14px; padding: 14px 0 0; color: #b9d5ee; }
.file-selection-status { display: block; margin-top: 7px; color: #8fb5d7; font-size: 13px; }
.file-selection-status.confirmed { color: #aef2d1; }
.resources-page { padding-bottom: 36px; }
.resource-group { padding-top: 24px; }
.resource-group-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.resource-group-heading h2,.resource-group-heading p { margin: 0; }
.resource-slot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.resource-slot { display: flex; flex-direction: column; gap: 12px; min-width: 0; box-shadow: none; }
.resource-slot .form-grid { grid-template-columns: 1fr; gap: 0; }
.resource-slot label { font-size: 13px; }
.resource-slot input { padding: 8px 10px; }
.resource-slot .button { align-self: flex-start; margin-top: auto; }
.resource-slot-heading { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.resource-slot-heading h2 { margin: 3px 0 0; font-size: 20px; }
.contact-order-panel { grid-column: 1 / -1; box-shadow: none; }
.contact-order-panel ol { display: grid; gap: 8px; padding: 0; margin: 14px 0 0; list-style: none; }
.contact-order-panel li { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid #29455e; }
.contact-order-panel li small { display: block; color: #aac0d6; }
.contact-order-actions { display: flex; gap: 7px; flex-shrink: 0; }
.contact-outreach { margin-top: 24px; }
.contact-outreach-status { display: grid; gap: 8px; padding: 0; list-style: none; }
.contact-outreach-status li { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; align-items: center; padding: 12px 14px; border: 1px solid #29455e; border-radius: 8px; background: #081827; }
.contact-outreach-status li small { grid-column: 1 / -1; color: #aac0d6; }
.outreach-followup-grid { display: grid; gap: 14px; }
.contact-outreach-form { margin-top: 14px; }
.outreach-methods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 14px 0; }
.outreach-outcomes { min-width: 0; margin: 0; padding: 12px; border: 1px solid #416487; border-radius: 8px; }
.outreach-outcomes legend { padding: 0 5px; color: #dbeeff; font-weight: 800; }
.outreach-outcomes label { display: flex; align-items: flex-start; gap: 8px; margin: 7px 0; font-weight: 500; }
.outreach-outcomes input { width: auto; margin-top: 4px; }
.outreach-outcomes.unavailable p { color: #aac0d6; }
.outreach-history { grid-column: 1 / -1; box-shadow: none; }
.outreach-history > ol { display: grid; gap: 12px; padding: 0; list-style: none; }
.outreach-history > ol > li { padding: 14px; border: 1px solid #29455e; border-radius: 9px; background: #081827; }
.outreach-history li > div { display: flex; justify-content: space-between; gap: 12px; }
.outreach-history li small { color: #aac0d6; }
.outreach-history dl { display: grid; grid-template-columns: 150px 1fr; gap: 5px 12px; margin: 12px 0 0; }
.outreach-history dt { color: #aac0d6; }
.outreach-history dd { margin: 0; white-space: pre-wrap; }
.status.overdue { border-color: #ff6b6b; background: #4a1118; color: #ffd9d9; }
.follow-up-overdue { border-color: #d94b55 !important; box-shadow: 0 0 0 1px rgba(217, 75, 85, .28); }
.overdue-text { color: #ff8585 !important; font-weight: 800; }
.bondsman-access-history { margin: 18px 0; padding: 14px; border: 1px solid #29455e; border-radius: 9px; background: #081827; }
.bondsman-access-history h3 { margin-top: 0; }
.bondsman-access-history ol { display: grid; gap: 8px; margin-bottom: 0; padding: 0; list-style: none; }
.bondsman-access-history li { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px 14px; align-items: center; }
.bondsman-access-history li strong { display: grid; justify-items: start; gap: 5px; }
.bondsman-access-history li .status { font-size: 11px; }
.bondsman-access-history li.access-attempt-failed { padding: 9px; border: 1px solid #8e343d; border-radius: 7px; background: #271018; }
.bondsman-access-history li.access-expired { padding: 9px; border: 1px solid #8b6a32; border-radius: 7px; background: #261e10; }
.bondsman-access-history time { color: #aac0d6; }
.family-alert-history { margin-top: 18px; }
.family-alert-history ol { display: grid; gap: 9px; padding: 0; list-style: none; }
.family-alert-history li { display: flex; justify-content: space-between; gap: 18px; padding: 11px 13px; border: 1px solid #29455e; border-radius: 8px; background: #081827; }
.family-alert-history li div { display: grid; gap: 3px; }
.family-alert-history li small { color: #aac0d6; }
.family-alert-history li .button { margin-top: 8px; }
.family-response-confirmation { color: #8ce8bd; font-size: 13px; font-weight: 800; }
.funding-amount-difference { display: inline-block; padding: 3px 7px; border: 1px solid #c98b35; border-radius: 5px; background: #34230c; color: #ffd183; font-size: 12px; font-weight: 800; }
.family-funding-status { color: #ffc458; font-size: 13px; font-weight: 800; }
.family-funding-overdue { border-color: #d94b55 !important; box-shadow: 0 0 0 1px rgba(217, 75, 85, .28); }
.family-funding-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; margin-top: 3px; }
.family-funding-actions label { display: grid; gap: 3px; color: #aac0d6; font-size: 12px; font-weight: 700; text-align: left; }
.family-funding-actions input { width: 190px; padding: 7px 9px; }
.family-callback-handoff { margin: 18px 0; padding: 14px; border: 1px solid #3d8f70; border-radius: 9px; background: #092219; }
.family-callback-handoff h2 { margin: 4px 0 5px; }
.family-callback-handoff ol { display: grid; gap: 8px; padding: 0; list-style: none; }
.family-callback-handoff li { display: flex; justify-content: space-between; gap: 18px; padding-top: 8px; border-top: 1px solid #245c47; }
.family-callback-handoff li div { display: grid; gap: 3px; }
.family-callback-handoff li small { color: #aac0d6; }
.family-funding-handoff { margin: 18px 0; padding: 14px; border: 1px solid #9a7838; border-radius: 9px; background: #261e10; }
.family-funding-handoff h2 { margin: 4px 0 5px; color: #ffc458; }
.family-funding-handoff .receipt-method { display: grid; gap: 4px; color: #aac0d6; font-size: 12px; font-weight: 700; }
.family-funding-handoff .receipt-method select,.family-funding-handoff .receipt-method input,.family-funding-handoff .receipt-method textarea { min-width: 190px; padding: 8px 10px; }
.family-funding-handoff .receipt-reference-unavailable { display: flex; align-items: center; gap: 7px; color: #aac0d6; font-size: 12px; font-weight: 700; }
.family-funding-handoff .receipt-reference-unavailable input { width: auto; min-width: 0; }
.funds-receipt-corrections { display: grid; gap: 5px; margin-top: 5px; padding: 8px 10px; border-left: 3px solid #55a8e8; background: #0b2132; color: #d8ecff; font-size: 12px; }
.funds-receipt-corrections > span { padding-top: 5px; border-top: 1px solid #29455e; white-space: pre-wrap; }
.family-funds-coverage { margin: 18px 0; padding: 14px; border: 1px solid #3d6688; border-radius: 9px; background: #091c2b; }
.family-funds-coverage > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 8px; }
.family-funds-coverage > div > span { display: grid; gap: 3px; padding: 10px; border: 1px solid #29455e; border-radius: 7px; background: #081827; }
.family-funds-coverage small { color: #aac0d6; }
.family-funds-coverage strong { font-size: 20px; }
.family-funds-coverage .coverage-remaining { border-color: #c98b35; }
.family-funds-coverage .coverage-complete { border-color: #3d8f70; }
.bondsman-funding-snapshot { margin: 18px 0; padding: 18px; border: 2px solid #5db8ff; border-radius: 12px; background: #0b2338; }
.bondsman-funding-snapshot > h2 { margin: 5px 0 0; }
.bondsman-funding-snapshot .family-funds-coverage { margin-bottom: 0; }
.coverage-next-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 10px; padding: 10px 12px; border: 1px solid #c98b35; border-radius: 7px; background: #34230c; color: #ffd183; }
.coverage-next-contact .button { margin-left: auto; }
.coverage-funded { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-top: 10px; padding: 10px 12px; border: 1px solid #3d8f70; border-radius: 7px; background: #092219; color: #a9f0cf; }
.coverage-funded-ready > strong { flex-basis: 100%; font-size: 1.18rem; }
.family-funding-handoff ol { display: grid; gap: 8px; padding: 0; list-style: none; }
.family-funding-handoff li { display: flex; justify-content: space-between; gap: 18px; padding-top: 8px; border-top: 1px solid #6b5227; }
.family-funding-handoff li div { display: grid; gap: 3px; }
.family-funding-handoff li small { color: #aac0d6; }
.customer-family-funding-history ol { display: grid; gap: 9px; padding: 0; list-style: none; }
.customer-family-funding-history li { display: flex; justify-content: space-between; gap: 18px; padding: 11px 13px; border: 1px solid #29455e; border-radius: 8px; background: #081827; }
.customer-family-funding-history li div { display: grid; gap: 3px; }
.customer-family-funding-history li small { color: #aac0d6; }
.past-events { grid-column: 1 / -1; box-shadow: none; }
.past-events details { margin-top: 10px; padding: 12px 14px; border: 1px solid #29455e; border-radius: 8px; background: #081827; }
.past-events summary { cursor: pointer; }
.past-events details .outreach-history { margin-top: 12px; border: 0; padding: 12px 0 0; }
.close-event-form { margin-top: 18px; padding-top: 4px; border-top: 1px solid #29455e; }
.slot-price { flex: 0 0 auto; padding: 5px 9px; border: 1px solid #ffc458; border-radius: 999px; color: #ffc458; font-size: 13px; font-weight: 850; }
.slot-price.free { border-color: #55d5a0; color: #8ce8bd; }
.locked-slot { border-color: #38516d; background: linear-gradient(145deg,#0a1c30,#071421); }
.locked-slot input:disabled { opacity: .72; cursor: not-allowed; }
.secure-card-placeholder { min-height: 166px; display: grid; align-content: center; gap: 7px; padding: 18px; border: 1px dashed #4f6f90; border-radius: 9px; background: #061421; color: #9db7cf; text-align: center; }
.secure-card-placeholder strong { color: #edf6ff; }
.secure-card-placeholder.ready { border-color: #169cff; }
.resource-more { display: flex; justify-content: center; margin-top: 12px; }
.contact-invitations { margin-top: 20px; padding-top: 18px; border-top: 1px solid #29455e; }
.contact-invitation-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 12px; }
.contact-invitation { box-shadow: none; }
.contact-invitation h3,.contact-invitation p { margin: 4px 0; }
.invitation-code { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 12px 0; padding: 9px 10px; border: 1px solid #416487; border-radius: 8px; background: #061421; }
.invitation-code code { color: #fff; font-weight: 800; overflow-wrap: anywhere; }
.contact-invitation-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.linked-family-logins { margin-top: 14px; padding-top: 12px; border-top: 1px solid #29455e; }
.linked-family-logins h4 { margin: 0 0 8px; }
.linked-family-logins ul { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.linked-family-logins li { display: grid; gap: 2px; padding: 8px; border-radius: 7px; background: #071827; }
.linked-family-logins li span,.linked-family-logins li small { color: #aac0d6; font-size: 12px; }
.linked-family-logins details { margin-top: 5px; color: #ffd5da; font-size: 12px; }
.linked-family-logins details summary { cursor: pointer; }
.linked-family-logins details ol { margin-top: 6px; padding-left: 18px; }
.customer-preparation-lock { margin: 14px 0 0; }
.prep-lock-disabled { opacity: .5; pointer-events: none; text-decoration: none; }
.slot-cart { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 24px; margin-top: 28px; border-color: #169cff; }
.slot-cart h2 { margin: 4px 0 8px; }
.slot-cart ul { display: grid; gap: 5px; padding: 0; margin: 10px 0 0; list-style: none; }
.slot-cart li { display: flex; justify-content: space-between; gap: 18px; padding: 7px 0; border-bottom: 1px solid #29455e; }
.slot-cart-total { display: grid; min-width: 210px; gap: 8px; text-align: right; }
.slot-cart-total > strong { color: #ffc458; font-size: 24px; }
.bondsman-now { margin: 18px 0; padding: 20px; border: 2px solid #5db8ff; border-radius: 12px; background: linear-gradient(135deg, #12375a, #0a2036); }
.bondsman-now h2 { margin: 5px 0; font-size: clamp(24px, 3vw, 34px); }
.bondsman-now p { max-width: 780px; margin: 0 0 14px; color: #d9edff; }
.bondsman-now .button { margin-bottom: 16px; }
.bondsman-now ol { display: grid; gap: 8px; margin: 0; padding: 14px 0 0; border-top: 1px solid #41678d; list-style: none; }
.bondsman-now li { display: flex; align-items: flex-start; gap: 9px; color: #aac0d6; }
.bondsman-now li span { min-width: 20px; color: #78c2ff; font-weight: 900; }
.bondsman-now li.done { color: #a7f1d0; }
.bondsman-now li.done span { color: #55d5a0; }
.bondsman-primary-case-action { display: grid; justify-items: start; gap: 8px; margin: 0 0 14px; padding: 22px; border: 2px solid #5db8ff; border-radius: 12px; background: linear-gradient(135deg, #12375a, #0a2036); }
.bondsman-primary-case-action h2 { margin: 0; color: #fff; font-size: clamp(25px, 4vw, 40px); letter-spacing: .035em; }
.bondsman-primary-case-action p { max-width: 760px; margin: 0 0 6px; color: #d9edff; }
.bondsman-primary-case-action .button { min-width: min(100%, 360px); padding-block: 15px; font-size: 16px; }
.bondsman-id-documents { margin: 16px 0; padding: 18px; border: 1px solid #41678d; border-radius: 12px; background: #0a1c2e; }
.bondsman-id-documents h2 { margin: 4px 0 14px; }
.bondsman-id-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.bondsman-id-grid article { display: grid; gap: 7px; min-height: 125px; align-content: center; padding: 18px; border: 1px solid #5d7590; border-radius: 10px; background: linear-gradient(145deg, #17324d, #101f30); }
.bondsman-id-grid strong { overflow-wrap: anywhere; color: #fff; }
.bondsman-id-grid small { color: #b8cce0; }
.document-side { width: fit-content; padding: 4px 9px; border-radius: 999px; background: #1a76b8; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.form-a-read-only { margin: 16px 0; padding: 18px; border: 1px solid #4d806e; border-radius: 12px; background: #0b211d; }
.form-a-read-only .section-heading { margin-bottom: 12px; }
.form-a-amendment-request { display: grid; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid #4d806e; }
.form-a-amendment-request h3 { margin: 0; }
.form-a-amendment-history { margin-top: 18px; }
.form-a-amendment-history ol { display: grid; gap: 10px; padding-left: 22px; }
.form-a-amendment-history li { display: grid; gap: 3px; }
.form-a-amendment-history small { color: #b6ccbf; }
@media (max-width: 620px) { .bondsman-id-grid { grid-template-columns: 1fr; } }
@media print {
  body.print-form-a * { visibility: hidden !important; }
  body.print-form-a .form-a-read-only,
  body.print-form-a .form-a-read-only * { visibility: visible !important; }
  body.print-form-a .form-a-read-only { position: absolute; inset: 0 auto auto 0; width: 100%; margin: 0; border: 0; background: #fff; color: #000; }
  body.print-form-a .form-a-document-actions,
  body.print-form-a .form-a-amendment-request { display: none !important; }
}
.bondsman-completed-steps { margin-top: 4px; }
.bondsman-completed-steps summary { width: fit-content; color: #bcd7ed; cursor: pointer; font-weight: 700; }
.bondsman-completed-steps[open] summary { margin-bottom: 8px; }
.routine-history { margin-block: 12px; }
.routine-history > summary { width: fit-content; cursor: pointer; color: #c7dcef; font-weight: 800; }
.routine-history[open] > summary { margin-bottom: 12px; }
.routine-history > .outreach-history { margin-top: 12px; }
.family-settings > div { display: grid; gap: 12px; }
.family-settings > div > .panel { margin: 0; }
.staff-review-list { display: grid; gap: 16px; }
.staff-review-card form { margin-top: 16px; padding-top: 16px; border-top: 1px solid #31516f; }
.review-checks { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 12px 0; }
.review-checks label { display: flex; align-items: center; gap: 8px; }
.bondsman-funding-priority {
  margin: 0 0 14px;
  padding: 18px 20px;
  border: 3px solid #f2c94c;
  border-radius: 12px;
  background: #332b0d;
  box-shadow: 0 0 0 3px rgb(242 201 76 / 12%);
}
.bondsman-funding-priority h2,
.bondsman-funding-priority p { margin: 5px 0; }
.bondsman-funding-priority .funding-reply-text { font-size: clamp(20px, 2.7vw, 28px); font-weight: 800; color: #fff4bd; }
.funding-receipt-quick { display: flex; align-items: end; gap: 10px; margin-top: 12px; }
.funding-receipt-quick label { max-width: 220px; }
@media (max-width: 560px) {
  .funding-receipt-quick { align-items: stretch; flex-direction: column; }
}
.contact-outreach-waiting { margin-top: 22px; }
.contact-timing-note { font-size: 16px; }

/* Keep the notification bubble completely hidden until it contains a message. */
#toast {
  display: none !important;
  transform: translateY(calc(100% + 40px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .22s, opacity .22s;
}
#toast.show {
  display: block !important;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#toast.show:empty {
  display: none !important;
}

/* Move every validation error to the exact field that needs attention. */
.field-needs-attention {
  border-color: #ff5f70 !important;
  box-shadow: 0 0 0 3px rgba(255, 95, 112, .28) !important;
  outline: 3px solid #ff5f70 !important;
  outline-offset: 2px;
  scroll-margin-top: 140px;
}
.check input.field-needs-attention {
  box-shadow: 0 0 0 3px rgba(255, 95, 112, .28) !important;
}
.field-attention-message {
  display: block;
  color: #ffb8c0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin: 7px 0 2px;
}

@media(max-width: 940px){
  .site-header{display:flex}.arrest-pulse{order:3;width:100%}
  .hero-accent{grid-template-columns:1fr;min-height:auto;padding-bottom:70px}.shield-stage{min-height:390px;margin-left:0}.animated-shield-stage{animation:none;transform:none}.shield-stage img{display:block}.role-switcher{grid-template-columns:1fr}.role-switcher a{border-right:0;border-bottom:1px solid #28547e}.role-switcher a:last-child{border-bottom:0}.resource-entry{align-items:flex-start;flex-direction:column}.resource-slot-grid,.contact-invitation-grid{grid-template-columns:1fr}.contact-order-panel li{align-items:flex-start;flex-direction:column}.outreach-methods{grid-template-columns:1fr}.bondsman-access-history li{grid-template-columns:1fr}.slot-cart{grid-template-columns:1fr}.slot-cart-total{text-align:left}
}
@media(max-width: 650px){
  .payment-card-slots { grid-template-columns: 1fr; }
}
@media(max-width:650px){
  .home-process .how-summary-grid{grid-template-columns:1fr}.hero-copy h1{font-size:49px}.hero-copy .animated-brand{font-size:clamp(24px,7.5vw,34px)}.hero-preparedness{font-size:20px;transform:translateY(6px)}.hero-tagline{font-size:24px!important}.shield-stage{min-height:330px}.progress-title{display:block}.freedom-progress{padding:16px}.freedom-bar a{min-width:145px}.role-switcher a{min-height:76px}.family-alert-history li,.family-callback-handoff li,.family-funding-handoff li,.customer-family-funding-history li{flex-direction:column}.family-funding-actions{justify-content:flex-start}.family-funds-coverage>div{grid-template-columns:1fr}
}
.turnstile-verification {
  width: min(100%, 320px);
  margin: 8px auto 0;
  text-align: center;
}

.turnstile-widget {
  min-height: 0;
}

.turnstile-status {
  margin: 4px 0 0;
}

.turnstile-status[data-state="error"] {
  color: #ff9d9d;
}

.readiness-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.readiness-plan-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.readiness-plan-card.featured { border-color: #4d9eff; }
.readiness-plan-card.selected { border-color: #61b8ff; box-shadow: 0 0 0 2px rgba(97,184,255,.2); }
.readiness-plan-card h2,
.readiness-plan-card p { margin: 0; }
.readiness-plan-card ul { margin: 0 0 4px; padding-left: 20px; }
.readiness-plan-card .button { margin-top: auto; width: 100%; }
.readiness-plan-price { display: flex; align-items: baseline; gap: 8px; }
.readiness-plan-price strong { color: #fff; font-size: clamp(30px, 4vw, 42px); }
.readiness-plan-price span { color: #bcd7ed; font-weight: 700; }
.form-a-completion-form { display: grid; gap: 14px; }
.form-a-method { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 11px; margin: 0; cursor: pointer; }
.form-a-method input { width: 20px; height: 20px; margin: 3px 0 0; accent-color: #249cff; }
.form-a-method > span { display: grid; gap: 8px; }
.form-a-method strong { color: #fff; font-size: clamp(20px,2.4vw,27px); line-height: 1.15; }
.notarized-form-upload { display: grid; gap: 8px; margin-top: auto; padding: 12px; border: 1px solid #315d83; border-radius: 10px; background: #061522; }
.notarized-form-upload input[type="file"] { width: 100%; min-height: 44px; padding: 8px; }
.notarized-form-upload input:disabled { opacity: .55; cursor: not-allowed; }
.form-a-download-control { width: 100%; margin-top: auto; text-align: center; }
.manual-authenticity-code { display: grid; gap: 8px; margin-top: 2px; }
.manual-authenticity-code input:disabled { opacity: .55; cursor: not-allowed; }
.proof-online-boundary { display: grid; gap: 4px; margin: 0; }
.proof-online-boundary span { color: #c7dff1; }
.readiness-plan-note { margin: 14px auto 0; max-width: 760px; text-align: center; }
.form-b-rfp { display: grid; gap: 16px; margin-top: 18px; border-color: #3f78a8; }
.form-b-rfp > p { margin: 0; color: #c6d9e9; }
.rfp-validation-checks { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.rfp-validation-checks li { display: flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid #31516f; border-radius: 9px; background: #071727; }
.rfp-validation-checks li span { display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 auto; border-radius: 50%; font-weight: 900; }
.rfp-validation-checks li.passed span { background: #177a58; color: #fff; }
.rfp-validation-checks li.waiting span { background: #493516; color: #ffd993; }
.form-b-rfp form { display: grid; gap: 14px; padding: 15px; border: 1px solid #315d83; border-radius: 11px; background: #061522; }
.rfp-form-a-limit { display: grid; align-content: center; gap: 4px; padding: 10px 12px; border: 1px solid #294d6e; border-radius: 9px; }
.rfp-form-a-limit span { color: #b8cce0; }
.rfp-form-a-limit strong { color: #61b8ff; font-size: 22px; }
.rfp-result-explanation { padding: 12px 14px; border-left: 4px solid #61b8ff; background: #0b2338; }
.rfp-result-explanation p { margin: 5px 0 0; }
.rfp-result-explanation code { color: #d7efff; overflow-wrap: anywhere; }
.local-rfp-trial-controls {
  display: grid;
  justify-items: start;
  gap: 9px;
  padding: 14px;
  border: 1px dashed #62b7ff;
  border-radius: 11px;
  background: #0a2034;
}
.local-rfp-trial-controls p { margin: 0; color: #c9e0f2; }
.trial-release-celebration {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 16px;
  border: 2px solid #66d59a;
  border-radius: 13px;
  background: linear-gradient(135deg, #0c533f, #103153 58%, #482c71);
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 4px rgba(102,213,154,.1);
}
.trial-release-celebration::before { content: "★  ◆  ★"; color: #ffdf74; letter-spacing: .45em; }
.trial-release-celebration > strong { font-size: clamp(24px,4vw,38px); line-height: 1; }
.trial-release-celebration > span:not(.eyebrow) { font-size: clamp(18px,3vw,27px); font-weight: 900; }
.trial-release-celebration small { color: #e3f2ff; font-weight: 800; }
.rfp-history { display: grid; gap: 8px; margin: 0; padding-left: 22px; }
.rfp-history li { display: grid; gap: 3px; }
.rfp-history span,.rfp-history small { color: #b8cce0; }
.readiness-checkout-card { max-width: 760px; margin-inline: auto; }
.readiness-checkout-summary h2 { margin-bottom: 4px; }
.readiness-checkout-summary > p { margin-top: 0; }
.readiness-checkout-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-top: 1px solid #31516f;
}
.readiness-checkout-row.discount { color: #9ee7bf; }
.readiness-checkout-row.total { color: #fff; font-size: 20px; font-weight: 800; border-top-width: 2px; }
.readiness-coupon { display: flex; align-items: end; gap: 10px; margin: 18px 0; }
.readiness-coupon label { flex: 1; margin: 0; }
.readiness-return-note { margin-top: 20px; padding: 14px 16px; border: 1px solid #31516f; border-radius: 10px; background: #102b43; }
.readiness-return-note p { margin: 6px 0; }
.readiness-return-note small { color: #bcd7ed; }
@media (max-width: 700px) {
  .readiness-plan-grid { grid-template-columns: 1fr; }
  .readiness-coupon { align-items: stretch; flex-direction: column; }
  .rfp-validation-checks { grid-template-columns: 1fr; }
}
