/* ZipStead public agent directory — light editorial blue/slate system. */
.zs-agent-directory-view .site-main { background: #fff; }
.zsad-page {
    --zsad-blue: #2756c7;
    --zsad-blue-dark: #1e46a4;
    --zsad-blue-soft: #eef3ff;
    --zsad-blue-line: #d7e2ff;
    --zsad-ink: #172033;
    --zsad-muted: #667188;
    --zsad-line: #e2e7f0;
    --zsad-canvas: #f7f9fc;
    color: var(--zsad-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.zsad-preview-banner { position: relative; z-index: 20; border-bottom: 1px solid #b9cbed; background: #eef4ff; color: #1d386c; }
.zsad-preview-banner .container { width: min(1220px, calc(100% - 40px)); min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-inline: auto; font-size: 13px; }
.zsad-preview-banner b { margin-right: 8px; color: #174ebd; }
.zsad-preview-banner a { color: #174ebd; font-weight: 800; text-decoration: none; }
.zsad-page *, .zsad-page *::before, .zsad-page *::after { box-sizing: border-box; }
.zsad-page h1, .zsad-page h2, .zsad-page h3, .zsad-page p { font-family: inherit; }
.zsad-page h1, .zsad-page h2, .zsad-page h3 { color: var(--zsad-ink); }
.zsad-page .container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.zsad-kicker, .zsad-eyebrow { margin: 0 0 8px; color: var(--zsad-blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.zsad-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 9px; padding: 0 18px; font-size: 13px; font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .16s ease, border-color .16s ease, background .16s ease; }
.zsad-button:hover { transform: translateY(-1px); }
.zsad-page a:focus-visible, .zsad-page button:focus-visible, .zsad-page input:focus-visible, .zsad-page select:focus-visible, .zsad-page textarea:focus-visible, .zsad-contact-dialog button:focus-visible, .zsad-contact-dialog a:focus-visible { outline: 3px solid #8aabff; outline-offset: 3px; }
.zsad-button-primary { background: var(--zsad-blue); color: #fff !important; box-shadow: 0 5px 14px rgba(39,86,199,.18); }
.zsad-button-primary:hover { background: var(--zsad-blue-dark); }
.zsad-button-secondary { border-color: #ccd5e4; background: #fff; color: var(--zsad-ink) !important; }
.zsad-button-secondary:hover { border-color: #9db3e9; color: var(--zsad-blue) !important; }
.zsad-text-button { border: 0; padding: 3px 0; background: none; color: var(--zsad-blue); font-size: 12px; font-weight: 750; cursor: pointer; }
.zsad-page input, .zsad-page select, .zsad-page textarea { width: 100%; min-height: 44px; border: 1px solid #d8dfeb; border-radius: 8px; padding: 10px 12px; background: #fff; color: var(--zsad-ink); font: inherit; font-size: 13px; outline: 0; }
.zsad-page textarea { line-height: 1.55; resize: vertical; }
.zsad-page input:focus, .zsad-page select:focus, .zsad-page textarea:focus { border-color: #6f8fdc; box-shadow: 0 0 0 4px rgba(39,86,199,.09); }
.zsad-page label { color: #4e5a70; font-size: 12px; font-weight: 750; }
.zsad-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 22px 0 10px; color: #7b8597; font-size: 12px; }
.zsad-breadcrumb a { color: #61708b; text-decoration: none; }
.zsad-section { padding: 80px 0; }
.zsad-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.zsad-section-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.045em; }
.zsad-section-heading > a { color: var(--zsad-blue); font-size: 13px; font-weight: 750; text-decoration: none; }

/* Directory root */
.zsad-root-hero { overflow: hidden; padding: 90px 0; border-bottom: 1px solid var(--zsad-blue-line); background: #eff4ff; }
.zsad-root-grid { display: grid; grid-template-columns: 1fr minmax(390px,.72fr); align-items: center; gap: 80px; }
.zsad-root-hero h1 { max-width: 760px; margin: 0 0 18px; color: #183d8b; font-size: clamp(46px,6vw,78px); line-height: .98; letter-spacing: -.06em; }
.zsad-root-hero h1 + p { max-width: 660px; margin: 0; color: #53617a; font-size: 17px; line-height: 1.7; }
.zsad-location-search { border: 1px solid var(--zsad-blue-line); border-radius: 14px; padding: 22px; background: #fff; box-shadow: 0 22px 45px rgba(38,65,122,.1); }
.zsad-location-search > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 8px; }
.zsad-location-search > p { min-height: 16px; margin: 8px 0 0; color: #8b4d08; font-size: 12px; }
.zsad-city-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.zsad-city-grid > a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; border: 1px solid var(--zsad-line); border-radius: 13px; padding: 20px; background: #fff; color: inherit; text-decoration: none; transition: .18s ease; }
.zsad-city-grid > a:hover { border-color: #a8bceb; box-shadow: 0 12px 28px rgba(36,55,93,.08); transform: translateY(-2px); }
.zsad-city-grid > a > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: var(--zsad-blue-soft); color: var(--zsad-blue); font-size: 12px; font-weight: 850; }
.zsad-city-grid h3 { margin: 0 0 4px; font-size: 15px; }
.zsad-city-grid p { margin: 0; color: var(--zsad-muted); font-size: 12px; }
.zsad-city-grid b { color: var(--zsad-blue); }
.zsad-agent-join { padding: 65px 0; background: var(--zsad-ink); }
.zsad-agent-join .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.zsad-agent-join h2 { margin: 0 0 8px; color: #fff; font-size: clamp(28px,4vw,42px); letter-spacing: -.045em; }
.zsad-agent-join p:not(.zsad-eyebrow) { max-width: 700px; margin: 0; color: #b7c0d1; line-height: 1.65; }

/* City hero */
.zsad-hub-hero { overflow: hidden; border-bottom: 1px solid var(--zsad-blue-line); background: linear-gradient(110deg,#fff 0%,#fff 45%,#f1f5ff 100%); }
.zsad-hero-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(370px,.75fr); align-items: center; gap: clamp(44px,6vw,84px); padding: 35px 0 58px; }
.zsad-hero-copy h1 { max-width: 770px; margin: 0 0 17px; font-size: clamp(48px,6vw,78px); line-height: .98; letter-spacing: -.062em; }
.zsad-lede { max-width: 720px; margin: 0 0 26px; color: #59657a; font-size: 16px; line-height: 1.7; }
.zsad-hero-search { display: grid; grid-template-columns: 1.35fr .8fr auto; align-items: end; gap: 8px; max-width: 790px; border: 1px solid var(--zsad-line); border-radius: 12px; padding: 10px; background: #fff; box-shadow: 0 12px 30px rgba(30,54,104,.08); }
.zsad-hero-search > div { display: grid; gap: 5px; }
.zsad-hero-search > p { grid-column: 1/-1; min-height: 0; margin: 0; color: #925609; font-size: 12px; }
.zsad-hero-signals { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.zsad-hero-signals span { border: 1px solid var(--zsad-blue-line); border-radius: 99px; padding: 6px 10px; background: var(--zsad-blue-soft); color: #36528c; font-size: 12px; font-weight: 700; }
.zsad-hero-signals span::before { content: "✓"; margin-right: 6px; color: var(--zsad-blue); }
.zsad-featured-card { overflow: hidden; border: 1px solid #c9d7f7; border-radius: 16px; background: #fff; box-shadow: 0 24px 55px rgba(34,58,112,.12); }
.zsad-featured-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--zsad-blue-line); padding: 11px 15px; background: #f3f6ff; }
.zsad-featured-label span { color: var(--zsad-blue); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.zsad-featured-label a { color: #5f6b80; font-size: 12px; }
.zsad-featured-main { display: grid; grid-template-columns: 122px 1fr; align-items: end; gap: 18px; padding: 20px 20px 0; }
.zsad-featured-main img { width: 122px; height: 148px; border-radius: 9px 9px 0 0; object-fit: cover; object-position: center top; }
.zsad-featured-main > div { align-self: center; display: grid; gap: 4px; }
.zsad-featured-main p { margin: 0; color: var(--zsad-blue); font-size: 12px; font-weight: 750; }
.zsad-featured-main h2 { margin: 0; font-size: 27px; letter-spacing: -.04em; }
.zsad-featured-main span { color: #505d74; font-size: 12px; font-weight: 650; }
.zsad-featured-main small { color: #667188; font-size: 12px; }
.zsad-featured-stats { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; border-block: 1px solid #edf0f5; }
.zsad-featured-stats div { padding: 13px; text-align: center; }
.zsad-featured-stats div + div { border-left: 1px solid #edf0f5; }
.zsad-featured-stats dt { font-size: 17px; font-weight: 850; }
.zsad-featured-stats dd { margin: 3px 0 0; color: #667188; font-size: 12px; text-transform: uppercase; }
.zsad-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 14px; }
.zsad-jump-nav { position: sticky; top: var(--header-height,72px); z-index: 12; border-bottom: 1px solid var(--zsad-line); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.zsad-jump-nav .container { display: flex; justify-content: center; gap: 36px; overflow-x: auto; }
.zsad-jump-nav a { padding: 14px 0; color: #5b687f; font-size: 12px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.zsad-jump-nav a:hover { color: var(--zsad-blue); }

/* Results and filters */
.zsad-directory-layout { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 38px; }
.zsad-filters { position: sticky; top: 142px; display: grid; gap: 19px; border: 1px solid var(--zsad-line); border-radius: 13px; padding: 20px; background: #fff; }
.zsad-filters h2 { margin: 0; font-size: 19px; letter-spacing: -.03em; }
.zsad-filters label { display: grid; gap: 7px; }
.zsad-filters > p { margin: 0; color: #667188; font-size: 12px; line-height: 1.6; }
.zsad-results-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.zsad-results-heading h2 { margin: 0; font-size: clamp(28px,3vw,38px); letter-spacing: -.045em; }
.zsad-results-heading > p { margin: 0; color: var(--zsad-muted); font-size: 12px; }
.zsad-agent-list { display: grid; gap: 12px; }
.zsad-agent-card { display: grid; grid-template-columns: 54px 114px minmax(0,1fr) 150px; gap: 18px; align-items: center; border: 1px solid var(--zsad-line); border-radius: 13px; padding: 16px; background: #fff; transition: .18s ease; }
.zsad-agent-card:hover { border-color: #b4c4e8; box-shadow: 0 12px 28px rgba(33,52,91,.07); }
.zsad-rank { align-self: stretch; display: grid; align-content: center; justify-items: center; border-right: 1px solid #edf0f5; }
.zsad-rank b { font-size: 20px; }
.zsad-rank span { color: #667188; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.zsad-agent-photo { width: 114px; height: 132px; overflow: hidden; border-radius: 9px; background: var(--zsad-blue-soft); }
.zsad-agent-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.zsad-avatar { display: grid; width: 100%; height: 100%; place-items: center; background: var(--zsad-blue-soft); color: var(--zsad-blue); font-size: 24px; font-weight: 850; }
.zsad-avatar-large { width: 122px; height: 148px; border-radius: 9px 9px 0 0; }
.zsad-avatar-xl { width: 190px; height: 230px; font-size: 40px; }
.zsad-avatar-small { width: 48px; height: 48px; border-radius: 50%; font-size: 12px; }
.zsad-agent-info { min-width: 0; }
.zsad-agent-title { display: flex; justify-content: space-between; gap: 12px; }
.zsad-agent-title p { margin: 0 0 3px; color: var(--zsad-blue); font-size: 12px; font-weight: 750; text-transform: uppercase; }
.zsad-agent-title h3 { margin: 0 0 3px; font-size: 21px; letter-spacing: -.035em; }
.zsad-agent-title h3 a { color: inherit; text-decoration: none; }
.zsad-agent-title span { color: #667287; font-size: 12px; }
.zsad-agent-title em, .zsad-claimed { align-self: flex-start; border-radius: 99px; padding: 5px 8px; background: #edf8f2; color: #16794b; font-size: 12px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.zsad-card-metrics { display: flex; flex-wrap: wrap; gap: 13px; margin: 14px 0 10px; color: #667188; font-size: 12px; }
.zsad-card-metrics b { color: var(--zsad-ink); font-size: 12px; }
.zsad-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.zsad-tags span { border-radius: 99px; padding: 5px 8px; background: #f1f4f8; color: #5c687c; font-size: 12px; font-weight: 700; }
.zsad-agent-actions { display: grid; gap: 7px; border-left: 1px solid #edf0f5; padding-left: 17px; }
.zsad-agent-actions small { color: #667188; font-size: 12px; text-align: center; }
.zsad-no-results, .zsad-unavailable { border: 1px dashed #cdd5e2; border-radius: 14px; padding: 60px 25px; background: #fafbfd; text-align: center; }
.zsad-no-results h3, .zsad-unavailable h1, .zsad-unavailable h2 { margin: 0 0 8px; }
.zsad-no-results p, .zsad-unavailable p { margin: 0 0 18px; color: var(--zsad-muted); }
.zsad-method-section { padding: 80px 0; background: #f1f5ff; }
.zsad-method-section .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.zsad-method-section h2 { max-width: 580px; margin: 0 0 15px; font-size: clamp(34px,4vw,50px); line-height: 1.03; letter-spacing: -.05em; }
.zsad-method-section p:not(.zsad-eyebrow) { color: #5e6a80; line-height: 1.75; }
.zsad-method-section ol { display: grid; gap: 10px; padding: 0; list-style: none; }
.zsad-method-section li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; border: 1px solid var(--zsad-blue-line); border-radius: 11px; padding: 16px; background: #fff; }
.zsad-method-section li > b { color: var(--zsad-blue); font-size: 12px; }
.zsad-method-section li span { display: grid; gap: 4px; color: #738099; font-size: 12px; line-height: 1.5; }
.zsad-method-section li strong { color: var(--zsad-ink); font-size: 13px; }
.zsad-guide-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.zsad-guide-grid h2 { max-width: 650px; margin: 0 0 18px; font-size: clamp(38px,4vw,54px); line-height: 1.03; letter-spacing: -.05em; }
.zsad-guide-grid > div:first-child > p:not(.zsad-eyebrow) { color: #5f6b80; line-height: 1.75; }
.zsad-guide-card { border: 1px solid var(--zsad-line); border-radius: 16px; padding: 28px; box-shadow: 0 20px 45px rgba(36,55,93,.08); }
.zsad-guide-card > span { color: var(--zsad-blue); font-size: 43px; font-weight: 850; letter-spacing: -.05em; }
.zsad-guide-card h3 { margin: 2px 0 22px; font-size: 18px; }
.zsad-guide-card dl { margin: 0; }
.zsad-guide-card dl div { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--zsad-line); padding: 12px 0; }
.zsad-guide-card dt { color: #8791a3; font-size: 12px; }
.zsad-guide-card dd { margin: 0; font-size: 12px; font-weight: 750; }
.zsad-faq { padding: 80px 0; background: var(--zsad-canvas); }
.zsad-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.zsad-faq article { border: 1px solid var(--zsad-line); border-radius: 12px; padding: 23px; background: #fff; }
.zsad-faq h3 { margin: 0 0 9px; font-size: 16px; }
.zsad-faq p { margin: 0; color: #657188; font-size: 12px; line-height: 1.65; }

/* Public profile */
.zsad-profile-hero { border-bottom: 1px solid var(--zsad-blue-line); background: linear-gradient(105deg,#fff 0%,#fff 58%,#f1f5ff 100%); }
.zsad-profile-cover { position: relative; height: clamp(190px,25vw,305px); overflow: hidden; margin: 8px 0 0; border: 1px solid #dce3ef; border-radius: 16px; background: #eaf0fc; }
.zsad-profile-cover::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent,rgba(15,28,53,.2)); pointer-events: none; }
.zsad-profile-cover img { width: 100%; height: 100%; object-fit: cover; }
.zsad-profile-cover figcaption { position: absolute; right: 14px; bottom: 10px; z-index: 1; color: #fff; font-size: 12px; font-weight: 700; text-shadow: 0 1px 3px rgba(0,0,0,.6); }
.zsad-profile-intro { display: grid; grid-template-columns: 1fr 315px; gap: 50px; align-items: center; padding: 35px 0 30px; }
.zsad-profile-identity { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 28px; }
.zsad-profile-photo { width: 190px; height: 230px; overflow: hidden; border: 1px solid #dce2ed; border-radius: 12px; background: var(--zsad-blue-soft); box-shadow: 0 16px 35px rgba(32,51,89,.1); }
.zsad-profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.zsad-profile-identity h1 { margin: 0 0 5px; font-size: clamp(45px,5vw,70px); line-height: .98; letter-spacing: -.06em; }
.zsad-profile-headline { margin: 0 0 13px; color: #4e5b72; font-size: 16px; font-weight: 650; }
.zsad-profile-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; color: #5f6b80; font-size: 12px; }
.zsad-profile-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.zsad-profile-contact-card { border: 1px solid var(--zsad-blue-line); border-radius: 14px; padding: 24px; background: #fff; box-shadow: 0 18px 40px rgba(34,58,112,.1); }
.zsad-profile-contact-card h2 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.035em; }
.zsad-profile-contact-card p:not(.zsad-eyebrow) { margin: 0 0 17px; color: #667188; font-size: 12px; line-height: 1.65; }
.zsad-profile-contact-card .zsad-button { width: 100%; }
.zsad-profile-contact-card small { display: block; margin-top: 10px; color: #667188; font-size: 12px; line-height: 1.5; text-align: center; }
.zsad-profile-stats { display: grid; grid-template-columns: repeat(5,1fr); margin: 0; border-top: 1px solid var(--zsad-line); }
.zsad-profile-stats div { padding: 17px 14px; text-align: center; }
.zsad-profile-stats div + div { border-left: 1px solid var(--zsad-line); }
.zsad-profile-stats dt { font-size: 20px; font-weight: 850; }
.zsad-profile-stats dd { margin: 3px 0 0; color: #667188; font-size: 12px; text-transform: uppercase; }
.zsad-profile-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: 38px; }
.zsad-profile-layout-single { grid-template-columns: minmax(0,900px); justify-content: center; }
.zsad-profile-main { display: grid; grid-template-columns: minmax(0,1fr); min-width: 0; gap: 18px; }
.zsad-profile-section { scroll-margin-top: 140px; border: 1px solid var(--zsad-line); border-radius: 14px; padding: clamp(24px,4vw,38px); background: #fff; }
.zsad-profile-section > h2 { margin: 0 0 14px; font-size: clamp(26px,3vw,36px); letter-spacing: -.045em; }
.zsad-profile-section > p:not(.zsad-eyebrow):not(.zsad-data-note) { color: #626f85; line-height: 1.75; }
.zsad-about-copy { font-size: 14px; }
.zsad-evidence-grid { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 26px; border: 1px solid #e6eaf1; border-radius: 10px; }
.zsad-evidence-grid div { display: grid; gap: 4px; padding: 15px; }
.zsad-evidence-grid div:nth-child(even) { border-left: 1px solid #e6eaf1; }
.zsad-evidence-grid div:nth-child(n+3) { border-top: 1px solid #e6eaf1; }
.zsad-evidence-grid span { color: #667188; font-size: 12px; text-transform: uppercase; }
.zsad-evidence-grid b { font-size: 12px; }
.zsad-expertise-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 25px; }
.zsad-expertise-columns h3 { margin: 0 0 10px; font-size: 13px; }
.zsad-profile-video { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; margin-top: 28px; border: 1px solid var(--zsad-blue-line); border-radius: 12px; padding: 20px; background: #f5f8ff; }
.zsad-profile-video h3 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.03em; }
.zsad-profile-video p:not(.zsad-eyebrow) { margin: 0 0 14px; color: var(--zsad-muted); font-size: 12px; line-height: 1.6; }
.zsad-profile-video details { border-left: 1px solid var(--zsad-blue-line); padding-left: 24px; }
.zsad-profile-video summary { color: var(--zsad-blue); font-size: 12px; font-weight: 800; cursor: pointer; }
.zsad-profile-video details p { max-height: 240px; overflow-y: auto; margin: 13px 0 0 !important; color: #58657c !important; }
.zsad-section-heading > span { color: #667188; font-size: 12px; font-weight: 700; }
.zsad-verified-mark { border: 1px solid #c5e6d3; border-radius: 999px; padding: 7px 10px; background: #edf8f2; color: #16794b !important; font-size: 12px !important; }
.zsad-credential-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.zsad-credential-grid article { display: grid; grid-template-columns: 34px 1fr; gap: 13px; border: 1px solid var(--zsad-line); border-radius: 11px; padding: 17px; }
.zsad-credential-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #eaf7f0; color: #16794b; font-size: 12px; font-weight: 900; }
.zsad-credential-grid h3 { margin: 0 0 4px; font-size: 14px; }
.zsad-credential-grid h3 small { color: var(--zsad-blue); font-size: 12px; }
.zsad-credential-grid p { margin: 0 0 10px; color: var(--zsad-muted); font-size: 12px; }
.zsad-credential-grid dl { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 9px; }
.zsad-credential-grid dl div { display: grid; gap: 2px; }
.zsad-credential-grid dt { color: #667188; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.zsad-credential-grid dd { margin: 0; color: #46536a; font-size: 12px; font-weight: 750; }
.zsad-credential-grid a { color: var(--zsad-blue); font-size: 12px; font-weight: 750; text-decoration: none; }
.zsad-listing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.zsad-listing-grid article { overflow: hidden; border: 1px solid var(--zsad-line); border-radius: 12px; background: #fff; }
.zsad-listing-placeholder { min-height: 105px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 17px; background: linear-gradient(135deg,#edf3ff,#dfe9ff); }
.zsad-listing-placeholder span { color: #173d8d; font-size: 22px; font-weight: 850; letter-spacing: -.04em; }
.zsad-listing-placeholder small { border-radius: 99px; padding: 5px 8px; background: rgba(255,255,255,.85); color: #36578e; font-size: 12px; font-weight: 800; }
.zsad-listing-grid article > div:last-child { padding: 16px; }
.zsad-listing-grid h3 { margin: 0 0 3px; font-size: 15px; }
.zsad-listing-grid h3 + p { margin: 0; color: var(--zsad-muted); font-size: 12px; }
.zsad-listing-grid ul { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 13px 0; list-style: none; color: #5f6c82; font-size: 12px; }
.zsad-listing-grid a { color: var(--zsad-blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.zsad-listing-source { color: #667188; font-size: 12px; font-weight: 800; }
.zsad-review-summary { display: grid; grid-template-columns: auto auto; align-items: center; gap: 1px 9px; text-align: right; }
.zsad-review-summary b { grid-row: 1 / span 2; font-size: 31px; letter-spacing: -.05em; }
.zsad-review-summary span { color: #e3a008; font-size: 12px; letter-spacing: 1px; }
.zsad-review-summary small { color: #667188; font-size: 12px; }
.zsad-review-list { display: grid; gap: 10px; }
.zsad-review-list > article { border: 1px solid var(--zsad-line); border-radius: 11px; padding: 18px; }
.zsad-review-list header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.zsad-review-list header > div { display: grid; gap: 3px; }
.zsad-review-list header b { font-size: 12px; }
.zsad-review-list header small { color: #667188; font-size: 12px; }
.zsad-review-list header > span { color: #e3a008; font-size: 12px; letter-spacing: 1px; }
.zsad-review-list article > p { margin: 14px 0; color: #4f5c72; font-size: 12px; line-height: 1.7; }
.zsad-review-reply { border-left: 3px solid var(--zsad-blue-line); padding: 10px 0 10px 14px; background: #fafbfe; }
.zsad-review-reply b { font-size: 12px; }
.zsad-review-reply p { margin: 5px 0 0; color: #637087; font-size: 12px; line-height: 1.6; }
.zsad-review-list footer { display: flex; justify-content: space-between; gap: 15px; margin-top: 13px; color: #667188; font-size: 12px; }
.zsad-review-list footer a { color: var(--zsad-blue); font-weight: 750; text-decoration: none; }
.zsad-area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 22px; }
.zsad-area-list .zsad-area-item { display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid var(--zsad-line); border-radius: 10px; padding: 14px; color: inherit; text-decoration: none; }
.zsad-area-list a:hover { border-color: #9fb5e8; background: var(--zsad-blue-soft); }
.zsad-area-list span { display: grid; gap: 3px; }
.zsad-area-list small { color: #667188; font-size: 12px; }
.zsad-area-list em { color: var(--zsad-blue); font-size: 12px; font-style: normal; font-weight: 750; }
.zsad-sales-table { overflow: hidden; border: 1px solid var(--zsad-line); border-radius: 10px; }
.zsad-sales-row { display: grid; grid-template-columns: 1.5fr .8fr .6fr .7fr; gap: 15px; align-items: center; padding: 13px 15px; color: #556177; font-size: 12px; }
.zsad-sales-row + .zsad-sales-row { border-top: 1px solid var(--zsad-line); }
.zsad-sales-row > span:first-child { display: grid; gap: 3px; }
.zsad-sales-row small { color: #667188; font-size: 12px; }
.zsad-sale-verification { display: block; margin-top: 4px; color: #2756c7 !important; font-weight: 750; }
.zsad-sales-header { background: #f7f9fc; color: #667188; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.zsad-data-note { margin: 13px 0 0; color: #667188; font-size: 12px; line-height: 1.55; }
.zsad-profile-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.zsad-profile-gallery figure { overflow: hidden; margin: 0; border: 1px solid var(--zsad-line); border-radius: 11px; background: #f3f5f9; }
.zsad-profile-gallery img { width: 100%; height: 245px; display: block; object-fit: cover; }
.zsad-profile-gallery figcaption { padding: 10px 12px; color: #657188; font-size: 12px; line-height: 1.5; }
.zsad-empty-section { border: 1px dashed #d2d9e4; border-radius: 10px; padding: 25px; background: #fafbfd; }
.zsad-empty-section h3 { margin: 0 0 6px; font-size: 14px; }
.zsad-empty-section p { margin: 0; color: #768196; font-size: 12px; }
.zsad-link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.zsad-link-grid > a { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 11px; border: 1px solid var(--zsad-line); border-radius: 10px; padding: 13px; color: inherit; text-decoration: none; }
.zsad-link-grid > a:hover { border-color: #9fb5e8; background: var(--zsad-blue-soft); }
.zsad-link-grid > a > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 9px; background: var(--zsad-blue-soft); color: var(--zsad-blue); font-weight: 850; }
.zsad-link-grid > a div { display: grid; gap: 4px; }
.zsad-link-grid b { font-size: 12px; }
.zsad-link-grid small { color: #667188; font-size: 12px; }
.zsad-booking-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 16px; border: 1px solid var(--zsad-blue-line); border-radius: 11px; padding: 18px; background: #f4f7ff; }
.zsad-booking-card h3 { margin: 0 0 4px; font-size: 18px; }
.zsad-booking-card p:not(.zsad-eyebrow) { margin: 0; color: var(--zsad-muted); font-size: 12px; }
.zsad-profile-contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: #f3f6ff; border-color: var(--zsad-blue-line); }
.zsad-profile-contact-section dl { margin: 0; }
.zsad-profile-contact-section dl div { display: grid; grid-template-columns: 75px 1fr; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--zsad-blue-line); }
.zsad-profile-contact-section dt { color: #667188; font-size: 12px; text-transform: uppercase; }
.zsad-profile-contact-section dd { margin: 0; font-size: 12px; font-weight: 700; }
.zsad-other-sticky { position: sticky; top: 142px; border: 1px solid var(--zsad-line); border-radius: 13px; padding: 20px; }
.zsad-other-sticky > h2 { margin: 0 0 17px; font-size: 20px; letter-spacing: -.035em; }
.zsad-other-sticky > div { display: grid; }
.zsad-other-sticky > div > a { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 10px; border-top: 1px solid var(--zsad-line); padding: 12px 0; color: inherit; text-decoration: none; }
.zsad-other-sticky img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; object-position: top; }
.zsad-other-sticky > div span:last-child { display: grid; gap: 3px; min-width: 0; }
.zsad-other-sticky > div b { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.zsad-other-sticky > div small { color: #667188; font-size: 12px; }
.zsad-other-sticky > div em { color: var(--zsad-blue); font-size: 12px; font-style: normal; font-weight: 750; }
.zsad-other-sticky > .zsad-button { width: 100%; margin-top: 14px; }
.zsad-other-sticky > p:last-child { margin: 14px 0 0; color: #667188; font-size: 12px; line-height: 1.5; }

/* Lead dialog */
.zsad-contact-dialog { width: min(630px,calc(100% - 30px)); max-height: calc(100vh - 30px); border: 0; border-radius: 16px; padding: 30px; color: var(--zsad-ink); box-shadow: 0 35px 90px rgba(13,25,50,.28); }
.zsad-contact-dialog::backdrop { background: rgba(15,27,49,.55); backdrop-filter: blur(4px); }
.zsad-dialog-close-form { position: absolute; top: 13px; right: 15px; }
.zsad-dialog-close-form button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: #f2f4f8; color: #596579; font-size: 24px; cursor: pointer; }
.zsad-dialog-heading h2 { margin: 0 0 7px; font-size: 29px; letter-spacing: -.04em; }
.zsad-dialog-heading > p:last-child { margin: 0 0 20px; color: #69748a; font-size: 12px; }
.zsad-contact-dialog > form:last-child { display: grid; gap: 15px; }
.zsad-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.zsad-contact-dialog label { display: grid; gap: 6px; }
.zsad-consent { margin: 0; color: #667188; font-size: 12px; line-height: 1.55; }
.zsad-contact-dialog .zsad-consent-check { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; color: #596579; font-size: 12px; font-weight: 500; line-height: 1.55; }
.zsad-contact-dialog .zsad-consent-check input { width: 18px; min-width: 18px; height: 18px; min-height: 18px; margin-top: 1px; }
.zsad-contact-dialog .zsad-consent-check a { color: var(--zsad-blue); font-weight: 750; }
.zsad-form-status { min-height: 13px; margin: 0; color: #16794b; font-size: 12px; }
.zsad-form-status[data-state="error"] { color: #a72b24; }
.zsad-form-status[data-state="pending"] { color: #36578e; }
.zsad-honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; }

@media (max-width: 1000px) {
    .zsad-root-grid, .zsad-method-section .container, .zsad-guide-grid { grid-template-columns: 1fr; gap: 45px; }
    .zsad-hero-grid { grid-template-columns: 1fr; }
    .zsad-featured-card { max-width: 640px; }
    .zsad-directory-layout { grid-template-columns: 1fr; }
    .zsad-filters { position: static; grid-template-columns: repeat(3,1fr); }
    .zsad-filters > div, .zsad-filters > p, .zsad-filters > button { grid-column: 1/-1; }
    .zsad-agent-card { grid-template-columns: 45px 100px minmax(0,1fr); }
    .zsad-agent-photo { width: 100px; }
    .zsad-agent-actions { grid-column: 2/-1; grid-template-columns: 1fr 1fr; border: 0; border-top: 1px solid #edf0f5; padding: 13px 0 0; }
    .zsad-agent-actions small { grid-column: 1/-1; }
    .zsad-profile-intro { grid-template-columns: 1fr; }
    .zsad-profile-contact-card { max-width: 600px; }
    .zsad-profile-layout { grid-template-columns: minmax(0,1fr); }
    .zsad-other-sticky { position: static; }
    .zsad-other-sticky > div { grid-template-columns: 1fr 1fr; column-gap: 18px; }
}
@media (max-width: 720px) {
    .zsad-section { padding: 58px 0; }
    .zsad-root-hero { padding: 65px 0; }
    .zsad-root-grid { grid-template-columns: 1fr; }
    .zsad-location-search > div { grid-template-columns: 1fr; }
    .zsad-city-grid { grid-template-columns: 1fr; }
    .zsad-agent-join .container { align-items: flex-start; flex-direction: column; }
    .zsad-hero-grid { padding-top: 25px; }
    .zsad-hero-copy h1 { font-size: clamp(43px,12vw,63px); }
    .zsad-hero-search { grid-template-columns: 1fr; }
    .zsad-hero-search > p { grid-column: auto; }
    .zsad-jump-nav .container { justify-content: flex-start; gap: 24px; }
    .zsad-filters { grid-template-columns: 1fr; }
    .zsad-filters > * { grid-column: auto !important; }
    .zsad-agent-card { grid-template-columns: 38px 82px 1fr; gap: 11px; padding: 12px; }
    .zsad-agent-photo { width: 82px; height: 105px; }
    .zsad-agent-title { display: block; }
    .zsad-agent-title h3 { font-size: 17px; }
    .zsad-agent-title em { display: inline-flex; margin-top: 6px; }
    .zsad-card-metrics span:nth-child(n+3), .zsad-agent-info > .zsad-tags { display: none; }
    .zsad-agent-actions { grid-column: 1/-1; }
    .zsad-method-section .container, .zsad-guide-grid { gap: 35px; }
    .zsad-faq-grid { grid-template-columns: 1fr; }
    .zsad-profile-identity { grid-template-columns: 120px 1fr; gap: 18px; }
    .zsad-profile-photo { width: 120px; height: 155px; }
    .zsad-avatar-xl { width: 120px; height: 155px; font-size: 28px; }
    .zsad-profile-identity h1 { font-size: clamp(38px,10vw,55px); }
    .zsad-profile-stats { grid-template-columns: repeat(2,1fr); }
    .zsad-profile-stats div { border-bottom: 1px solid var(--zsad-line); }
    .zsad-evidence-grid, .zsad-area-list, .zsad-link-grid, .zsad-profile-contact-section, .zsad-profile-video, .zsad-credential-grid, .zsad-listing-grid { grid-template-columns: 1fr; }
    .zsad-profile-video details { border: 0; border-top: 1px solid var(--zsad-blue-line); padding: 18px 0 0; }
    .zsad-expertise-columns { grid-template-columns: 1fr; }
    .zsad-section-heading { align-items: flex-start; flex-direction: column; }
    .zsad-review-summary { text-align: left; }
    .zsad-profile-gallery img { height: 190px; }
    .zsad-booking-card { align-items: flex-start; flex-direction: column; }
    .zsad-sales-table { overflow-x: auto; }
    .zsad-sales-row { min-width: 650px; }
    .zsad-other-sticky > div { grid-template-columns: 1fr; }
    .zsad-form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .zsad-page .container { width: min(100% - 24px,1220px); }
    .zsad-featured-main { grid-template-columns: 94px 1fr; padding-inline: 14px; }
    .zsad-featured-main img, .zsad-avatar-large { width: 94px; height: 126px; }
    .zsad-card-actions { grid-template-columns: 1fr; }
    .zsad-profile-identity { align-items: start; grid-template-columns: 84px 1fr; }
    .zsad-profile-photo, .zsad-avatar-xl { width: 84px; height: 110px; }
    .zsad-profile-identity h1 { font-size: 34px; }
    .zsad-profile-headline { font-size: 13px; }
    .zsad-profile-actions { grid-column: 1/-1; }
    .zsad-profile-meta span:nth-child(2) { display: none; }
    .zsad-profile-contact-card { padding: 19px; }
    .zsad-profile-cover { height: 155px; border-radius: 11px; }
    .zsad-profile-cover figcaption { display: none; }
    .zsad-profile-gallery { grid-template-columns: 1fr; }
    .zsad-profile-gallery img { height: 220px; }
    .zsad-review-list header { align-items: flex-start; flex-direction: column; gap: 8px; }
    .zsad-contact-dialog { padding: 24px 18px; }
}
@media (prefers-reduced-motion: reduce) {
    .zsad-page *, .zsad-page *::before, .zsad-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
