body {
    background: #fff;
}

.county-page-main {
    overflow: hidden;
}

.county-hero-shell {
    background:
        radial-gradient(circle at top right, rgba(0, 116, 239, 0.08), transparent 28%),
        linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
    padding-top: 80px;
}

.county-hero-shell .homepage-hero {
    align-items: center;
    padding-bottom: 60px;
}

.county-hero-copy {
    max-width: 610px;
    align-self: center;
}

.county-hero-copy .homepage-hero-title {
    max-width: 620px;
    font-size: 48px;
    line-height: 1.28;
}

.county-hero-copy .homepage-hero-description {
    max-width: 560px;
}

.county-hero-copy .homepage-hero-description-mobile {
    display: none;
}

.county-hero-copy .accent {
    white-space: nowrap;
}

.county-hero-visual {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.county-hero-card {
    position: relative;
    display: block;
    max-width: 480px;
    margin: 0 auto;
}

.county-hero-card img {
    display: block;
    width: 100%;
    height: auto;
}

.county-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, rgba(25, 41, 84, 0.22) 100%);
    pointer-events: none;
}

.county-live-badge {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.county-live-badge::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.16);
    flex: 0 0 auto;
}

.county-floating-rating {
    min-width: 160px;
    right: -18px;
}

.county-floating-rating i {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
}

.county-floating-profile {
    top: 108px;
    left: -34px;
}

.county-floating-profile .homepage-floating-check {
    left: 35px;
}

.county-floating-profile strong,
.county-floating-rating strong,
.county-floating-verified strong {
    font-size: 15px !important;
}

.county-floating-profile span,
.county-floating-rating span {
    font-size: 12px !important;
}

.county-hero-copy .homepage-hero-button {
    min-width: 0;
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 14px;
}

.county-floating-verified {
    top: auto;
    right: -14px;
    bottom: 132px;
}

@media (min-width: 1025px) {
    .county-hero-shell .homepage-hero {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
        column-gap: 36px;
        align-items: center;
        padding-top: 20px;
    }

    .county-hero-copy {
        padding-top: 0;
        align-self: center;
    }

    .county-hero-visual {
        max-width: 470px;
        width: 100%;
        margin-left: auto;
    }

    .county-hero-card {
        max-width: 440px;
        margin-left: auto;
    }

    .county-hero-copy .homepage-hero-button {
        padding: 18px 40px;
        font-size: 19px;
        border-radius: 18px;
    }
}

.homepage-trusted-logos-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.homepage-trusted-logos {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: max-content;
}

.homepage-trusted-logo {
    flex: 0 0 auto;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-trusted-logo img {
    display: block;
    width: auto;
    height: 54px;
    max-width: none;
    object-fit: contain;
}

.homepage-trusted-logo.homepage-trusted-logo--desktop-large {
    min-width: 150px;
}

.homepage-trusted-logo.homepage-trusted-logo--desktop-large img {
    width: auto;
    height: 85px !important;
    max-height: none;
}

.homepage-trusted-logo--green img {
    height: 30px;
}

.county-industries-section {
    padding: 62px 0 28px;
    background: #fff;
}

.county-industries-header {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.county-industries-kicker {
    display: inline-block;
    color: #1677ff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.county-industries-title {
    margin: 14px 0 0;
    color: #202856;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.4px;
}

.county-industries-description {
    max-width: 860px;
    margin: 18px auto 0;
    color: #655D91;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

.county-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 22px;
    margin-top: 42px;
}

.county-industry-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 18px 18px 16px;
    border: 1px solid #e8edf8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(26, 44, 84, 0.04);
}

.county-industry-card-link {
    color: inherit;
    text-decoration: none;
}

.county-industry-card-link:hover,
.county-industry-card-link:focus-visible {
    color: inherit;
    text-decoration: none;
}

.county-industry-card-image {
    display: block;
    width: 100%;
    height: 248px;
    object-fit: cover;
    border-radius: 8px;
}

.county-industry-card-title {
    margin: 18px 0 0;
    color: #243a67;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.county-industry-card-text {
    margin: 14px 0 0;
    color: #586884;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.county-industry-card-text-toggle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.county-industry-card-text-toggle.is-expanded {
    display: block;
}

.county-industry-readmore {
    align-self: flex-start;
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1677ff;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.county-documents-section {
    padding: 54px 0 28px;
    background: #fff;
}

.county-documents-header {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}

.county-documents-kicker {
    display: inline-block;
    color: #1677ff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.county-documents-title {
    margin: 18px 0 0;
    color: #202856;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.4px;
}

.county-documents-description {
    max-width: 760px;
    margin: 16px auto 0;
    color: #655D91;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.county-documents-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 18px;
    margin-top: 40px;
}

.county-document-card {
    min-height: 160px;
    padding: 20px 20px 18px;
    border: 1px solid #e8edf8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(26, 44, 84, 0.04);
}

.county-document-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.county-document-card-link:hover,
.county-document-card-link:focus-visible {
    color: inherit;
    text-decoration: none;
}

.county-document-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: linear-gradient(180deg, #eaf3ff 0%, #dfeeff 100%);
}

.county-document-icon-wrap i {
    color: #1677ff;
    font-size: 18px;
    line-height: 1;
}

.county-document-title {
    margin: 16px 0 0;
    color: #111111;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 500;
}

.county-document-text {
    margin: 10px 0 0;
    color: #586884;
    font-size: 15px;
    line-height: 1.65;
}

.county-document-text-toggle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.county-document-text-toggle.is-expanded {
    display: block;
}

.county-document-readmore {
    align-self: flex-start;
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1677ff;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.county-documents-cta {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.county-documents-button {
    min-width: 220px;
}

.county-process-section .homepage-steps-title span {
    display: block;
}

.county-process-section {
    padding-top: 24px;
}

.county-process-section .homepage-steps-description {
    max-width: 420px;
}

.county-process-section .homepage-steps-visual img {
    content: normal;
}

.county-process-section .homepage-steps-visual {
    display: block;
}

.county-process-section .homepage-steps-floating.live {
    top: 18px;
    right: -12px;
    min-width: 152px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(21, 55, 110, 0.12);
    backdrop-filter: blur(10px);
}

.county-process-section .homepage-steps-floating.live strong {
    display: block;
    color: #17233c;
    font-size: 13px;
    line-height: 1.2;
}

.county-process-section .homepage-steps-floating.live span {
    display: block;
    margin-top: 3px;
    color: #97a3b6;
    font-size: 9px;
    line-height: 1.35;
}

.county-process-section .homepage-steps-status-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.county-process-section .homepage-steps-status-dot i {
    color: #22c55e;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.county-process-section .homepage-steps-current {
    display: none;
}

.county-process-section .homepage-steps-floating.bottom-left {
    display: none;
}

.county-process-section .homepage-steps-mobile-cta a,
.county-process-section .homepage-steps-btn-primary {
    min-width: 0;
}

.county-destination-section {
    padding: 44px 0 34px;
    background: #fff;
}

.county-destination-shell {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.county-destination-header {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.county-destination-title {
    margin: 0;
    color: #202856;
    font-size: 30px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.county-destination-grid {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin-top: 28px;
}

.county-destination-card {
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(340px, 420px);
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

.county-destination-card.reverse {
    grid-template-columns: minmax(340px, 420px) minmax(0, 560px);
}

.county-destination-media {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 560px;
    border-radius: 10px;
}

.county-destination-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.county-destination-copy {
    max-width: 420px;
}

.county-destination-card.reverse .county-destination-copy {
    justify-self: start;
}

.county-destination-heading {
    margin: 0;
    color: #202856;
    font-size: 26px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.county-destination-text {
    margin: 14px 0 0;
    color: #7b82a4;
    font-size: 17px;
    line-height: 1.62;
}

.county-destination-cta {
    display: flex;
    margin-top: 20px;
}

.county-destination-button {
    min-width: 184px;
}

.county-destination-showcase-header {
    padding: 44px 0 8px;
    background: #fff;
}

.county-destination-showcase-title {
    margin: 0;
    text-align: center;
    color: #202856;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.4px;
}

.county-destination-media-frame,
.county-destination-media-frame img {
    width: 100%;
    height: 100%;
}

.county-destination-media-frame {
    display: block;
    overflow: hidden;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.county-destination-media-frame img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.homepage-customer-media.county-destination-media-frame,
.homepage-notary-media.county-destination-media-frame {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.homepage-customer-media.county-destination-media-frame img,
.homepage-notary-media.county-destination-media-frame img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.homepage-notary {
    padding-bottom: 8px;
}

.reviews-section {
    padding-top: 18px;
}

.affidavit-faq-section {
    padding-bottom: 8px;
}

.county-page-main .affidavit-shell {
    padding-left: 24px;
    padding-right: 24px;
}

#footer-container {
    margin-top: 0;
    padding-top: 0;
}

@keyframes homepageTrustedLogosMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (min-width: 768px) and (max-width: 1035px) {
    .county-hero-shell .homepage-hero {
        align-items: center;
        gap: 24px;
        padding-bottom: 40px;
    }

    .county-hero-copy {
        padding-top: 0;
        align-self: center;
    }

    .county-hero-copy .homepage-hero-title {
        font-size: 32px;
        line-height: 1.24;
    }

    .county-hero-visual {
        max-width: 405px;
        margin: 0 auto;
    }

    .county-hero-card {
        max-width: 365px;
        margin: 0 auto;
    }

    .county-floating-rating {
        min-width: 132px;
        right: -18px;
    }

    .county-floating-profile {
        top: 92px;
        left: -28px;
    }

    .county-floating-profile strong,
    .county-floating-rating strong,
    .county-floating-verified strong {
        font-size: 12px !important;
    }

    .county-floating-profile span,
    .county-floating-rating span {
        font-size: 10px !important;
    }

    .county-hero-visual .homepage-floating-card {
        gap: 8px;
        padding: 8px 10px;
        border-radius: 14px;
    }

    .county-hero-visual .homepage-floating-card i {
        width: 30px;
        height: 30px;
        border-radius: 10px;
        font-size: 13px;
    }

    .county-hero-visual .homepage-floating-avatar {
        width: 28px;
        height: 28px;
    }

    .county-hero-visual .homepage-floating-check {
        left: 28px;
        bottom: 4px;
        width: 12px;
        height: 12px;
        box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.16);
    }

    .county-hero-visual .homepage-floating-verified {
        min-width: 110px;
        padding: 8px 10px;
        right: -10px;
        bottom: 118px;
    }

    .county-hero-copy .homepage-hero-description,
    .county-hero-copy .homepage-hero-description-mobile {
        font-size: 14px;
        line-height: 1.65;
    }

    .county-industries-kicker,
    .county-documents-kicker {
        font-size: 14px;
    }

    .county-industries-title,
    .county-documents-title,
    .county-destination-showcase-title,
    .reviews-title {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.8px;
    }

    .county-industries-description,
    .county-documents-description,
    .reviews-description {
        font-size: 14px;
        line-height: 1.65;
    }

    .county-industry-title,
    .county-document-title {
        font-size: 18px;
        line-height: 1.35;
    }

    .county-industry-text,
    .county-document-text {
        font-size: 14px;
        line-height: 1.75;
    }

    .homepage-customer-copy h2,
    .homepage-notary-copy h2 {
        font-size: 24px;
        line-height: 1.15;
    }

    .homepage-customer-copy p,
    .homepage-notary-copy p {
        font-size: 13px;
        line-height: 1.7;
    }

    .county-page-main .affidavit-shell {
        padding-left: 56px;
        padding-right: 56px;
    }

    .county-page-main .affidavit-faq-section {
        padding-top: 52px;
        padding-bottom: 12px;
    }

    .county-page-main .affidavit-faq-layout {
        grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
        gap: 28px;
        align-items: start;
    }

    .county-page-main .affidavit-faq-title {
        max-width: 100%;
        font-size: 28px;
        line-height: 1.14;
    }

    .county-page-main .affidavit-faq-intro {
        margin-top: 22px;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
    }

    .county-page-main .affidavit-faq-support {
        max-width: 100%;
        margin-top: 28px;
        padding: 20px 18px;
    }

    .county-page-main .faq-accordion-button {
        padding: 18px 20px;
        font-size: 15px;
        line-height: 1.45;
    }

    .county-page-main .faq-accordion-body {
        padding: 10px 20px 18px;
        font-size: 14px;
        line-height: 1.7;
    }

    .county-hero-shell .homepage-hero {
        padding-bottom: 44px;
    }

    .county-industries-section {
        padding: 52px 0 18px;
    }

    .county-industries-kicker {
        font-size: 18px;
    }

    .county-industries-title {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .county-industries-description {
        max-width: 720px;
        font-size: 18px;
    }

    .county-industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-top: 34px;
    }

    .county-industry-card-image {
        height: 220px;
    }

    .county-documents-section {
        padding: 46px 0 54px;
    }

    .county-documents-title {
        font-size: 32px;
        letter-spacing: -0.8px;
    }

    .county-documents-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .county-live-badge {
        left: 18px;
        right: 18px;
        bottom: 18px;
        min-height: 38px;
        padding: 8px 14px;
        font-size: 12px;
    }

    .county-floating-profile {
        left: -20px;
    }

    .county-process-section .homepage-steps-visual {
        display: block;
        overflow: visible;
    }

    .county-process-section .homepage-steps-floating.top-left {
        top: 28px;
        left: 28px;
        min-width: 178px;
        gap: 10px;
        padding: 12px 16px;
    }

    .county-process-section .homepage-steps-floating.top-left .homepage-steps-floating-icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        font-size: 18px;
    }

    .county-process-section .homepage-steps-floating.top-left strong {
        font-size: 14px;
        line-height: 1.1;
    }

    .county-process-section .homepage-steps-floating.top-left span {
        margin-top: 3px;
        font-size: 12px;
        line-height: 1.2;
    }

    .county-process-section .homepage-steps-floating.live {
        top: 18px;
        right: -12px;
        min-width: 152px;
        padding: 10px 12px;
        border-radius: 16px;
    }

    .homepage-trusted-logos-wrap {
        overflow: hidden;
    }

    .homepage-trusted-logos {
        justify-content: flex-start;
    }

    .homepage-trusted-logos.mobile-marquee {
        animation: homepageTrustedLogosMarquee 24s linear infinite;
        will-change: transform;
    }
}

@media (min-width: 1036px) {
    .county-page-main .affidavit-shell {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width: 767px) {
    .county-hero-shell .homepage-hero {
        align-items: start;
        gap: 18px;
        padding-bottom: 32px;
    }

    .county-hero-copy .homepage-hero-title {
        font-size: 33px;
        margin-top: 10px;
        line-height: 1.24;
    }

    .county-hero-visual {
        max-width: 340px;
        width: calc(100% - 24px);
        margin: 12px auto 0;
    }

    .county-hero-card {
        max-width: 304px;
        margin: 0 auto;
    }

    .county-floating-profile {
        top: 78px;
        left: -56px;
    }

    .county-floating-rating {
        right: -14px;
    }

    .county-floating-verified {
        right: -10px;
        bottom: 108px;
    }

    .homepage-trusted-logos-wrap {
        overflow: hidden;
    }

    .homepage-trusted-logos {
        justify-content: flex-start;
    }

    .homepage-trusted-logos.mobile-marquee {
        animation: homepageTrustedLogosMarquee 24s linear infinite;
        will-change: transform;
    }

    .county-industries-section {
        padding: 42px 0 16px;
    }

    .county-industries-header {
        max-width: 100%;
        padding: 0 8px;
    }

    .county-industries-kicker {
        font-size: 14px;
    }

    .county-industries-title {
        margin-top: 12px;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.6px;
    }

    .county-industries-description {
        margin-top: 14px;
        font-size: 12px;
        line-height: 1.7;
    }

    .county-industries-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 26px;
    }

    .county-industry-card {
        padding: 14px 14px 16px;
        border-radius: 16px;
    }

    .county-industry-card-image {
        height: 210px;
        border-radius: 8px;
    }

    .county-industry-card-title {
        margin-top: 14px;
        font-size: 18px;
        line-height: 30px;
    }

    .county-industry-card-text {
        margin-top: 10px;
        font-size: 15px;
        line-height: 30px;
    }

    .county-documents-section {
        padding: 40px 0 48px;
    }

    .county-documents-kicker {
        font-size: 14px;
    }

    .county-documents-title {
        margin-top: 14px;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.6px;
    }

    .county-documents-description {
        margin-top: 14px;
        font-size: 12px;
        line-height: 1.7;
    }

    .county-documents-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px;
    }

    .county-document-card {
        min-height: 0;
        padding: 18px 16px 16px;
        border-radius: 16px;
    }

    .county-document-title {
        margin-top: 14px;
        font-size: 20px;
    }

    .county-document-text {
        font-size: 15px;
        line-height: 1.72;
    }

    .county-documents-cta {
        margin-top: 22px;
    }

    .county-documents-button {
        width: 100%;
        max-width: 220px;
    }

    .county-destination-section {
        padding: 34px 0 38px;
    }

    .county-destination-title {
        font-size: 22px;
        line-height: 1.22;
        letter-spacing: -0.4px;
    }

    .county-destination-grid {
        gap: 30px;
        margin-top: 22px;
    }

    .county-destination-card,
    .county-destination-card.reverse {
        grid-template-columns: 1fr;
        gap: 14px;
        justify-content: normal;
    }

    .county-page-main .homepage-customer-copy,
    .county-page-main .homepage-notary-copy {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .county-page-main .homepage-customer-copy a,
    .county-page-main .homepage-notary-copy a {
        justify-content: flex-start;
    }

    .county-destination-media {
        max-width: 100%;
        border-radius: 10px;
    }

    .county-page-main .homepage-customer-media.county-destination-media-frame,
    .county-page-main .homepage-notary-media.county-destination-media-frame {
        width: calc(100% + 16px);
        max-width: none;
        margin: 0 -8px;
    }

    .county-page-main .homepage-customer-media.county-destination-media-frame img,
    .county-page-main .homepage-notary-media.county-destination-media-frame img {
        width: 100%;
    }

    .county-destination-copy {
        max-width: 100%;
    }

    .county-destination-heading {
        font-size: 20px;
        line-height: 1.22;
    }

    .county-destination-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.65;
    }

    .county-destination-cta {
        margin-top: 14px;
    }

    .county-destination-button {
        width: 100%;
        max-width: 184px;
    }

    .county-destination-showcase-header {
        padding: 34px 0 6px;
    }

    .county-destination-showcase-title {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.6px;
    }

    .homepage-notary {
        padding-bottom: 4px;
    }

    .reviews-section {
        padding-top: 12px;
    }

    .affidavit-faq-section {
        padding-bottom: 4px;
    }

    #footer-container {
        margin-top: 0;
        padding-top: 0;
    }

    .county-process-section .homepage-steps-title span {
        display: inline;
    }

    .county-process-section .homepage-steps-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "media"
            "intro"
            "main";
        gap: 16px;
        align-items: start;
    }

    .county-process-section .homepage-steps-intro,
    .county-process-section .homepage-steps-main,
    .county-process-section .homepage-steps-media-column {
        width: 100%;
        max-width: none;
    }

    .county-process-section .homepage-steps-intro {
        grid-area: intro;
        margin-top: 2px;
    }

    .county-process-section .homepage-steps-main {
        grid-area: main;
    }

    .county-process-section .homepage-steps-media-column {
        grid-area: media;
        gap: 10px;
        align-items: center;
        width: 100%;
    }

    .county-process-section .homepage-steps-header {
        text-align: left;
        max-width: 100%;
    }

    .county-process-section .homepage-steps-kicker {
        justify-content: flex-start;
    }

    .county-process-section .homepage-steps-title {
        font-size: 23px;
        line-height: 1.2;
        max-width: 290px;
        margin-bottom: 10px;
    }

    .county-process-section .homepage-steps-description {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.7;
    }

    .county-process-section .homepage-steps-timeline {
        margin-top: 4px;
        padding-left: 4px;
    }

    .county-process-section .homepage-steps-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
        padding-bottom: 20px;
    }

    .county-process-section .homepage-steps-badge {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 15px;
    }

    .county-process-section .homepage-steps-badge .step-number {
        width: 16px;
        height: 16px;
        font-size: 8px;
        top: -5px;
        right: -5px;
    }

    .county-process-section .homepage-steps-copy small {
        font-size: 10px;
    }

    .county-process-section .homepage-steps-copy h3 {
        font-size: 15px;
        line-height: 1.35;
    }

    .county-process-section .homepage-steps-copy p {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.65;
        max-width: 100%;
    }

    .county-process-section .homepage-steps-visual-wrap {
        padding: 4px 0 10px 0;
        max-width: 100%;
        width: 100%;
    }

    .county-process-section .homepage-steps-visual-shadow {
        width: 100%;
        border-radius: 28px;
    }

    .county-process-section .homepage-steps-visual {
        border-radius: 28px;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        aspect-ratio: 1.09 / 1;
        overflow: hidden;
    }

    .county-process-section .homepage-steps-visual img {
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
        object-position: center top;
        display: block;
    }

    .county-process-section .homepage-steps-mobile-cta {
        display: none;
    }

    .county-process-section .homepage-steps-actions {
        display: flex;
        margin-top: 18px;
        justify-content: flex-start;
    }

    .county-process-section .homepage-steps-floating.live {
        top: 12px;
        right: 12px;
        min-width: 118px;
        padding: 7px 9px;
        border-radius: 12px;
    }

    .county-process-section .homepage-steps-floating.live strong {
        font-size: 8px;
    }

    .county-process-section .homepage-steps-floating.live span {
        font-size: 6px;
    }

    .county-process-section .homepage-steps-status-dot {
        width: 18px;
        height: 18px;
    }

    .county-process-section .homepage-steps-status-dot i {
        font-size: 10px;
    }

    .county-hero-copy .homepage-hero-title .accent {
        white-space: normal;
    }

    .county-hero-copy .homepage-hero-description {
        display: none;
    }

    .county-hero-copy .homepage-hero-description-mobile {
        display: block;
        margin-top: 16px;
        max-width: 100%;
        color: #6a768b;
        font-size: 15px;
        line-height: 1.65;
    }

    .county-live-badge {
        left: 16px;
        right: 16px;
        bottom: 16px;
        min-height: 34px;
        padding: 8px 12px;
        font-size: 11px;
        gap: 8px;
    }

    .county-live-badge::before {
        width: 8px;
        height: 8px;
        box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.14);
    }

    .county-floating-profile {
        top: 78px;
        left: -25px;
    }

    .county-floating-rating {
        right: -8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .homepage-trusted-logos.mobile-marquee {
        animation: none;
    }
}
.county-page-main .county-unified-button,
#bottomSticky .county-unified-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    margin-top: 0;
    white-space: nowrap;
}

.county-page-main .homepage-hero-button,
#bottomSticky .homepage-hero-button {
    background: linear-gradient(135deg, #0d76f2 0%, #1773ea 100%);
    color: #fff !important;
    box-shadow: 0 16px 30px rgba(23, 115, 234, 0.24);
}

.county-page-main .homepage-hero-button:hover,
.county-page-main .homepage-hero-button:focus-visible,
#bottomSticky .homepage-hero-button:hover,
#bottomSticky .homepage-hero-button:focus-visible {
    color: #fff !important;
    box-shadow: 0 20px 36px rgba(23, 115, 234, 0.28);
}

.county-page-main .county-unified-button .homepage-hero-button-arrow,
#bottomSticky .county-unified-button .homepage-hero-button-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    flex: 0 0 auto;
}

.county-page-main .county-unified-button .homepage-hero-button-arrow i,
#bottomSticky .county-unified-button .homepage-hero-button-arrow i {
    color: #fff;
}

.county-page-main .homepage-steps-actions .county-unified-button {
    min-width: 270px;
    width: fit-content;
}

.county-page-main .homepage-steps-mobile-cta .county-unified-button {
    width: 100%;
}

.county-page-main .county-documents-button {
    min-width: 220px;
}

.county-page-main .county-destination-button {
    min-width: 184px;
    margin-top: 22px;
    gap: 4px;
}

.county-page-main .county-read-more-button {
    min-width: 170px;
}

.county-page-main .final-cta-content .county-faq-cta-button {
    margin-top: 24px;
    min-width: 190px;
}

.county-page-main .affidavit-faq-support .county-faq-cta-button {
    margin-top: 18px;
    min-width: 170px;
}

#bottomSticky .county-sticky-button {
    width: 100%;
}

.county-industry-card,
.county-document-card {
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.county-industry-card-link:hover,
.county-industry-card-link:focus-visible,
.county-document-card-link:hover,
.county-document-card-link:focus-visible {
    background: #1677ff;
    border-color: #1677ff;
    box-shadow: 0 16px 32px rgba(22, 119, 255, 0.18);
    transform: translateY(-2px);
}

.county-industry-card-link:hover .county-industry-card-title,
.county-industry-card-link:hover .county-industry-card-text,
.county-industry-card-link:hover .county-industry-readmore,
.county-industry-card-link:focus-visible .county-industry-card-title,
.county-industry-card-link:focus-visible .county-industry-card-text,
.county-industry-card-link:focus-visible .county-industry-readmore,
.county-document-card-link:hover .county-document-title,
.county-document-card-link:hover .county-document-text,
.county-document-card-link:hover .county-document-readmore,
.county-document-card-link:focus-visible .county-document-title,
.county-document-card-link:focus-visible .county-document-text,
.county-document-card-link:focus-visible .county-document-readmore {
    color: #ffffff;
}

.county-document-card-link:hover .county-document-icon-wrap,
.county-document-card-link:focus-visible .county-document-icon-wrap {
    background: rgba(255, 255, 255, 0.18);
}

.county-document-card-link:hover .county-document-icon-wrap i,
.county-document-card-link:focus-visible .county-document-icon-wrap i {
    color: #ffffff;
}

@media (max-width: 767px) {
    .county-page-main .county-unified-button,
    #bottomSticky .county-unified-button {
        margin-top: 0;
    }

    .county-page-main .county-unified-button .homepage-hero-button-arrow,
    #bottomSticky .county-unified-button .homepage-hero-button-arrow {
        width: auto;
        height: auto;
    }

    .county-page-main .homepage-steps-actions .county-unified-button,
    .county-page-main .county-documents-button,
    .county-page-main .county-destination-button,
    .county-page-main .county-read-more-button,
    .county-page-main .final-cta-content .county-faq-cta-button {
        width: 100%;
        max-width: 240px;
        white-space: nowrap;
    }

    .county-page-main .affidavit-faq-support .county-faq-cta-button {
        width: 100%;
        max-width: 220px;
        margin-top: 16px;
    }

    .county-page-main .homepage-steps-mobile-cta .county-unified-button {
        width: auto;
        max-width: none;
        padding: 14px 20px;
        font-size: 13px;
        white-space: nowrap;
    }

    .county-page-main .county-destination-button {
        margin-top: 18px;
        width: auto;
        max-width: none;
        min-width: 0;
        padding: 12px 16px;
    }
}

@media (max-width: 1199px) {
    .homepage-trusted-logos-wrap {
        overflow: hidden !important;
    }

    .homepage-trusted-logos {
        justify-content: flex-start !important;
    }

    .homepage-trusted-logos.mobile-marquee {
        animation: homepageTrustedLogosMarquee 24s linear infinite !important;
        will-change: transform !important;
    }

    .county-process-section .homepage-steps-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }

    .county-process-section .homepage-steps-intro {
        order: 1 !important;
        text-align: center !important;
        margin-top: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }

    .county-process-section .homepage-steps-main {
        order: 2 !important;
        width: 100% !important;
        max-width: none !important;
    }

    .county-process-section .homepage-steps-media-column {
        order: 3 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: none !important;
    }

    .county-process-section .homepage-steps-header {
        margin: 0 auto !important;
        max-width: 560px !important;
        min-width: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        place-self: center !important;
    }

    .county-process-section .homepage-steps-header > * {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .county-process-section .homepage-steps-kicker {
        display: inline-flex !important;
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .county-process-section .homepage-steps-title {
        max-width: 560px !important;
        margin: 12px auto 10px !important;
        font-size: 36px !important;
        line-height: 1.12 !important;
        letter-spacing: -1.2px !important;
        width: auto !important;
        text-align: center !important;
    }

    .county-process-section .homepage-steps-title span {
        display: inline !important;
    }

    .county-process-section .homepage-steps-description {
        margin: 18px auto 0 !important;
        max-width: 560px !important;
        width: auto !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
        text-align: center !important;
    }

    .county-process-section .homepage-steps-actions {
        display: none !important;
    }

    .county-process-section .homepage-steps-mobile-cta {
        display: block !important;
        width: 100% !important;
    }

    .county-process-section .homepage-steps-mobile-cta a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: none !important;
    }
}

@media (max-width: 767px) {
    .county-process-section .homepage-steps-title {
        font-size: 23px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.6px !important;
    }

    .county-process-section .homepage-steps-description {
        max-width: 100% !important;
        font-size: 13px !important;
        line-height: 1.7 !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .reviews-grid {
        gap: 16px;
        align-items: stretch;
        grid-auto-rows: 1fr;
    }

    .review-card-link {
        display: flex;
        height: 100%;
    }

    .review-card {
        width: 100%;
        min-height: 260px;
        height: 100%;
        padding: 20px 18px 16px;
        border-radius: 16px;
    }

    .review-card-top {
        gap: 10px;
        align-items: flex-start;
    }

    .review-avatar {
        width: 38px;
        height: 38px;
    }

    .review-avatar.review-avatar-initials {
        font-size: 14px;
    }

    .review-name {
        font-size: 14px;
    }

    .review-role {
        font-size: 10px;
        line-height: 1.35;
    }

    .review-text {
        margin-top: 14px;
        font-size: 13px;
        line-height: 1.6;
        padding-bottom: 12px;
    }

    .review-bottom {
        padding-top: 12px;
        gap: 8px;
    }

    .review-stars {
        font-size: 14px;
    }

    .review-verified {
        font-size: 11px;
    }
}
