:root {
  --ink: #102235;
  --muted: #5c6f82;
  --navy: #14304a;
  --deep: #0f2438;
  --gold: #d9a63a;
  --line: #dbe4ec;
  --paper: #f7fafc;
  --white: #ffffff;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-weight: 500;
}
a { color: inherit; font-weight: 650; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
}
.brand-text {
  display: grid;
  gap: 2px;
}
.brand-text small,
.site-footer small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.site-footer small {
  display: block;
  margin-top: 4px;
  color: #9fb2c3;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  padding: 5px;
}
.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}
nav a { text-decoration: none; }
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.header-phone {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.header-cta {
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
}
.notice-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: #fffaf0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.4;
}
.notice-bar strong {
  color: var(--navy);
  white-space: nowrap;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  padding: clamp(24px, 4.2vw, 46px) clamp(18px, 4vw, 56px);
  background: var(--deep);
  color: var(--white);
}
.hero-copy {
  max-width: 780px;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .06em;
  font-size: clamp(14px, 1.2vw, 16px);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 5.4vw, 58px);
  line-height: 1;
  margin-bottom: 14px;
}
h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.04;
}
.hero-text {
  max-width: 690px;
  color: #dce8f2;
  font-size: clamp(17px, 2.1vw, 20px);
  line-height: 1.42;
  margin-bottom: 0;
}
.hero-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
  margin-top: 24px;
}
.hero-proof-strip div {
  min-height: 116px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}
.hero-proof-strip strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 15px;
  line-height: 1.2;
}
.hero-proof-strip span {
  display: block;
  color: #e8f0f7;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  font: inherit;
}
.button:disabled {
  cursor: not-allowed;
  opacity: .62;
}
.button.primary {
  background: var(--gold);
  color: #15263a;
}
.button.secondary {
  border: 1px solid #6f8499;
  color: var(--white);
}
.section .button.secondary,
.contact-card .button.secondary {
  border-color: rgba(20, 48, 74, .28);
  color: var(--navy);
  background: var(--white);
}
.section .button.secondary:hover,
.contact-card .button.secondary:hover {
  border-color: var(--gold);
  color: var(--deep);
}
.trust-panel {
  background: #183650;
  border: 1px solid #39566d;
  border-radius: 8px;
  padding: 20px;
  align-self: start;
}
.panel-image {
  display: block;
  width: 100%;
  height: clamp(150px, 18vw, 220px);
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  object-fit: cover;
  background: #0f2438;
}
.panel-visual {
  display: grid;
  gap: 8px;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(232, 240, 247, .94));
  color: var(--navy);
}
.panel-visual span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 900;
}
.panel-visual strong {
  font-size: 18px;
  line-height: 1.2;
}
.panel-visual p {
  margin: 0;
  color: #35516a;
  font-size: 14px;
  line-height: 1.35;
}
.panel-visual i {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 48, 74, .18);
}
.panel-visual i:nth-of-type(1) {
  width: 86%;
}
.panel-visual i:nth-of-type(2) {
  width: 68%;
}
.panel-visual i:nth-of-type(3) {
  width: 78%;
}
.trust-panel h2 {
  margin-bottom: 10px;
  font-size: 26px;
}
.trust-panel ul {
  margin: 0;
  padding-left: 18px;
}
.trust-panel li {
  margin: 8px 0;
  color: #e8f0f7;
  font-weight: 700;
}
.trust-panel a {
  color: #f4d27a;
}
.contact-card a[href^="tel"] {
  letter-spacing: .02em;
  word-spacing: .08em;
}
.request-hero {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  padding-top: clamp(18px, 2.8vw, 30px);
  padding-bottom: clamp(18px, 2.8vw, 30px);
}
.request-hero h1 {
  max-width: 680px;
  margin-bottom: 10px;
  font-size: clamp(30px, 4.2vw, 44px);
  line-height: 1.02;
}
.request-hero .hero-text {
  max-width: 760px;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.38;
}
.request-hero .actions {
  margin-top: 14px;
}
.request-hero .trust-panel {
  padding: 18px;
}
.request-hero .trust-panel h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.request-hero .trust-panel li {
  margin: 6px 0;
  font-size: 14px;
  line-height: 1.35;
}
.upload-quick-points span,
.support-proof-card p {
  color: #465b6f;
  font-weight: 550;
}
.request-workflow {
  padding-top: clamp(24px, 3.2vw, 38px);
}
.notary-only-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(217, 166, 58, .35);
  border-bottom: 1px solid rgba(217, 166, 58, .35);
  background: #fffaf0;
}
.notary-only-callout > div {
  max-width: 820px;
}
.notary-only-callout h2 {
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 34px);
}
.notary-only-callout p:not(.eyebrow) {
  margin-bottom: 0;
  color: #4f6172;
  line-height: 1.5;
}
.section {
  position: relative;
  padding: clamp(36px, 5vw, 64px) clamp(18px, 4vw, 56px);
}
.entity-note-strip {
  padding-top: 18px;
  padding-bottom: 18px;
}
.entity-note-strip p {
  max-width: 980px;
  margin: 0 auto;
  color: #506273;
  font-size: 14px;
  line-height: 1.55;
}
.section + .section::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(18px, 4vw, 56px);
  right: clamp(18px, 4vw, 56px);
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 48, 74, 0) 0%, rgba(20, 48, 74, .08) 18%, rgba(217, 166, 58, .2) 50%, rgba(20, 48, 74, .08) 82%, rgba(20, 48, 74, 0) 100%);
}
.section-header {
  max-width: 760px;
  margin-bottom: 26px;
  padding-bottom: 14px;
  position: relative;
}
.section-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(217, 166, 58, .95) 0%, rgba(20, 48, 74, .78) 100%);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.card-grid article, .contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 16px 42px rgba(22, 36, 54, .05);
}
.card-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
.card-grid article.emphasized {
  border-color: #c79b32;
  background: #fffaf0;
  box-shadow: 0 18px 44px rgba(22, 36, 54, .08);
}
.card-grid article,
.contact-card,
.trust-panel,
.faq-list details {
  min-width: 0;
}
.card-grid article span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(20, 48, 74, .08);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.contact-card {
  position: relative;
  overflow: hidden;
}
.contact-card h2 {
  margin-bottom: 14px;
  font-size: clamp(22px, 2.2vw, 29px);
  line-height: 1.08;
}
.contact-card p {
  font-size: 16px;
}
.contact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(217, 166, 58, .95) 0%, rgba(20, 48, 74, .72) 100%);
}
.workflow-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.workflow-card:hover,
.workflow-card:focus-visible {
  border-color: var(--gold);
  box-shadow: 0 14px 32px rgba(16, 34, 53, .12);
  transform: translateY(-2px);
}
.workflow-card h3,
.workflow-card p {
  margin-bottom: 0;
}
.workflow-card small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}
.workflow-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
}
.workflow-card.emphasized {
  border-color: #c79b32;
  background: #fffaf0;
}
.workflow-card.emphasized span {
  background: var(--gold);
  color: #15263a;
}
.card-grid p, .split p {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 550;
}
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.inline-actions .button {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 14px;
}
.card-grid article .text-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 14px;
}
.main-workflows .card-grid article h3,
.request-workflow .workflow-card h3 {
  line-height: 1.2;
}
.process-guidance {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,250,252,.98));
}
.process-guidance .proof-note {
  margin-top: 18px;
}
.main-workflows .card-grid article p:last-of-type {
  margin-bottom: 0;
}
.trust-signals {
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,246,239,.96)),
    var(--white);
}
.trust-signals .section-header p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.proof-strip div {
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid var(--line);
  background: transparent;
}
.proof-strip div:last-child {
  border-right: 0;
}
.proof-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  line-height: 1;
}
.proof-strip span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.proof-note,
.mini-proof {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.proof-note {
  max-width: 720px;
  margin-bottom: 20px;
}
.proof-note-spaced {
  margin-top: 18px;
}
.mini-proof {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf0;
}
.prominent-disclosure {
  color: #384d61;
  font-weight: 650;
}
.prominent-disclosure a {
  color: var(--navy);
  font-weight: 800;
}
.signal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.signal-grid.grouped-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.signal-card {
  position: relative;
  display: flex;
  min-height: 168px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(22, 36, 54, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.signal-card.section-anchor-card {
  min-height: 210px;
}
.signal-card::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: #eef3f8;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  content: "INFO";
}
.signal-card.section-anchor-card::after {
  content: "Open page";
}
.signal-card[data-proof-type="official"]::before {
  background: #eaf4ff;
  color: #174a8b;
  content: "FL";
}
.signal-card[data-proof-type="business"]::before {
  background: #fff3df;
  color: #8a5a00;
  content: "BIZ";
}
.signal-card[data-proof-type="review"]::before {
  background: #eef8ef;
  color: #296337;
  content: "REV";
}
.signal-card[data-proof-type="founder"]::before {
  background: #f3eefb;
  color: #5f3d9b;
  content: "BIO";
}
.signal-card::after {
  content: "Open source";
  display: block;
  margin-top: 18px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
.signal-card:hover {
  border-color: rgba(22, 36, 54, .28);
  box-shadow: 0 22px 52px rgba(22, 36, 54, .1);
  transform: translateY(-2px);
}
.signal-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.signal-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
}
.signal-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  background: var(--white);
}
.section[id] {
  scroll-margin-top: 96px;
}
.main-cx-section {
  align-items: start;
}
.text-link {
  color: var(--navy);
  font-weight: 800;
  overflow-wrap: anywhere;
}
.card-grid article a,
.contact-card a,
.faq-list a,
code {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.source-link-list {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}
.source-link-list .text-link {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fafc;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
  text-decoration: none;
}
.source-link-list .text-link:hover,
.source-link-list .text-link:focus-visible {
  border-color: rgba(20, 48, 74, .35);
  background: #edf4f7;
  text-decoration: underline;
}
.hero .actions .text-link,
.booking-hero .actions .text-link,
.request-hero .actions .text-link {
  color: #f2f6fa;
}
.hero .actions .text-link:hover,
.hero .actions .text-link:focus-visible,
.booking-hero .actions .text-link:hover,
.booking-hero .actions .text-link:focus-visible,
.request-hero .actions .text-link:hover,
.request-hero .actions .text-link:focus-visible {
  color: #ffffff;
}
.center-link {
  margin-top: 22px;
  text-align: center;
}
.state-knowledge-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.state-knowledge-grid article span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.state-law-notes {
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfd;
}
.state-law-notes summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
}
.state-law-notes ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.5;
}
.source-video {
  margin-top: 18px;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.support-grid article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(22, 36, 54, .05);
}
.support-grid span,
.support-checklist span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.support-grid h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2;
}
.support-checklist h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
}
.support-grid p,
.support-checklist li {
  color: var(--muted);
  line-height: 1.5;
}
.support-prep {
  background: var(--white);
}
.human-review {
  background: var(--white);
}
.human-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.human-review-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.human-review-grid h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
}
.human-review-grid p {
  color: var(--muted);
  line-height: 1.5;
}
.support-faq {
  background: var(--paper);
}
.faq-list {
  display: grid;
  gap: 10px;
  max-width: 980px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(22, 36, 54, .04);
}
.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.3;
}
.faq-list details[open] summary {
  border-bottom: 1px solid var(--line);
}
.faq-list p {
  margin: 0;
  padding: 18px 20px 20px;
  color: var(--muted);
  line-height: 1.55;
}
.support-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.support-checklist > div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.support-checklist p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}
.support-checklist ul {
  margin: 14px 0 0;
  padding-left: 20px;
}
.support-checklist li {
  margin: 8px 0;
  font-weight: 600;
  color: var(--ink);
}
.support-prep-note {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.65;
}
.support-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.support-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.support-channel {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(22, 36, 54, .05);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.support-channel:hover,
.support-channel:focus-visible {
  border-color: var(--gold);
  box-shadow: 0 18px 42px rgba(22, 36, 54, .1);
  transform: translateY(-2px);
}
.support-channel span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(20, 48, 74, .08);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.support-channel strong {
  font-size: 18px;
  line-height: 1.25;
}
.support-channel small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.support-channel--primary {
  border-color: #c79b32;
  background: #fffaf0;
}
.request-shell {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
}
.request-intake-copy {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(22, 36, 54, .05);
}
.request-intake-points {
  margin: 18px 0;
  padding-left: 18px;
  color: var(--muted);
}
.request-intake-points li {
  margin: 0 0 10px;
  line-height: 1.5;
}
.request-intake-points li:last-child {
  margin-bottom: 0;
}
.shipping-note {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #d9e4ec;
  border-radius: 8px;
  background: #f8fbfd;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}
.shipping-note p {
  margin: 0 0 12px;
}
.shipping-note address {
  display: grid;
  gap: 2px;
  margin: 0 0 12px;
  padding: 12px;
  border-left: 4px solid var(--gold);
  background: var(--white);
  color: var(--navy);
  font-style: normal;
}
.shipping-note address strong {
  font-size: 14px;
}
.shipping-note ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.shipping-note li {
  margin: 0 0 8px;
}
.shipping-note li:last-child {
  margin-bottom: 0;
}
.request-form-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 54px rgba(16, 34, 53, .08);
}
.sign-compact-shell {
  padding-top: 18px;
  padding-bottom: 18px;
}
.sign-compact-shell .request-form-shell {
  max-width: 1120px;
  margin: 0 auto;
}
.sign-form-shell iframe {
  display: block;
  width: 100%;
  min-height: 1320px;
  border: 0;
  background: var(--white);
}
.request-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #f8fbfd, #ffffff);
}
.request-form-header strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 15px;
}
.request-form-header span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.contact-step-list {
  margin: 0 0 18px;
  padding-left: 18px;
}
.contact-step-list li {
  margin: 0 0 10px;
  color: var(--ink);
  line-height: 1.45;
}
.contact-step-list li:last-child {
  margin-bottom: 0;
}
.booking-hero {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  padding-top: clamp(22px, 3.2vw, 34px);
  padding-bottom: clamp(22px, 3.2vw, 34px);
  background:
    radial-gradient(circle at 90% 18%, rgba(217, 166, 58, .24), transparent 30%),
    linear-gradient(135deg, #0f2438 0%, #15364f 58%, #0d1f31 100%);
}
.booking-hero h1 {
  max-width: 650px;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.02;
  margin-bottom: 10px;
}
.booking-hero .hero-text {
  max-width: 590px;
  font-size: clamp(16px, 1.7vw, 18px);
}
.booking-hero .actions {
  margin-top: 14px;
}
.booking-brand-panel {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 16px;
  border: 1px solid rgba(244, 210, 122, .34);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}
.booking-brand-panel::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(244, 210, 122, .18);
  border-radius: 50%;
}
.booking-mini-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: var(--gold);
  color: #15263a;
  font-weight: 900;
  letter-spacing: .04em;
}
.booking-brand-panel h2 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 23px;
}
.booking-brand-panel ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: booking-checklist;
}
.booking-brand-panel li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e8f0f7;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.25;
  counter-increment: booking-checklist;
}
.booking-brand-panel li::before {
  content: counter(booking-checklist);
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(217, 166, 58, .18);
  color: #f4d27a;
  font-size: 13px;
  font-weight: 900;
}
.booking-brand-panel p {
  position: relative;
  margin: 18px 0 0;
  color: #c9d7e4;
  line-height: 1.5;
}
.booking-shell {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-top: clamp(22px, 3.2vw, 38px);
  padding-bottom: clamp(22px, 3.2vw, 38px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,250,252,.98)),
    var(--white);
}
.booking-context {
  position: sticky;
  top: 82px;
}
.booking-context p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.booking-context h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  margin-bottom: 8px;
}
.booking-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 16px 0 0;
}
.booking-steps div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.booking-steps strong {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 0;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 14px;
}
.booking-steps span {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}
.booking-assist {
  padding: 20px;
  border: 1px solid #ead7a8;
  border-radius: 8px;
  background: #fffaf0;
}
.booking-assist h3 {
  margin-bottom: 10px;
}
.booking-calendar-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 54px rgba(16, 34, 53, .12);
}
.booking-frame-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #102235, #14304a);
  color: var(--white);
}
.booking-frame-header span {
  display: block;
  margin-bottom: 3px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.booking-frame-header strong {
  display: block;
  font-size: 17px;
}
.booking-frame-header a {
  color: #f4d27a;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.booking-calendar-card iframe {
  width: 100%;
  min-height: 620px;
  border: 0;
  background: var(--white);
  display: block;
}
.booking-fallback,
.booking-gate {
  min-height: 360px;
  padding: clamp(20px, 3vw, 32px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,250,252,.98)),
    var(--paper);
}
.booking-fallback h3,
.booking-gate h3 {
  margin-bottom: 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.05;
}
.booking-fallback p,
.booking-gate p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.55;
}
.booking-minimal {
  min-height: 100vh;
  padding: 18px clamp(10px, 1.4vw, 18px) 8px;
  background: #f8fbfd;
  display: flex;
  flex-direction: column;
  position: relative;
}
.booking-minimal-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 10px;
}
.booking-minimal-nav a {
  border: 1px solid rgba(20, 48, 74, .12);
  border-radius: 999px;
  padding: 7px 11px;
  color: #15364f;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 18px rgba(16, 34, 53, .05);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}
.booking-minimal-nav a:hover {
  border-color: rgba(20, 48, 74, .24);
  color: var(--deep);
  background: var(--white);
}
.booking-minimal-nav a[href*="notary.im"] {
  border-color: rgba(20, 48, 74, .18);
  color: var(--navy);
}
.booking-minimal-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 8px;
  padding: 10px 12px;
  border: 1px solid rgba(20, 48, 74, .10);
  border-left: 3px solid rgba(217, 166, 58, .82);
  border-radius: 6px;
  background: #ffffff;
  color: #41576b;
  font-size: 13px;
  line-height: 1.35;
}
.booking-minimal-note strong {
  color: var(--navy);
}
.document-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.document-compare-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(16, 34, 53, .08);
}
.document-compare-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  background: #f7f3eb;
}
.document-compare-card figcaption {
  display: grid;
  gap: 8px;
  padding: 16px 18px 18px;
}
.document-compare-card strong {
  color: var(--navy);
}
.document-compare-card span {
  color: var(--muted);
  line-height: 1.5;
}
.booking-minimal-frame {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(20, 48, 74, .12);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16, 34, 53, .10);
  flex: 1 1 auto;
  min-height: 0;
}
.booking-minimal-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 94px);
  border: 0;
  background: var(--white);
}
.request-shell iframe {
  width: 100%;
  min-height: 900px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.private-workflow-page {
  background: #f7fafc;
}
.workflow-utility-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px clamp(10px, 3vw, 28px) 32px;
}
.workflow-utility-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.workflow-utility-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}
.workflow-utility-brand img {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  object-fit: contain;
  padding: 5px;
}
.workflow-utility-brand strong,
.workflow-utility-brand small {
  display: block;
}
.workflow-utility-brand strong {
  font-size: 18px;
  line-height: 1.1;
}
.workflow-utility-brand small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}
.workflow-help-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.workflow-utility-intro {
  margin-bottom: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.workflow-utility-intro h1 {
  max-width: none;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(28px, 4.8vw, 42px);
  line-height: 1.05;
}
.workflow-utility-intro p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}
.workflow-form-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(22, 36, 54, .06);
}
.workflow-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.workflow-form-header strong,
.workflow-form-header span {
  display: block;
}
.workflow-form-header strong {
  color: var(--ink);
  font-size: 15px;
}
.workflow-form-header span {
  color: var(--muted);
  font-size: 13px;
}
.workflow-form-shell iframe {
  display: block;
  width: 100%;
  min-height: 1120px;
  border: 0;
  background: var(--white);
}
.workflow-utility-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.report-intake-shell iframe {
  display: block;
  width: 100%;
  min-height: 880px;
  border: 0;
  background: var(--white);
}
.usps1583-form-hero {
  grid-template-columns: minmax(280px, .75fr) minmax(460px, 1.25fr);
  align-items: start;
}
.usps1583-form-hero .request-form-shell {
  width: 100%;
}
.usps1583-form-hero iframe {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
  background: var(--white);
}
@media (max-width: 700px) {
  .sign-compact-shell {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sign-form-shell iframe {
    min-height: 1480px;
  }
  .usps1583-form-hero iframe {
    min-height: 920px;
  }
}
.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(220px, .9fr) minmax(180px, .6fr);
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(20px, 5vw, 72px);
  background: var(--deep);
  color: var(--white);
}
.site-footer > div {
  min-width: 0;
}
.site-footer p {
  max-width: 560px;
  color: #c9d7e4;
}
.footer-brand,
.footer-network,
.footer-links {
  padding: 20px;
  border: 1px solid rgba(232, 240, 247, .10);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.footer-brand-logo {
  display: block;
  width: min(220px, 100%);
  height: auto;
  margin-bottom: 14px;
}
.footer-brand strong {
  display: block;
}
.site-footer a {
  display: block;
  color: #e8f0f7;
  margin-bottom: 8px;
}
.footer-links strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
}
.footer-links a:last-child {
  margin-bottom: 0;
}
.footer-network strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
}
.footer-network p {
  margin: 0 0 12px;
  max-width: 300px;
  color: #c9d7e4;
  font-size: 14px;
  line-height: 1.45;
}
.footer-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 360px;
}
.footer-resource-links a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(232, 240, 247, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  font-size: 14px;
  line-height: 1;
  color: #e8f0f7;
  text-decoration: none;
}
.footer-resource-links a:hover {
  border-color: rgba(217, 166, 58, .5);
  background: rgba(255, 255, 255, .09);
}
.county-table-shell {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(22, 36, 54, .05);
}
.county-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
.county-table th,
.county-table td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.35;
}
.county-table th {
  background: #eef3f8;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.county-table tr:last-child td {
  border-bottom: 0;
}
.florida-processing-signal {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  gap: 22px;
  align-items: stretch;
  background: #f7fbff;
}
.florida-processing-signal h2 {
  max-width: 920px;
}
.florida-processing-signal h2 strong {
  color: #a04f00;
  white-space: nowrap;
}
.processing-date-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(160, 79, 0, .26);
  border-radius: 8px;
  background: #fffaf0;
  box-shadow: 0 18px 44px rgba(22, 36, 54, .08);
}
.processing-date-card span,
.processing-date-card small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}
.processing-date-card strong {
  display: block;
  margin: 8px 0;
  color: #a04f00;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}
.processing-date-card a {
  margin-top: 16px;
  color: var(--navy);
  font-weight: 900;
}
.processing-date-card .processing-date-card-note {
  display: block;
  margin-top: 14px;
  color: #5f4b25;
}
.processing-date-row-note {
  display: block;
  margin-top: 6px;
  color: #7b5f14;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
@media (max-width: 850px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .header-actions { margin-left: 0; }
  .site-header { gap: 12px; }
  .notice-bar { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hero { gap: 18px; }
  .hero, .split, .request-shell, .booking-shell, .florida-processing-signal { grid-template-columns: 1fr; }
  .hero-proof-strip { grid-template-columns: 1fr; }
  .hero-proof-strip div { min-height: 0; }
  .notary-only-callout { align-items: stretch; flex-direction: column; }
  .notary-only-callout .button { width: 100%; }
  .hero .trust-panel {
    padding: 16px;
  }
  .panel-image {
    height: 160px;
  }
  .document-compare-grid { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .support-grid, .support-checklist, .human-review-grid, .support-channel-grid { grid-template-columns: 1fr; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid.grouped-proof-grid { grid-template-columns: 1fr; }
  .request-form-header { align-items: start; flex-direction: column; }
  .workflow-utility-shell {
    padding-left: 0;
    padding-right: 0;
  }
  .workflow-utility-header,
  .workflow-utility-intro,
  .workflow-utility-note {
    margin-left: 10px;
    margin-right: 10px;
  }
  .workflow-form-shell {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .workflow-form-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .workflow-form-shell iframe {
    min-height: 1320px;
  }
}
@media (max-width: 520px) {
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .proof-strip div:last-child {
    border-bottom: 0;
  }
  .signal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .hero .actions,
  .request-hero .actions {
    align-items: stretch;
  }
  .hero .actions .button,
  .hero .actions .text-link,
  .request-hero .actions .button,
  .request-hero .actions .text-link {
    width: 100%;
  }
  .hero .actions .text-link,
  .request-hero .actions .text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .county-table-shell--counties {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .county-directory-table {
    min-width: 0;
  }
  .county-directory-table thead {
    display: none;
  }
  .county-directory-table,
  .county-directory-table tbody {
    display: block;
  }
  .county-directory-table tr {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 42px rgba(22, 36, 54, .05);
  }
  .county-directory-table tr:last-child {
    margin-bottom: 0;
  }
  .county-directory-table td {
    display: grid;
    grid-template-columns: minmax(88px, 34%) minmax(0, 1fr);
    gap: 10px;
    padding: 0;
    border-bottom: 0;
  }
  .county-directory-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.35;
    text-transform: uppercase;
  }
  .county-table-shell--processing,
  .processing-dates-section .county-table-shell {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .processing-date-table,
  .processing-dates-section .county-table {
    min-width: 0;
  }
  .processing-date-table thead,
  .processing-dates-section .county-table thead {
    display: none;
  }
  .processing-date-table,
  .processing-date-table tbody,
  .processing-dates-section .county-table,
  .processing-dates-section .county-table tbody {
    display: block;
  }
  .processing-date-table tr,
  .processing-dates-section .county-table tr {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 42px rgba(22, 36, 54, .05);
  }
  .processing-date-table tr:last-child,
  .processing-dates-section .county-table tr:last-child {
    margin-bottom: 0;
  }
  .processing-date-table td,
  .processing-dates-section .county-table td {
    display: grid;
    grid-template-columns: minmax(112px, 42%) minmax(0, 1fr);
    gap: 10px;
    padding: 0;
    border-bottom: 0;
  }
  .processing-date-table td::before,
  .processing-dates-section .county-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.35;
    text-transform: uppercase;
  }
  .processing-dates-section .county-table td:first-child::before {
    content: "Document type";
  }
  .processing-dates-section .county-table td:last-child::before {
    content: "Currently processing documents received on";
  }
}
