/* ─── Homepage content sections ─── */

.facefinderlens-theme .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ffl-home-section {
    padding: 3.5rem 1.25rem;
}

.ffl-home-section__inner {
    width: min(100%, 1120px);
    margin-inline: auto;
}

.ffl-home-section--how {
    background: #FFFFFF;
}

.ffl-home-section--safer {
    background: #F8F9FA;
    border-top: 1px solid #E4E6EA;
    border-bottom: 1px solid #E4E6EA;
}

.ffl-home-section--features {
    background: #FFFFFF;
}

.ffl-home-section--unique {
    background: #F8F9FA;
    border-top: 1px solid #E4E6EA;
}

.ffl-home-section--testimonial {
    background: #FFFFFF;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.ffl-home-unique {
    display: grid;
    gap: 2rem;
    margin-top: 2.5rem;
}

@media (min-width: 900px) {
    .ffl-home-unique {
        grid-template-columns: 1fr minmax(180px, 240px) 1fr;
        align-items: start;
        gap: 2.5rem;
    }
}

.ffl-home-unique__subtitle {
    margin: 0 0 1rem;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0A0A0F;
}

.ffl-home-unique__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #4B5563;
}

.ffl-home-unique__list li {
    position: relative;
    padding-left: 1.1rem;
}

.ffl-home-unique__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0052FF;
    font-weight: 700;
}

.ffl-home-unique__col .ffl-home-card__art--photo {
    margin-inline: auto;
}

.ffl-home-testimonial {
    margin: 0 auto;
    max-width: 44rem;
    text-align: center;
}

.ffl-home-testimonial__quote {
    margin: 0;
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    font-style: italic;
    line-height: 1.75;
    color: #374151;
}

.ffl-home-testimonial__footer {
    margin-top: 1.25rem;
    font-style: normal;
}

.ffl-home-testimonial__name {
    display: block;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    color: #0A0A0F;
}

.ffl-home-testimonial__role {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.88rem;
    color: #6B7280;
}

.ffl-home-section--posts {
    background: #F8F9FA;
    padding-bottom: 4.5rem;
    border-top: 1px solid #E4E6EA;
}

.ffl-home-section__title {
    margin: 0;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #0A0A0F;
}

.ffl-home-section__title--caps {
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.ffl-home-section__eyebrow {
    margin: 0 0 0.75rem;
    text-align: center;
    font-size: 0.95rem;
    color: #0052FF;
}

.ffl-home-section__intro {
    margin: 1rem auto 0;
    max-width: 52rem;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4B5563;
}

.ffl-home-steps {
    display: grid;
    gap: 2rem;
    margin-top: 2.5rem;
}

@media (min-width: 900px) {
    .ffl-home-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.75rem;
    }
}

.ffl-home-step {
    text-align: center;
}

.ffl-home-step__art {
    display: block;
    width: min(100%, 280px);
    height: auto;
    margin-inline: auto;
    border-radius: 0.75rem;
}

.ffl-home-step__art--lookup,
.ffl-home-card__art--lookup {
    width: min(100%, 300px);
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.ffl-home-card__art--photo {
    width: min(100%, 220px);
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.ffl-home-card__art--icon {
    width: min(100%, 160px);
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}

.ffl-home-hero__decor--plugin {
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(15, 23, 42, 0.1));
}

.ffl-home-step__title {
    margin: 1.25rem 0 0;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0A0A0F;
}

.ffl-home-step__body {
    margin: 0.75rem 0 0;
    font-size: 0.88rem;
    line-height: 1.65;
    color: #4B5563;
}

.ffl-home-columns {
    display: grid;
    gap: 2rem;
    margin-top: 2.5rem;
}

@media (min-width: 900px) {
    .ffl-home-columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.75rem;
    }
}

.ffl-home-card {
    text-align: center;
}

.ffl-home-columns--safer .ffl-home-card:nth-child(2) .ffl-home-card__title {
    max-width: 16rem;
    margin-inline: auto;
}

.ffl-home-card__art {
    display: block;
    width: min(100%, 180px);
    height: auto;
    margin-inline: auto;
}

.ffl-home-card__title {
    margin: 1.25rem 0 0;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0A0A0F;
}

.ffl-home-card__body {
    margin: 0.75rem 0 0;
    font-size: 0.88rem;
    line-height: 1.65;
    color: #4B5563;
}

.ffl-home-card__body--italic {
    font-style: italic;
}

.ffl-home-card--feature .ffl-home-card__body + .ffl-home-card__body {
    margin-top: 0.5rem;
}

.ffl-home-posts__title {
    margin: 0;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.1;
    color: #0A0A0F;
}

.ffl-home-posts__list {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
}

.ffl-home-posts__item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1.5rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid #E4E6EA;
}

.ffl-home-posts__link {
    flex: 1 1 16rem;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.35;
    color: #0052FF;
    text-decoration: none;
}

.ffl-home-posts__link:hover {
    color: #003FCC;
    text-decoration: underline;
}

.ffl-home-posts__meta {
    flex: 0 1 auto;
    margin: 0;
    font-size: 0.82rem;
    color: #6B7280;
    white-space: nowrap;
}

.ffl-home-posts__meta-link {
    color: #0052FF;
    text-decoration: none;
}

.ffl-home-posts__meta-link:hover {
    text-decoration: underline;
}

.ffl-home-posts__empty {
    margin: 2rem 0 0;
    font-size: 0.95rem;
    color: #6B7280;
}

.ffl-home-posts__pagination {
    margin-top: 2rem;
}

.ffl-home-posts__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    margin: 0.15rem;
    border-radius: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #E4E6EA;
}

.ffl-home-posts__pagination .page-numbers.current {
    color: #fff;
    background: #0A0A0F;
    border-color: #0A0A0F;
}

.ffl-home-posts__pagination .page-numbers:hover:not(.current) {
    background: #F0F0FF;
    border-color: #0052FF;
    color: #0052FF;
}

.ffl-home-posts__pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ffl-home-posts__pagination li {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .ffl-home-section {
        padding: 2.5rem 1rem;
    }

    .ffl-home-posts__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .ffl-home-posts__meta {
        white-space: normal;
    }
}
