:root{
  --navy:#10253f;
  --navy2:#173759;
  --gold:#c89b3c;
  --gold2:#e3c16f;
  --ink:#17212b;
  --muted:#667085;
  --paper:#ffffff;
  --wash:#f5f7fa;
  --line:#d9e0e8;
  --good:#177245;
  --warn:#8a5a00;
  --danger:#9b1c1c;
  --shadow:0 12px 34px rgba(16,37,63,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--wash);line-height:1.55}a{color:var(--navy);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.topbar{background:var(--navy);color:#fff}.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}.brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:800;letter-spacing:.1px}.brand:hover{text-decoration:none}.mark{width:38px;height:38px;border-radius:10px;border:2px solid var(--gold);display:grid;place-items:center;color:var(--gold);font-family:Georgia,serif;font-size:20px}.nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.nav a{color:#fff;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--navy);background:#fff;color:var(--navy);font-weight:700;padding:10px 15px;border-radius:9px;cursor:pointer;text-decoration:none}.btn:hover{text-decoration:none;filter:brightness(.98)}.btn.primary{background:var(--gold);border-color:var(--gold);color:var(--navy)}.btn.navy{background:var(--navy);color:#fff}.btn.ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}.btn.small{padding:7px 10px;font-size:13px}.hero{background:linear-gradient(135deg,var(--navy),#1b426c);color:#fff;padding:76px 0 68px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--gold2)}h1,h2,h3{line-height:1.15;margin:0 0 14px}h1{font-size:clamp(38px,5vw,64px);letter-spacing:-.035em}h2{font-size:clamp(28px,3vw,40px);color:var(--navy)}h3{font-size:20px;color:var(--navy)}.hero p{font-size:18px;color:#e8eef6;max-width:760px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-card{background:#fff;color:var(--ink);border-radius:16px;padding:26px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.3)}.hero-card h3{margin-bottom:10px}.checklist{list-style:none;padding:0;margin:14px 0 0}.checklist li{padding:8px 0 8px 28px;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;top:7px;color:var(--good);font-weight:900}.section{padding:66px 0}.section.white{background:#fff}.section-title{max-width:780px;margin-bottom:28px}.section-title p{color:var(--muted);font-size:17px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:0 5px 18px rgba(16,37,63,.05)}.card .num{width:34px;height:34px;border-radius:9px;background:#f6ecd3;color:var(--navy);display:grid;place-items:center;font-weight:900;margin-bottom:14px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.step span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;font-weight:800;margin-bottom:12px}.notice{border-left:4px solid var(--gold);background:#fff8e8;padding:16px 18px;border-radius:8px;color:#604716}.notice.danger{border-left-color:var(--danger);background:#fff1f1;color:#6d1f1f}.notice.info{border-left-color:var(--navy);background:#eef5fb;color:#173759}.accounting-card{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:linear-gradient(135deg,#fff,#f8f2e5);border:1px solid #ead9ae;border-radius:16px;padding:28px}.footer{background:#0d1d31;color:#d9e4ef;padding:36px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer a{color:#fff}.fine{font-size:13px;color:#98a8ba}.app-shell{min-height:100vh}.app-main{padding:32px 0 60px}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.page-head h1{font-size:34px;color:var(--navy)}.page-head p{color:var(--muted);margin:5px 0 0}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.metric .label{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.metric .value{font-size:30px;color:var(--navy);font-weight:850;margin-top:6px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:12px 13px;border-bottom:1px solid var(--line);vertical-align:top}th{background:#f8fafc;color:#475467;font-size:12px;text-transform:uppercase;letter-spacing:.06em}tr:last-child td{border-bottom:0}.status{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eef2f6;color:#344054;font-weight:700;font-size:12px}.status.good{background:#e9f8ef;color:#17683f}.status.warn{background:#fff5da;color:#805800}.status.bad{background:#fdecec;color:#8f1e1e}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label,.field>span{font-size:13px;font-weight:750;color:#344054}input,select,textarea{width:100%;border:1px solid #cfd8e3;border-radius:9px;padding:11px 12px;font:inherit;background:#fff;color:var(--ink)}textarea{min-height:120px;resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid rgba(200,155,60,.18);border-color:var(--gold)}.field-help{font-size:12px;color:var(--muted)}.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.auth-wrap{min-height:calc(100vh - 66px);display:grid;place-items:center;padding:40px 16px}.auth-card{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:var(--shadow)}.auth-card h1{font-size:30px;color:var(--navy)}.flash{padding:12px 14px;border-radius:9px;margin-bottom:16px}.flash.good{background:#e9f8ef;color:#17683f}.flash.bad{background:#fdecec;color:#8f1e1e}.flash.info{background:#eef5fb;color:#173759}.order-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.timeline{display:grid;gap:12px}.message{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px}.message.owner{border-left:4px solid var(--gold)}.message.customer{border-left:4px solid var(--navy)}.meta{font-size:12px;color:var(--muted)}.file-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.file-row:last-child{border-bottom:0}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.service-option{border:1px solid var(--line);border-radius:12px;padding:14px;background:#fff}.service-option input{width:auto;margin-right:8px}.legal-page{background:#fff}.legal-page .content{max-width:900px;padding:48px 0 70px}.legal-page h1{font-size:42px;color:var(--navy)}.legal-page h2{font-size:26px;margin-top:34px}.legal-page ul{padding-left:22px}.legal-page li{margin:8px 0}.kbd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#eef2f6;padding:2px 6px;border-radius:5px;font-size:12px}.split-65-35{display:grid;grid-template-columns:1.85fr 1fr;gap:18px}.hide{display:none!important}@media(max-width:900px){.hero-grid,.cards,.steps,.grid.two,.grid.three,.footer-grid,.form-grid,.split-65-35{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.hero{padding:52px 0}.nav{gap:9px}.topbar .container{align-items:flex-start;flex-direction:column}.page-head,.order-head,.accounting-card{grid-template-columns:1fr;display:grid}.field.full{grid-column:auto}}

/* SEO / GEO public-location content */
.location-feature{display:grid;grid-template-columns:1.35fr .65fr;gap:34px;align-items:start}.city-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.city-links a{display:block;background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-weight:750}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.faq-item p{margin-bottom:0;color:#475467}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:18px}.breadcrumb a{font-weight:700}.location-hero{background:linear-gradient(135deg,var(--navy),#1b426c);color:#fff;padding:58px 0}.location-hero h1{font-size:clamp(34px,4.5vw,54px)}.location-hero p{font-size:18px;color:#e8eef6;max-width:800px}.content-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:28px;align-items:start}.content-prose{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px}.content-prose h2{font-size:28px;margin-top:30px}.content-prose h2:first-child{margin-top:0}.content-prose p,.content-prose li{color:#475467}.sidebar-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;position:sticky;top:20px}.sidebar-card ul{padding-left:20px}.location-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.location-list a{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;font-weight:800}.service-area-cloud{display:flex;flex-wrap:wrap;gap:9px}.service-area-cloud span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 11px;font-size:13px;color:#475467}@media(max-width:900px){.location-feature,.content-grid,.faq-grid,.location-list{grid-template-columns:1fr}.city-links{grid-template-columns:1fr}.sidebar-card{position:static}}

/* Per-user form-card and questionnaire module */
.form-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.portal-form-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:13px;box-shadow:0 3px 12px rgba(16,37,63,.045);display:flex;flex-direction:column;align-items:flex-start;min-width:0}.portal-form-card h3{margin:6px 0 5px;font-size:15px;line-height:1.25}.portal-form-card p{color:#475467;flex:1;font-size:12px;line-height:1.42;margin:7px 0 10px}.portal-form-card .meta{font-size:11px}.form-code{display:inline-flex;padding:3px 7px;border-radius:7px;background:#f6ecd3;color:var(--navy);font-weight:900;font-size:10px;letter-spacing:.05em}.form-card-topline{display:flex;align-items:center;justify-content:space-between;gap:7px;width:100%}.form-category-badge{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;background:#eef3f8;color:#42566d;font-size:10px;font-weight:800;white-space:nowrap}.compact-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:auto}.compact-card-actions form{margin:0}.small-link{display:inline-block;font-size:11px;font-weight:700}.owner-toggle-card{cursor:pointer}.form-catalog-shell{padding:16px}.form-catalog-toolbar{display:grid;grid-template-columns:minmax(0,2fr) minmax(180px,1fr);gap:10px;margin-bottom:12px}.form-catalog-toolbar .field label{font-size:11px}.form-catalog-toolbar input,.form-catalog-toolbar select{padding:9px 10px}.compact-form-card-grid{align-items:stretch}.form-card-toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin-bottom:10px}.form-card-toggle input,.question-check input,.related-card input{width:auto}.questionnaire-form{display:grid;gap:18px;margin-top:18px}.question-section{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:0 5px 18px rgba(16,37,63,.04)}.question-section h2{font-size:24px;margin-bottom:18px}.question-check{display:flex;gap:10px;align-items:flex-start;border:1px solid #e1e7ef;border-radius:10px;padding:12px;background:#fbfcfe}.question-check input{margin-top:5px}.related-card{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--line);border-radius:12px;padding:15px;background:#fff;cursor:pointer}.related-card input{margin-top:5px}.sticky-form-actions{position:sticky;bottom:0;z-index:10;display:flex;gap:10px;flex-wrap:wrap;background:rgba(245,247,250,.96);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:12px;padding:12px;box-shadow:0 -6px 18px rgba(16,37,63,.08)}.completed-form-actions{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.mini-owner-form{display:grid;gap:8px;margin-top:10px;min-width:240px}.mini-owner-form label{font-size:12px;font-weight:700}.mini-owner-form input{margin-top:4px}.danger-btn{border-color:var(--danger);color:var(--danger)}details summary{list-style:none}details summary::-webkit-details-marker{display:none}@media(max-width:1150px){.form-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.form-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-catalog-toolbar{grid-template-columns:1fr}}@media(max-width:620px){.form-card-grid{grid-template-columns:1fr}.completed-form-actions{display:block}}

/* v2026-08-20: six per-customer workflow cards */
.customer-workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 18px}.customer-workflow-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;box-shadow:0 4px 14px rgba(16,37,63,.05);display:flex;flex-direction:column;min-height:178px}.customer-workflow-card h3{font-size:17px;margin:5px 0 7px;padding-right:30px}.customer-workflow-card p{font-size:13px;color:#475467;line-height:1.45;margin:0 0 12px;flex:1}.workflow-card-number{width:28px;height:28px;border-radius:8px;background:#f6ecd3;color:var(--navy);display:grid;place-items:center;font-size:12px;font-weight:900}.workflow-card-action{margin-top:auto}.btn.disabled{opacity:.52;cursor:not-allowed;pointer-events:none;background:#f3f4f6;border-color:#d0d5dd;color:#667085}.portal-metrics{margin-top:4px}.owner-workflow-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.owner-workflow-editor{display:grid;gap:12px;padding:17px}.workflow-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.workflow-enabled{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;color:#344054}.workflow-enabled input{width:auto}.owner-workflow-editor textarea{min-height:92px}.owner-workflow-editor .field-help{padding:8px 10px;border-radius:8px;background:#f8fafc;border:1px solid #e4e7ec}.workflow-welcome{border-top:3px solid var(--gold)}
@media(max-width:900px){.customer-workflow-grid,.owner-workflow-editor-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.customer-workflow-grid,.owner-workflow-editor-grid{grid-template-columns:1fr}}

/* v11: Owner-controlled agreement/payment release gate */
.workflow-release-gate{border-style:dashed}
.release-status-list{display:grid;gap:10px;margin-top:12px}
.release-status-item{padding:10px 12px;border:1px solid #d9dee7;border-radius:10px;background:#fff}
.release-checks{display:flex;flex-wrap:wrap;gap:7px;margin-top:7px}
.release-owner-form{display:grid;gap:7px;min-width:250px}
.release-owner-check{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700}
.release-owner-check input{width:auto;margin:0}
.release-owner-form input[type="text"]{min-width:220px}
@media (max-width:760px){.release-owner-form{min-width:210px}.release-owner-form input[type="text"]{min-width:0;width:100%}}

/* V13.5 permanent six-card customer workflow — keep independent of court-form catalog */
.customer-workflow-grid{display:grid!important;visibility:visible!important;opacity:1!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 18px}
.customer-workflow-grid>.customer-workflow-card{display:flex!important;visibility:visible!important;opacity:1!important;position:relative;flex-direction:column;background:#fff;border:1px solid var(--line,#d8dee8);border-radius:12px;padding:16px;box-shadow:0 4px 14px rgba(16,37,63,.05);min-height:170px}
.customer-workflow-card .workflow-card-number{flex:0 0 auto}
.customer-workflow-card .workflow-card-action{margin-top:auto}
.workflow-steps-heading{display:block!important;visibility:visible!important}
@media(max-width:900px){.customer-workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.customer-workflow-grid{grid-template-columns:1fr}}


/* V13.6 customer card standard: gold borders for non-Owner users only. */
body.role-customer .customer-workflow-grid>.customer-workflow-card,
body.role-customer .workflow-steps-heading,
body.role-customer .portal-form-card,
body.role-customer .form-catalog-shell{border:2px solid var(--gold,#c89b3c)!important}
/* Keep Owner administration/editor cards on the neutral administrative border. */
body.role-owner .owner-workflow-editor,
body.role-owner .portal-form-card,
body.role-owner .form-catalog-shell{border-color:var(--line,#d9e0e8)!important}

/* V13.7 refined customer card typography and confirmation language styling.
   Gold border remains the permanent non-Owner card standard. */
body.role-customer .customer-workflow-card,
body.role-customer .workflow-steps-heading{
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif;
}
body.role-customer .customer-workflow-card h3{
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif;
  color:#173759;
  font-size:18px;
  line-height:1.22;
  font-weight:750;
  letter-spacing:-.012em;
}
body.role-customer .workflow-steps-heading h2{
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif;
  color:#173759;
  font-weight:750;
  letter-spacing:-.018em;
}
body.role-customer .customer-workflow-card p{
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif;
  color:#465568;
}
/* Card 1: make the personalized greeting/name and date/time intentionally prominent. */
body.role-customer .customer-workflow-card.workflow-welcome h3{
  font-size:26px;
  line-height:1.12;
  font-weight:780;
  color:#173759;
  margin-top:8px;
}
body.role-customer .customer-workflow-card.workflow-welcome p{
  font-size:16px;
  line-height:1.5;
  font-weight:600;
  color:#5a4930;
}
/* Confirmation card: professional navy heading, warm cream status area. */
body.role-customer .customer-workflow-card.workflow-release-gate h3{color:#173759}
body.role-customer .customer-workflow-card.workflow-release-gate{background:linear-gradient(180deg,#fff 0%,#fffdf7 100%)}

/* V13.8 customer workflow — MyCourtData-inspired gold card layout.
   This visual layer is customer-only and intentionally does not alter Owner admin cards. */
body.role-customer{
  --portal-card-gold:#d3a23a;
  --portal-card-gold-dark:#a87512;
  --portal-card-heading:#765000;
  --portal-card-navy:#0b2d5b;
  --portal-card-text:#4a5a70;
  --portal-card-bg:#ffffff;
}
body.role-customer .customer-welcome-card{
  background:var(--portal-card-bg)!important;
  border:1px solid var(--portal-card-gold)!important;
  border-radius:14px!important;
  box-shadow:0 5px 16px rgba(16,37,63,.08)!important;
  padding:26px 28px!important;
  margin:0 0 22px!important;
}
body.role-customer .customer-welcome-eyebrow,
body.role-customer .workflow-step-label,
body.role-customer .workflow-section-intro .eyebrow{
  color:var(--portal-card-gold-dark)!important;
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}
body.role-customer .customer-welcome-name{
  margin:9px 0 8px!important;
  color:#102b54!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:38px!important;
  line-height:1.08!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
body.role-customer .customer-welcome-intro{
  color:#465568!important;
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1.45!important;
}
body.role-customer .customer-welcome-datetime{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:14px!important;
  color:#102b54!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:27px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
body.role-customer .customer-welcome-calendar{color:var(--portal-card-gold-dark)!important;font-family:Arial,sans-serif!important;font-size:27px!important}
body.role-customer .customer-welcome-dot{color:var(--portal-card-gold-dark)!important;font-size:20px!important}
body.role-customer .customer-welcome-timezone{
  margin:6px 0 0 43px!important;
  color:#6a7687!important;
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif!important;
  font-size:12px!important;
}
body.role-customer .workflow-section-intro{margin:0 0 12px!important}
body.role-customer .workflow-section-intro p{margin:4px 0 0!important;color:#667085!important;font-size:13px!important}
body.role-customer .customer-workflow-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin:0 0 22px!important;
  align-items:stretch!important;
}
body.role-customer .customer-workflow-grid>.customer-workflow-card{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  flex-direction:column!important;
  background:var(--portal-card-bg)!important;
  border:1px solid var(--portal-card-gold)!important;
  border-radius:14px!important;
  box-shadow:0 5px 16px rgba(16,37,63,.07)!important;
  padding:20px 20px 18px!important;
  min-height:235px!important;
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif!important;
}
body.role-customer .customer-workflow-card h3{
  color:var(--portal-card-heading)!important;
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif!important;
  font-size:20px!important;
  line-height:1.16!important;
  font-weight:760!important;
  letter-spacing:-.018em!important;
  margin:9px 0 10px!important;
  padding:0!important;
}
body.role-customer .customer-workflow-card p{
  color:var(--portal-card-text)!important;
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif!important;
  font-size:14px!important;
  line-height:1.5!important;
  margin:0 0 14px!important;
}
body.role-customer .customer-workflow-card .workflow-card-action{margin-top:auto!important;padding-top:10px!important}
body.role-customer .customer-workflow-card .btn.primary{
  background:var(--portal-card-navy)!important;
  border-color:var(--portal-card-navy)!important;
  color:#fff!important;
  border-radius:7px!important;
  padding:9px 14px!important;
  font-size:13px!important;
  font-weight:800!important;
  box-shadow:0 2px 5px rgba(11,45,91,.16)!important;
}
body.role-customer .customer-workflow-card .btn.primary:hover{filter:brightness(1.08)!important;text-decoration:none!important}
body.role-customer .customer-workflow-card .btn.disabled{
  background:#eef1f5!important;
  border-color:#d7dce4!important;
  color:#697586!important;
  box-shadow:none!important;
}
body.role-customer .customer-workflow-card.workflow-release-gate{background:#fff!important;border-style:solid!important}
body.role-customer .customer-workflow-card.workflow-release-gate h3{color:var(--portal-card-heading)!important}
body.role-customer .workflow-release-gate .release-status-list{gap:8px!important;margin-top:2px!important}
body.role-customer .workflow-release-gate .release-status-item{
  border:0!important;
  border-top:1px solid #ead6a5!important;
  border-radius:0!important;
  background:transparent!important;
  padding:9px 0 0!important;
}
body.role-customer .workflow-release-gate .release-status-item strong{font-size:12px!important;color:#344054!important}
body.role-customer .workflow-release-gate .release-checks{gap:5px!important;margin-top:7px!important}
body.role-customer .workflow-release-gate .status{font-size:10px!important;padding:3px 6px!important}
body.role-customer .release-empty-state{
  border-top:1px solid #ead6a5!important;
  padding-top:10px!important;
  color:#465568!important;
  font-size:13px!important;
  line-height:1.55!important;
}
body.role-customer .release-empty-state p{font-size:12px!important;margin:8px 0 0!important}
/* Keep the searchable court-form catalog gold-bordered, but visually subordinate to the six workflow steps. */
body.role-customer .portal-form-card,
body.role-customer .form-catalog-shell{border:1px solid var(--portal-card-gold)!important}
@media(max-width:900px){
  body.role-customer .customer-workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  body.role-customer .customer-workflow-grid{grid-template-columns:1fr!important}
  body.role-customer .customer-welcome-card{padding:21px 19px!important}
  body.role-customer .customer-welcome-name{font-size:30px!important}
  body.role-customer .customer-welcome-datetime{font-size:21px!important;gap:8px!important}
  body.role-customer .customer-welcome-timezone{margin-left:0!important}
}


/* V13.9 — Owner SEO / GEO landing-page editor */
.seo-page-editor{display:grid;gap:18px;padding-bottom:88px}
.seo-editor-card{margin:0}
.seo-editor-card h2{margin:0 0 12px;font-size:23px;color:#10253f}
.seo-editor-card .section-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.seo-publish{display:flex;align-items:center;gap:8px;font-weight:800;white-space:nowrap}
.seo-publish input{width:18px;height:18px}
.seo-faq-edit{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(320px,1.4fr);gap:14px;padding:14px 0;border-top:1px solid #e7ebf0}
.sticky-save-bar{position:sticky;bottom:10px;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;border:1px solid #d9aa45;border-radius:12px;background:rgba(255,255,255,.96);box-shadow:0 8px 26px rgba(16,37,63,.12);backdrop-filter:blur(8px)}
.sticky-save-bar span{font-size:12px;color:#667085;overflow:hidden;text-overflow:ellipsis}
@media(max-width:760px){.seo-faq-edit{grid-template-columns:1fr}.sticky-save-bar{align-items:stretch;flex-direction:column}.seo-editor-card .section-head{flex-direction:column}}


/* V13.9.1 — public homepage self-help statement must remain black */
.hero .hero-card .self-help-service-statement{color:#000!important}
