.landing-cta {
    background: #fff;
    padding: 0 1.25rem 3.5rem;
}

@media (min-width: 768px) {
    .landing-cta {
        padding: 0 2rem 4rem;
    }
}

.landing-cta__shell {
    max-width: 80rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid #ede9fe;
    background: linear-gradient(90deg, #faf5ff 0%, #eef2ff 50%, #faf5ff 100%);
}

.landing-cta__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem 1.5rem;
}

@media (min-width: 768px) {
    .landing-cta__grid {
        grid-template-columns: auto 1fr auto;
        padding: 2.5rem 2.5rem;
    }
}

.landing-cta__image-wrap {
    display: none;
    justify-content: center;
}

@media (min-width: 768px) {
    .landing-cta__image-wrap {
        display: flex;
    }
}

.landing-cta__image {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
}

.landing-cta__title {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
}

.landing-cta__subtitle {
    margin: 0.5rem 0 0;
    color: #4b5563;
}

.landing-cta__button {
    margin-top: 1.25rem;
    border-radius: 0.75rem !important;
    background: #7e22ce !important;
    padding: 0.875rem 2rem !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 14px rgba(126, 34, 206, 0.25) !important;
}

.landing-cta__social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .landing-cta__social {
        align-items: flex-end;
    }
}

.landing-cta__avatars {
    display: flex;
}

.landing-cta__avatars > div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -0.5rem;
    border-radius: 9999px;
    border: 2px solid #fff;
    background: #ddd6fe;
    color: #5b21b6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
}

.landing-cta__avatars > div:first-child {
    margin-left: 0;
}

.landing-cta__stars {
    color: #fbbf24;
    font-size: 0.875rem;
}

.landing-cta__proof {
    max-width: 220px;
    text-align: center;
    font-size: 0.75rem;
    color: #4b5563;
}

@media (min-width: 768px) {
    .landing-cta__proof {
        text-align: right;
    }
}
.landing-features {
    background: #f9fafb;
    padding: 3rem 1.25rem;
}

@media (min-width: 768px) {
    .landing-features {
        padding: 3.5rem 2rem;
    }
}

.landing-features__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 80rem;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .landing-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .landing-features__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}

.landing-feature-card {
    border-radius: 1rem;
    border: 1px solid #f3f4f6;
    background: #fff;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.landing-feature-card__icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    border-radius: 9999px;
    background: #f5f3ff;
    color: #7e22ce;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.landing-feature-card__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.landing-feature-card__body {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #4b5563;
}
.landing-footer {
    border-top: 1px solid #e5e7eb;
    background: #fff;
    padding: 1.25rem 1.25rem;
}

@media (min-width: 768px) {
    .landing-footer {
        padding: 1.25rem 2rem;
    }
}

.landing-footer__inner {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.8125rem;
    color: #6b7280;
}

@media (min-width: 640px) {
    .landing-footer__inner {
        flex-direction: row;
        gap: 1.5rem;
    }
}

.landing-footer__copyright {
    margin: 0;
    color: #9ca3af;
}

.landing-footer__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem 1.25rem;
}

.landing-footer__link {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.15s;
}

.landing-footer__link:hover {
    color: #7e22ce;
}
.landing-hero {
    position: relative;
    z-index: 50;
    background: #fff;
    padding: 118px 1.25rem 2rem;
    overflow: visible;
}

@media (min-width: 768px) {
    .landing-hero {
        padding-top: 128px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2.5rem;
    }
}

.landing-hero__shell {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
}

.landing-hero__image-wrap {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 44%;
    height: 240px;
    display: none;
    overflow: hidden;
    border-radius: 1rem;
}

@media (min-width: 768px) {
    .landing-hero__image-wrap {
        display: block;
        height: 300px;
    }
}

@media (min-width: 1024px) {
    .landing-hero__image-wrap {
        height: 340px;
    }
}

.landing-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% 22%;
}

.landing-hero__image-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.2) 55%, transparent 75%);
}


.landing-hero__inner {
    position: relative;
    z-index: 2;
}

.landing-hero__content {
    max-width: 640px;
}

.landing-hero__title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #111827;
}

@media (min-width: 640px) {
    .landing-hero__title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .landing-hero__title {
        font-size: 3.2rem;
    }
}

.landing-hero__title-accent {
    color: #6b21a8;
}

.landing-hero__subtitle {
    margin: 1rem 0 0;
    max-width: 32rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
}

@media (min-width: 768px) {
    .landing-hero__subtitle {
        font-size: 1.125rem;
    }
}

.landing-hero__search {
    margin-top: 1.75rem;
    position: relative;
    z-index: 40;
}

.landing-hero__search-spacer {
    min-height: 13rem;
}

@media (min-width: 992px) {
    .landing-hero__search-spacer {
        min-height: 5.75rem;
    }
}

.landing-hero__trust {
    margin-top: 1.25rem;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #374151;
}

.landing-hero__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.landing-hero__trust-icon--green {
    color: #16a34a;
    font-size: 1rem;
}

.landing-hero__trust-icon--yellow {
    color: #f59e0b;
    font-size: 0.9rem;
}

.landing-hero__heart {
    display: inline-block;
    margin-left: 0.3rem;
    font-size: 0.75em;
    color: #7c3aed;
    vertical-align: middle;
    line-height: 1;
}

.landing-search {
    border-radius: 1rem;
    border: 1px solid #ede9fe;
    background: #fff;
    box-shadow: 0 8px 30px rgba(107, 70, 193, 0.12);
    overflow: visible;
    position: relative;
    z-index: 50;
}

.landing-search__row {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

@media (min-width: 992px) {
    .landing-search__row {
        flex-direction: row;
        align-items: stretch;
    }
}

.landing-search__field {
    flex: 1;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f3f4f6;
    overflow: visible;
    position: relative;
    z-index: 60;
}

.landing-search__field:focus-within {
    z-index: 70;
}

@media (min-width: 992px) {
    .landing-search__field {
        border-bottom: 0;
        border-right: 1px solid #f3f4f6;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

.landing-search__label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
}

.landing-search__action {
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .landing-search__action {
        padding: 1.25rem;
        align-self: stretch;
    }
}

.landing-search__typeahead {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-height: 2.25rem;
}

.landing-search__typeahead .blazored-typeahead__input,
.landing-search__typeahead .blazored-typeahead__input-mask {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important;
    font-size: 1rem;
    color: #1f2937;
}

.landing-search__typeahead .blazored-typeahead__input::placeholder {
    color: #9ca3af;
}

.landing-search .blazored-typeahead__results {
    position: absolute !important;
    z-index: 9999 !important;
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.landing-search__button {
    width: 100%;
    min-width: 140px;
    border-radius: 0.75rem !important;
    padding: 0.875rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    background: #7e22ce !important;
}

.landing-search__button:hover {
    background: #6b21a8 !important;
}
.landing-sitter-card {
    position: relative;
    border-radius: 0.75rem;
    border: 1px solid #f3f4f6;
    background: #fff;
    padding: 1rem;
}

.landing-sitter-card__heart {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #d8b4fe;
}

.landing-sitter-card__body {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.landing-sitter-card__avatar-wrap {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 9999px;
    border: 2px solid #c4b5fd;
}

.landing-sitter-card__avatar {
    width: 100%;
    height: 100%;
}

.landing-sitter-card__name-row {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.landing-sitter-card__name {
    font-weight: 600;
    color: #111827;
}

.landing-sitter-card__verified {
    color: #22c55e;
    font-size: 0.875rem;
}

.landing-sitter-card__rating {
    margin-top: 0.125rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
}

.landing-sitter-card__rating-value {
    font-weight: 500;
    color: #f59e0b;
}

.landing-sitter-card__rating-star {
    color: #fbbf24;
    font-size: 0.75rem;
}

.landing-sitter-card__reviews {
    color: #9ca3af;
    font-size: 0.75rem;
}

.landing-sitter-card__distance {
    margin: 0.25rem 0 0;
    font-size: 0.75rem;
    color: #6b7280;
}

.landing-sitter-card__badge {
    margin-top: 0.5rem;
}

.landing-sitter-card--clickable {
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-sitter-card--clickable:hover {
    border-color: #e9d5ff;
    box-shadow: 0 4px 14px rgba(91, 33, 182, 0.06);
}

.landing-sitter-card--clickable:focus-visible {
    outline: 2px solid #7c3aed;
    outline-offset: 2px;
}

.landing-sitter-card__price {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.125rem;
}

.landing-sitter-card__price-label {
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
}

.landing-sitter-card__price-value {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #16a34a;
}

.city-sitters-section__cta-wrap {
    max-width: 80rem;
    margin: 2rem auto 0;
    padding: 0 1.25rem;
}

@media (min-width: 768px) {
    .city-sitters-section__cta-wrap {
        padding: 0 2rem;
    }
}

.city-sitters-section__count {
    margin: 1rem 0 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b21a8;
}

.landing-map-section {
    background: #fff;
    padding: 1rem 1.25rem 3.5rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .landing-map-section {
        padding: 1.25rem 2rem 3.5rem;
    }
}

/* Mobile: stacked layout — map on top, panel below */
.landing-map-shell {
    display: flex;
    flex-direction: column;
    max-width: 80rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid #f3f4f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    isolation: isolate;
}

.landing-map-canvas {
    position: relative;
    height: 260px;
    flex-shrink: 0;
    z-index: 1;
    background: #eef0f3;
}

.landing-map-canvas > div,
.landing-map-instance {
    height: 100% !important;
    width: 100% !important;
}

.landing-map-panel {
    position: relative;
    top: auto;
    left: auto;
    z-index: 10;
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: none;
    border-top: 1px solid #f3f4f6;
    background: #fff;
    padding: 1.25rem 1.5rem;
    box-shadow: none;
    pointer-events: auto;
}

/* Desktop: restore overlay layout */
@media (min-width: 768px) {
    .landing-map-shell {
        display: block;
        position: relative;
        min-height: 520px;
    }

    .landing-map-canvas {
        position: absolute;
        inset: 0;
        height: auto;
    }

    .landing-map-panel {
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
        width: min(420px, calc(100% - 3rem));
        max-width: 420px;
        border-radius: 1rem;
        border: 1px solid #f3f4f6;
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
    }
}

.landing-map-shell .leaflet-control-container {
    z-index: 900;
}

.landing-map-panel__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.landing-map-panel__title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
}

.landing-map-panel__count {
    font-size: 0.875rem;
    color: #6b7280;
    white-space: nowrap;
}

.landing-map-panel__cards {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.landing-map-panel__empty {
    margin: 0.5rem 0 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.landing-map-panel__more {
    margin-top: 1.25rem;
    width: 100%;
    border-radius: 0.75rem !important;
    border: 1px solid #e5e7eb !important;
    background: #fff !important;
    color: #1f2937 !important;
    padding: 0.75rem 1rem !important;
    font-weight: 500 !important;
}

.landing-map-panel__more:hover {
    background: #f9fafb !important;
}
.guest-header-nav .main_menu_list > li > a {
    color: #374151;
    font-size: 0.9375rem;
    font-weight: 500;
}

.guest-header-nav .main_menu_list > li > a:hover {
    color: #7e22ce;
}

.guest-header-nav .guest-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.25;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background-color 0.15s;
}

.guest-header-nav .guest-header-btn--login {
    padding: 0.625rem 1rem;
    border: 1px solid #9ca3af;
    border-radius: 0.75rem;
    background: #fff;
    color: #374151;
    font-size: 0.875rem;
}

.guest-header-nav .guest-header-btn--login:hover {
    border-color: #7c3aed;
    color: #7c3aed;
    background: #fff;
}

.guest-header-nav .guest-header-btn--sitter {
    padding: 0.625rem 1rem;
    border: none;
    border-radius: 0.75rem;
    background: #7e22ce;
    color: #fff;
    font-size: 0.875rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.guest-header-nav .guest-header-btn--sitter:hover {
    background: #6b21a8;
    color: #fff;
}

@media (max-width: 767.98px) {
    .guest-header-nav .guest-header-btn--login,
    .guest-header-nav .guest-header-btn--sitter {
        padding: 0.5rem 0.75rem;
        border-radius: 0.5rem;
        font-size: 0.75rem;
    }
}

@media (min-width: 768px) {
    .guest-header-nav .main_menu {
        flex: 1 1 auto;
        justify-content: center;
    }

    .guest-header-nav .main_menu_inner {
        justify-content: center !important;
    }

    .guest-header-nav .main_menu_list {
        gap: 0.25rem;
    }

    .guest-header-nav .header_btns_group > li {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .header_btns_group > li:not(:last-child) {
        margin-right: 0 !important;
    }

    .header_btns_group > li:not(:first-child) {
        margin-left: 5px !important;
    }

    .main_menu {
        position: static !important;
        left: auto !important;
        right: auto !important;
        z-index: auto !important;
        background: transparent !important;
        box-shadow: none !important;
        padding-top: 0;
    }

    .main_menu.navbar {
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .main_menu_inner {
        position: fixed !important;
        top: 56px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 999 !important;
        background: #fff !important;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1) !important;
    }

    .main_menu_list {
        padding: 0 15px 12px !important;
        border-top: none !important;
    }

    .main_menu_list > li > a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .main_menu_list > li:first-child > a {
        padding-top: 12px !important;
    }
}
