body {
    font-family: 'Segoe UI', Arial, sans-serif;
    /* FamilySearch-style Navbar */
    /* FamilySearch-style Navbar - single row, all items aligned */
    .fs-navbar {
        display: flex;
        flex-direction: row;
        align-items: center;
        background: #fff;
        padding: 0 32px;
        border-bottom: 1px solid #e5e5e5;
        min-height: 56px;
        font-family: 'Segoe UI', Arial, sans-serif;
        box-sizing: border-box;
        width: 100%;
        gap: 0;
    }
    .fs-navbar-logo {
        height: 36px;
        margin-right: 8px;
    }
    .fs-navbar-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #7ac143;
        margin-right: 32px;
        font-family: 'Segoe UI', Arial, sans-serif;
    }
    .fs-nav-link {
        color: #222;
        text-decoration: none;
        font-size: 1.08rem;
        margin-right: 28px;
        font-weight: 400;
        letter-spacing: 0.01em;
        transition: color 0.2s;
        padding: 2px 0;
    }
    .fs-nav-link:last-of-type {
        margin-right: 0;
    }
    .fs-nav-link:hover {
        color: #7ac143;
    }
    .fs-navbar-spacer {
        flex: 1 1 auto;
    }
    .fs-nav-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        transition: background 0.2s;
        position: relative;
        margin-left: 8px;
    }
    .fs-nav-icon img {
        width: 22px;
        height: 22px;
    }
    .fs-nav-icon:hover {
        background: #f2f2f2;
    }
    .fs-nav-notification-dot {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 7px;
        height: 7px;
        background: #e53935;
        border-radius: 50%;
    }
    .fs-navbar-profile {
        display: flex;
        align-items: center;
        margin-left: 18px;
        min-width: 0;
    }
    .fs-profile-img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 8px;
    }
    .fs-profile-name {
        font-size: 1.08rem;
        color: #222;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
    }
    .fs-navbar-logo {
        height: 36px;
        margin-right: 8px;
    }
    .fs-navbar-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #7ac143;
        margin-right: 32px;
        font-family: 'Segoe UI', Arial, sans-serif;
    }
    .fs-nav-link {
        color: #222;
        text-decoration: none;
        font-size: 1.08rem;
        margin-right: 28px;
        font-weight: 400;
        letter-spacing: 0.01em;
        transition: color 0.2s;
        padding: 2px 0;
    }
    .fs-nav-link:last-child {
        margin-right: 0;
    }
    .fs-nav-link:hover {
        color: #7ac143;
    }
    .fs-navbar-right {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-left: 32px;
    }
    .fs-nav-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        transition: background 0.2s;
        position: relative;
    }
    .fs-nav-icon img {
        width: 22px;
        height: 22px;
    }
    .fs-nav-icon:hover {
        background: #f2f2f2;
    }
    .fs-nav-notification-dot {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 7px;
        height: 7px;
        background: #e53935;
        border-radius: 50%;
    }
    .fs-navbar-profile {
        display: flex;
        align-items: center;
        margin-left: 18px;
        min-width: 0;
        position: relative;
        cursor: pointer;
    }
    .fs-navbar-profile:focus {
        outline: none;
    }
    .fs-profile-dropdown {
        display: none;
        position: absolute;
        top: 110%;
        right: 0;
        background: #fff;
        border: 1px solid #e5e5e5;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        min-width: 140px;
        z-index: 100;
        border-radius: 6px;
        padding: 8px 0;
    }
    .fs-navbar-profile.open .fs-profile-dropdown {
        display: block;
    }
    .fs-profile-dropdown-link {
        display: block;
        padding: 10px 20px;
        color: #222;
        text-decoration: none;
        font-size: 1rem;
        transition: background 0.2s;
    }
    .fs-profile-dropdown-link:hover {
        background: #f2f2f2;
        color: #7ac143;
    }
    }
    .fs-profile-img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 8px;
    }
    .fs-profile-name {
        font-size: 1.08rem;
        color: #222;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
    }
.search-form label {
    grid-column: span 1;
    font-size: 0.95rem;
    color: #222;
    margin-bottom: 0.2rem;
}
.search-form input {
    grid-column: span 1;
    padding: 0.6rem;
    border: 1px solid #bfc9d1;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 0.8rem;
}
.search-form .search-btn {
    grid-column: span 2;
    padding: 0.7rem 0;
    background: #2d6a4f;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background 0.2s;
}
.search-form .search-btn:hover {
    background: #40916c;
}
.landing-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #f4fafd 60%, #e9f5f2 100%);
    padding: 2rem 8vw 2rem 2rem;
}
.landing-image {
    max-width: 100%;
    max-height: 480px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
@media (max-width: 900px) {
    .landing-main {
        flex-direction: column;
    }
    .landing-left, .landing-right {
        padding: 2rem 4vw;
    }
    .landing-right {
        justify-content: flex-start;
    }
}
