/* Notary page */
.notary-page {
    overflow: clip;
}

.notary-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 74px;
    background:
        radial-gradient(circle at 78% 12%, rgba(184, 231, 243, .42), transparent 32%),
        linear-gradient(135deg, #fffdf9 8%, #f5fbff 58%, #eef9fb);
}

.notary-hero-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 40px;
    align-items: center;
}

.notary-hero-copy h1 {
    max-width: 610px;
    margin-bottom: 24px;
    font-size: clamp(3rem, 4.2vw, 3.55rem);
    line-height: .99;
}

.notary-hero-copy .lead {
    max-width: 620px;
    margin: 0 0 30px;
    color: var(--ink-soft);
    font-size: 1.05rem;
    line-height: 1.72;
}

.notary-hero-copy .button-row {
    flex-wrap: nowrap;
}

.notary-hero-copy .button {
    padding-inline: 16px;
    font-size: .82rem;
    white-space: nowrap;
}

.notary-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    padding: 0;
    margin: 28px 0 0;
    color: var(--ink-soft);
    list-style: none;
    font-size: .72rem;
    font-weight: 700;
}

.notary-hero-trust li {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.notary-hero-trust svg {
    width: 18px;
    height: 18px;
    color: var(--teal);
}

.notary-flow-ui {
    overflow: hidden;
    background: #fff;
    border: 1px solid #cbdce8;
    border-radius: 18px;
    box-shadow: 0 30px 75px rgba(26, 72, 111, .17);
}

.notary-product-bar {
    display: flex;
    min-height: 58px;
    padding: 0 18px;
    color: #fff;
    background: #143f68;
    align-items: center;
    justify-content: space-between;
}

.notary-product-bar strong {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: .68rem;
}

.notary-product-bar strong span {
    display: grid;
    width: 27px;
    height: 27px;
    color: var(--ink);
    background: white;
    border-radius: 7px;
    place-items: center;
}

.notary-product-bar small {
    color: #cfe1ed;
    font-size: .5rem;
}

.notary-flow-body {
    display: grid;
    grid-template-columns: 1fr .64fr 1fr .5fr 1fr 1.1fr;
    gap: 9px;
    min-width: 0;
    min-height: 365px;
    padding: 24px 16px 20px;
    align-items: stretch;
}

.notary-estate-column {
    display: flex;
    min-width: 0;
    padding: 16px 12px;
    background: #f8fbfd;
    border: 1px solid var(--line);
    border-radius: 11px;
    flex-direction: column;
}

.notary-estate-column.common {
    background: #fffaf0;
    border-color: #f0d9a0;
}

.notary-estate-label {
    margin-bottom: 3px;
    color: var(--teal-dark);
    font-size: .47rem;
    font-weight: 750;
}

.notary-estate-column strong {
    font-size: .66rem;
}

.notary-estate-column > b {
    margin: 13px 0 18px;
    font-size: .86rem;
}

.notary-estate-column small {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 8px 0;
    color: var(--ink-soft);
    border-top: 1px solid var(--line-soft);
    font-size: .48rem;
}

.notary-estate-column small svg {
    flex: 0 0 auto;
    color: var(--teal);
}

.notary-flow-switcher {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.notary-flow-switcher button {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px;
    width: 100%;
    padding: 8px 5px;
    color: var(--ink-soft);
    background: transparent;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    text-align: left;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.notary-flow-switcher button:hover,
.notary-flow-switcher button:focus-visible,
.notary-flow-switcher button.active {
    color: var(--blue-dark);
    background: var(--blue-pale);
    transform: translateX(2px);
}

.notary-flow-switcher button span {
    font-size: .52rem;
    font-weight: 800;
}

.notary-flow-switcher button small {
    grid-column: 1 / -1;
    font-size: .39rem;
}

.notary-flow-switcher.mirrored {
    gap: 44px;
    color: #c98b37;
}

.notary-flow-switcher.mirrored span {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: .48rem;
    font-weight: 800;
}

.notary-proof-panel {
    padding: 17px 13px;
    background: #f5faff;
    border: 1px solid #cfe0ef;
    border-radius: 11px;
}

.notary-proof-panel > span {
    display: block;
    margin-bottom: 5px;
    color: var(--blue-dark);
    font-size: .46rem;
    font-weight: 800;
}

.notary-proof-panel > strong {
    font-size: .9rem;
}

.notary-proof-panel dl {
    display: grid;
    gap: 7px;
    margin: 16px 0;
}

.notary-proof-panel dl div {
    padding-top: 7px;
    border-top: 1px solid #dfeaf2;
}

.notary-proof-panel dt {
    color: var(--ink-soft);
    font-size: .39rem;
}

.notary-proof-panel dd {
    margin: 2px 0 0;
    font-size: .45rem;
    font-weight: 750;
}

.notary-proof-panel button {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 7px 8px;
    color: var(--blue-dark);
    background: white;
    border: 1px solid #bdd5e7;
    border-radius: 6px;
    cursor: pointer;
    font-size: .44rem;
    font-weight: 800;
}

.notary-flow-ui > footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 13px 18px;
    color: var(--ink-soft);
    background: #f7fafc;
    border-top: 1px solid var(--line);
    font-size: .49rem;
}

.notary-flow-ui > footer strong {
    color: var(--ink);
}

.notary-flow-ui > footer em,
.notary-scenario-grid em,
.notary-report-panel em {
    padding: 5px 8px;
    color: #ad6b2f;
    background: #fff2df;
    border-radius: 6px;
    font-size: .45rem;
    font-style: normal;
    text-align: center;
}

.notary-lineage {
    background: #fff;
}

.notary-lineage .section-heading {
    max-width: 800px;
    margin-inline: auto;
}

.notary-lineage-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
    list-style: none;
}

.notary-lineage-track li {
    position: relative;
    display: grid;
    min-height: 230px;
    padding: 25px 21px;
    align-content: start;
}

.notary-lineage-track li + li {
    border-left: 1px solid var(--line);
}

.notary-lineage-track li > span {
    position: absolute;
    top: 12px;
    left: 12px;
    display: grid;
    width: 22px;
    height: 22px;
    color: var(--blue-dark);
    background: var(--blue-pale);
    border-radius: 50%;
    place-items: center;
    font-size: .53rem;
    font-weight: 800;
}

.notary-lineage-track li > svg {
    width: 35px;
    height: 35px;
    margin: 26px 0 18px;
    color: var(--teal);
}

.notary-lineage-track small {
    margin-bottom: 7px;
    color: var(--ink-soft);
    font-size: .58rem;
}

.notary-lineage-track strong {
    font-size: .77rem;
}

.notary-lineage-track b {
    margin-top: 13px;
    color: var(--blue-dark);
    font-size: .72rem;
}

.notary-lineage-track .observation {
    background: #fffaf2;
}

.notary-lineage-track .observation > svg,
.notary-lineage-track .observation b {
    color: #d08a30;
}

.notary-role {
    background: linear-gradient(180deg, #eef9fc, #f6fbfd);
}

.notary-role .section-heading {
    max-width: 920px;
    margin-inline: auto;
}

.notary-role-grid {
    display: grid;
    grid-template-columns: 1fr 78px 1fr;
    align-items: stretch;
    max-width: 1120px;
    margin-inline: auto;
}

.notary-role-grid article {
    padding: 32px 38px;
    background: rgba(255, 255, 255, .84);
    border: 1px solid #d7e7ee;
    border-radius: 16px;
}

.notary-role-grid header {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 22px;
}

.notary-role-grid header svg {
    width: 32px;
    height: 32px;
    color: var(--teal);
}

.notary-role-grid h3 {
    margin: 0;
    font-size: 1.15rem;
}

.notary-role-grid ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    color: var(--ink-soft);
    list-style: none;
    font-size: .76rem;
}

.notary-role-grid li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.notary-role-grid li svg {
    flex: 0 0 auto;
    color: var(--teal);
}

.notary-role-divider {
    display: grid;
    color: var(--blue);
    place-items: center;
}

.notary-role-divider svg {
    width: 28px;
    height: 28px;
}

.notary-scenarios {
    background: #fff;
}

.notary-scenarios .section-heading {
    max-width: 940px;
    margin-inline: auto;
}

.notary-scenario-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px 18px 0 0;
}

.notary-scenario-grid button {
    display: grid;
    min-height: 275px;
    padding: 28px 24px;
    color: var(--ink);
    background: #fff;
    border: 0;
    cursor: pointer;
    justify-items: start;
    align-content: start;
    text-align: left;
    transition: background .25s ease, box-shadow .25s ease;
}

.notary-scenario-grid button + button {
    border-left: 1px solid var(--line);
}

.notary-scenario-grid button:hover,
.notary-scenario-grid button:focus-visible,
.notary-scenario-grid button.active {
    background: #f5fbfc;
    box-shadow: inset 0 4px var(--teal);
}

.notary-scenario-grid button > svg {
    width: 36px;
    height: 36px;
    margin-bottom: 19px;
    color: var(--teal);
}

.notary-scenario-grid strong {
    min-height: 66px;
    font-size: .84rem;
    line-height: 1.4;
}

.notary-scenario-grid span {
    margin: 15px 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.notary-scenario-grid em.verify,
.notary-report-panel em.green {
    color: #237b68;
    background: #e8f7f1;
}

.notary-scenario-detail {
    display: grid;
    grid-template-columns: 1fr 1.7fr .8fr;
    gap: 0;
    padding: 22px 28px;
    background: #f5fafc;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 18px 18px;
}

.notary-scenario-detail div {
    display: grid;
    gap: 4px;
    padding: 0 22px;
}

.notary-scenario-detail div + div {
    border-left: 1px solid var(--line);
}

.notary-scenario-detail small {
    color: var(--ink-soft);
    font-size: .58rem;
}

.notary-scenario-detail strong {
    font-size: .7rem;
}

.notary-documents {
    background: #f6fbfe;
}

.notary-documents .split-heading > p {
    max-width: 420px;
    margin: 0;
    color: var(--ink-soft);
    font-size: .82rem;
}

.notary-documents-shell {
    display: grid;
    grid-template-columns: 1.45fr .55fr;
    overflow: hidden;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
}

.notary-document-list {
    padding: 12px 0;
}

.notary-document-list button {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 14px;
    width: 100%;
    min-height: 80px;
    padding: 13px 22px;
    color: var(--ink);
    background: transparent;
    border: 0;
    cursor: pointer;
    align-items: center;
    text-align: left;
    transition: background .2s ease;
}

.notary-document-list button + button {
    border-top: 1px solid var(--line-soft);
}

.notary-document-list button:hover,
.notary-document-list button:focus-visible,
.notary-document-list button.active {
    background: #eef8fb;
}

.notary-document-list button > svg {
    width: 22px;
    height: 22px;
    color: var(--blue);
}

.notary-document-list button span {
    display: grid;
    gap: 2px;
}

.notary-document-list button strong {
    font-size: .76rem;
}

.notary-document-list button small {
    color: var(--ink-soft);
    font-size: .59rem;
}

.notary-document-list button b {
    color: var(--blue-dark);
    font-size: .63rem;
}

.notary-document-detail {
    display: grid;
    padding: 35px 30px;
    background: #fffaf0;
    border-left: 1px solid #eadfc7;
    align-content: start;
}

.notary-document-detail > span {
    color: #a87832;
    font-size: .64rem;
    font-weight: 800;
}

.notary-document-detail > svg {
    width: 42px;
    height: 42px;
    margin: 25px 0 18px;
    color: #d5983d;
}

.notary-document-detail h3 {
    margin-bottom: 12px;
    font-size: 1.3rem;
}

.notary-document-detail p {
    color: var(--ink-soft);
    font-size: .72rem;
}

.notary-document-detail dl {
    display: grid;
    gap: 11px;
    margin: 25px 0 0;
}

.notary-document-detail dl div {
    display: flex;
    gap: 12px;
    padding-top: 11px;
    border-top: 1px solid #eadfc7;
    align-items: center;
    justify-content: space-between;
}

.notary-document-detail dt,
.notary-document-detail dd {
    font-size: .63rem;
}

.notary-document-detail dd {
    margin: 0;
    font-weight: 800;
}

.notary-document-detail dd.complete {
    color: #237b68;
}

.notary-report {
    background: #fff;
}

.notary-report .section-heading {
    max-width: 900px;
    margin-inline: auto;
}

.notary-report-ui {
    display: grid;
    grid-template-columns: 190px 1fr;
    min-height: 520px;
    overflow: hidden;
    background: white;
    border: 1px solid #cbd9e5;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(28, 66, 101, .14);
}

.notary-report-ui > aside {
    display: flex;
    padding: 22px 13px;
    color: #c9d9e7;
    background: #17446e;
    flex-direction: column;
}

.notary-report-ui > aside > strong {
    padding: 0 9px 20px;
    color: #fff;
    font-size: .72rem;
}

.notary-report-ui > aside button {
    display: flex;
    gap: 8px;
    width: 100%;
    padding: 11px 9px;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    align-items: center;
    font-size: .59rem;
    text-align: left;
}

.notary-report-ui > aside button:hover,
.notary-report-ui > aside button:focus-visible,
.notary-report-ui > aside button.active {
    color: white;
    background: #2b5d88;
}

.notary-report-ui > aside > span {
    display: flex;
    gap: 7px;
    padding: 13px 9px 0;
    margin-top: auto;
    color: #86d4cf;
    border-top: 1px solid rgba(255, 255, 255, .16);
    align-items: center;
    font-size: .57rem;
    font-weight: 750;
}

.notary-report-main {
    display: flex;
    min-width: 0;
    padding: 26px;
    flex-direction: column;
}

.notary-report-main > header {
    display: flex;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
    align-items: center;
    justify-content: space-between;
}

.notary-report-main > header small {
    color: var(--ink-soft);
    font-size: .57rem;
}

.notary-report-main > header h3 {
    margin: 3px 0 0;
    font-size: 1.12rem;
}

.notary-report-main > header button,
.notary-office-grid button {
    display: inline-flex;
    gap: 6px;
    padding: 8px 11px;
    color: var(--blue-dark);
    background: white;
    border: 1px solid #bed3e4;
    border-radius: 7px;
    cursor: pointer;
    align-items: center;
    font-size: .58rem;
    font-weight: 800;
}

.notary-report-panel > div {
    display: grid;
    grid-template-columns: 92px 1fr 100px 105px;
    gap: 13px;
    min-height: 69px;
    padding: 12px 8px;
    border-bottom: 1px solid var(--line-soft);
    align-items: center;
    font-size: .62rem;
}

.notary-report-panel > .report-table-head {
    min-height: 44px;
    color: var(--ink-soft);
    font-size: .54rem;
    font-weight: 750;
}

.notary-report-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding: 35px 0;
}

.notary-report-summary[hidden],
.notary-report-empty[hidden] {
    display: none;
}

.notary-report-summary article {
    display: grid;
    gap: 8px;
    padding: 25px;
    background: #f6fafc;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.notary-report-summary span,
.notary-report-summary small {
    color: var(--ink-soft);
    font-size: .62rem;
}

.notary-report-summary strong {
    font-size: 1.35rem;
}

.notary-report-empty {
    display: grid;
    min-height: 300px;
    padding: 30px;
    place-content: center;
    justify-items: center;
    text-align: center;
}

.notary-report-empty > svg {
    width: 50px;
    height: 50px;
    padding: 11px;
    margin-bottom: 17px;
    color: var(--teal);
    background: var(--teal-pale);
    border-radius: 14px;
}

.notary-report-empty p {
    max-width: 460px;
    margin: 7px 0 0;
    color: var(--ink-soft);
    font-size: .73rem;
}

.notary-report-main > footer {
    display: flex;
    gap: 7px;
    padding: 11px 13px;
    margin-top: auto;
    color: var(--blue-dark);
    background: var(--blue-pale);
    border-radius: 8px;
    align-items: center;
    font-size: .57rem;
}

.notary-office {
    background: #f5fafc;
}

.notary-office-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: hidden;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.notary-office-grid article {
    display: grid;
    min-height: 250px;
    padding: 27px 22px;
    align-content: start;
}

.notary-office-grid article + article {
    border-left: 1px solid var(--line);
}

.notary-office-grid article > svg {
    width: 32px;
    height: 32px;
    margin-bottom: 17px;
    color: var(--blue);
}

.notary-office-grid h3 {
    margin-bottom: 10px;
    font-size: .82rem;
}

.notary-office-grid p {
    min-height: 62px;
    color: var(--ink-soft);
    font-size: .66rem;
}

.notary-office-grid button {
    width: 100%;
    margin-top: auto;
    justify-content: center;
}

.notary-method {
    background: white;
}

.notary-method ol {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.notary-method ol::before {
    position: absolute;
    top: 44px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: #bdd0df;
    content: "";
}

.notary-method li {
    position: relative;
    display: grid;
    justify-items: center;
    text-align: center;
}

.notary-method li > span {
    position: absolute;
    top: 2px;
    left: calc(50% - 40px);
    color: #efbd67;
    font-size: 1.9rem;
    font-weight: 350;
}

.notary-method li > svg {
    z-index: 1;
    width: 56px;
    height: 56px;
    padding: 14px;
    color: var(--teal);
    background: white;
    border: 1px solid #bbdfe0;
    border-radius: 50%;
}

.notary-method strong {
    margin: 14px 0 6px;
    font-size: .79rem;
}

.notary-method p {
    max-width: 180px;
    margin: 0;
    color: var(--ink-soft);
    font-size: .62rem;
}

.notary-offer {
    background: #fff;
}

.notary-offer-shell {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 56px;
    padding: 45px 55px;
    background: linear-gradient(125deg, #f8fcff, #eef9f8);
    border: 1px solid #d9e8ed;
    border-radius: 20px;
    align-items: center;
}

.notary-offer-shell h2 {
    max-width: 680px;
    margin-bottom: 22px;
}

.notary-offer-shell ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .72rem;
}

.notary-offer-shell li {
    display: flex;
    gap: 7px;
    align-items: center;
}

.notary-offer-shell li svg {
    color: var(--teal);
}

.notary-offer-price {
    display: grid;
    padding: 31px;
    background: white;
    border: 1px solid #ccdae6;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
}

.notary-offer-price > span,
.notary-offer-price small {
    color: var(--ink-soft);
    font-size: .69rem;
}

.notary-offer-price p {
    margin: 10px 0 4px;
}

.notary-offer-price p strong {
    margin-right: 4px;
    font-size: 2.55rem;
}

.notary-offer-price .button {
    margin-top: 22px;
}

.notary-bottom {
    background: linear-gradient(180deg, #fff, #f7fbfd);
}

.notary-bottom-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 25px;
}

.notary-testimonial,
.notary-faq {
    padding: 34px;
    margin: 0;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
}

.notary-testimonial > svg {
    width: 38px;
    height: 38px;
    color: #c5d4df;
}

.notary-testimonial > p {
    margin: 18px 0 28px;
    font-size: 1.02rem;
    line-height: 1.75;
}

.notary-testimonial footer {
    display: flex;
    gap: 13px;
    align-items: center;
}

.notary-testimonial footer img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--line);
}

.notary-testimonial footer div {
    display: grid;
}

.notary-testimonial footer small {
    color: var(--ink-soft);
}

.notary-faq .section-heading {
    margin-bottom: 10px;
}

.notary-faq .section-heading h2 {
    font-size: 1.5rem;
}

.notary-faq .accordion button {
    padding: 14px 0;
    font-size: .75rem;
}

.notary-final-cta {
    padding-top: 28px;
    background: #fff;
}

.notary-cta-landscape {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 35px;
    min-height: 270px;
    overflow: hidden;
    padding: 44px 54px;
    color: white;
    border-radius: 20px;
    align-items: center;
    isolation: isolate;
}

.notary-cta-landscape::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 49, 64, .83), rgba(12, 49, 64, .24) 80%);
    content: "";
}

.notary-cta-landscape > img {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notary-cta-landscape h2 {
    max-width: 650px;
    margin-bottom: 10px;
}

.notary-cta-landscape p {
    margin: 0;
}

.notary-cta-landscape nav {
    display: flex;
    gap: 11px;
}

.notary-cta-landscape .button-light {
    background: white;
}

.js [data-notary-motion] {
    opacity: 0;
}

@media (min-width: 1121px) {
    .notary-hero-copy h1 > span {
        white-space: nowrap;
    }
}

@media (max-width: 1120px) {
    .notary-hero-grid {
        grid-template-columns: 1fr;
    }

    .notary-hero-copy {
        max-width: 820px;
        text-align: center;
        margin-inline: auto;
    }

    .notary-hero-copy h1,
    .notary-hero-copy .lead {
        margin-inline: auto;
    }

    .notary-hero-copy .button-row,
    .notary-hero-trust {
        justify-content: center;
    }

    .notary-flow-ui {
        width: min(100%, 930px);
        margin-inline: auto;
    }

    .notary-office-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .notary-office-grid article:nth-child(4),
    .notary-office-grid article:nth-child(5) {
        border-top: 1px solid var(--line);
    }

    .notary-office-grid article:nth-child(4) {
        border-left: 0;
    }
}

@media (max-width: 900px) {
    .notary-hero {
        padding-top: 58px;
    }

    .notary-lineage-track {
        grid-template-columns: repeat(5, minmax(190px, 1fr));
        overflow-x: auto;
    }

    .notary-role-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .notary-role-divider {
        display: none;
    }

    .notary-scenario-grid {
        grid-template-columns: 1fr 1fr;
    }

    .notary-scenario-grid button + button {
        border-left: 0;
    }

    .notary-scenario-grid button:nth-child(even) {
        border-left: 1px solid var(--line);
    }

    .notary-scenario-grid button:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .notary-documents .split-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .notary-documents-shell,
    .notary-offer-shell,
    .notary-bottom-grid {
        grid-template-columns: 1fr;
    }

    .notary-document-detail {
        border-top: 1px solid #eadfc7;
        border-left: 0;
    }

    .notary-report-ui {
        grid-template-columns: 150px 1fr;
    }

    .notary-method ol {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 35px;
    }

    .notary-method ol::before {
        display: none;
    }

    .notary-offer-shell {
        gap: 30px;
    }

    .notary-cta-landscape {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .notary-hero-copy h1 {
        font-size: clamp(2.55rem, 11vw, 3.3rem);
    }

    .notary-hero-copy .button-row {
        flex-direction: column;
    }

    .notary-hero-copy .button-row .button {
        width: 100%;
    }

    .notary-flow-body {
        grid-template-columns: repeat(3, minmax(112px, 1fr));
        overflow-x: auto;
    }

    .notary-flow-switcher {
        display: none;
    }

    .notary-proof-panel {
        grid-column: 1 / -1;
        min-width: 350px;
    }

    .notary-flow-ui > footer {
        grid-template-columns: 1fr auto;
    }

    .notary-flow-ui > footer span {
        display: none;
    }

    .notary-role-grid article {
        padding: 28px 21px;
    }

    .notary-scenario-grid {
        grid-template-columns: 1fr;
    }

    .notary-scenario-grid button,
    .notary-scenario-grid button:nth-child(even) {
        min-height: 230px;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .notary-scenario-grid button:first-child {
        border-top: 0;
    }

    .notary-scenario-detail {
        grid-template-columns: 1fr;
    }

    .notary-scenario-detail div {
        padding: 12px 0;
    }

    .notary-scenario-detail div + div {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .notary-document-list button {
        grid-template-columns: 35px 1fr;
        padding: 15px;
    }

    .notary-document-list button b {
        grid-column: 2;
    }

    .notary-document-detail {
        padding: 28px 21px;
    }

    .notary-report-ui {
        display: block;
    }

    .notary-report-ui > aside {
        display: flex;
        overflow-x: auto;
        padding: 11px;
        flex-direction: row;
    }

    .notary-report-ui > aside > strong,
    .notary-report-ui > aside > span {
        display: none;
    }

    .notary-report-ui > aside button {
        flex: 0 0 auto;
        width: auto;
        white-space: nowrap;
    }

    .notary-report-main {
        padding: 18px 13px;
    }

    .notary-report-main > header {
        align-items: flex-start;
        flex-direction: column;
    }

    .notary-report-panel {
        overflow-x: auto;
    }

    .notary-report-panel > div {
        min-width: 640px;
    }

    .notary-report-summary {
        grid-template-columns: 1fr;
    }

    .notary-office-grid,
    .notary-method ol,
    .notary-offer-shell ul {
        grid-template-columns: 1fr;
    }

    .notary-office-grid article + article {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .notary-method li {
        grid-template-columns: 58px 1fr;
        justify-items: start;
        text-align: left;
        column-gap: 15px;
    }

    .notary-method li > span {
        display: none;
    }

    .notary-method li > svg {
        grid-row: 1 / 3;
    }

    .notary-method strong {
        margin-top: 4px;
    }

    .notary-method p {
        max-width: none;
    }

    .notary-offer-shell {
        padding: 32px 21px;
    }

    .notary-testimonial,
    .notary-faq {
        padding: 28px 20px;
    }

    .notary-cta-landscape {
        min-height: 430px;
        padding: 35px 23px;
        text-align: center;
    }

    .notary-cta-landscape::after {
        background: linear-gradient(180deg, rgba(12, 49, 64, .28), rgba(12, 49, 64, .85));
    }

    .notary-cta-landscape nav {
        flex-direction: column;
    }
}

