/* Homepage presentation; loaded after the shared landing styles. */
.landing-refresh,
.modern-landing-header,
.landing-refresh-footer {
    --lr-r-0: 8px;
    --lr-r-1: 12px;
    --lr-r-2: 18px;
    --lr-r-3: 28px;
    --lr-section-y: clamp(56px, 6vw, 88px);
    --lp-shadow: 0 12px 32px rgba(25, 23, 51, .07);
}

.landing-refresh {
    --lr-ink-4: #777486;
}

[data-bs-theme="dark"] .landing-refresh,
body.dark .landing-refresh {
    --lr-ink-4: #aaa6bc;
}

.landing-refresh h1 {
    font-size: clamp(38px, 4.5vw, 64px);
    line-height: 1.1;
    letter-spacing: -.045em;
}

.landing-refresh h2,
.landing-refresh h3 {
    line-height: 1.18;
}

/* All section headings use the same in-flow title/action grid. */
.landing-refresh .lr-sec-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 0;
    border: 0;
    text-align: start;
}

.landing-refresh .lr-sec-head>.iq-title-box {
    min-width: 0;
}

.landing-refresh .lr-sec-head :is(h2, h3) {
    margin: 0;
    max-width: none;
}

.landing-refresh .lr-sec-head .lr-eyebrow {
    justify-content: flex-start;
}

.landing-refresh .lr-sec-head>.lr-link {
    position: static;
    justify-self: end;
    align-self: center;
}

.landing-refresh .lr-sec-head--split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.landing-refresh .lr-sec-head.is-centered {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
}

.landing-refresh .lr-sec-head.is-centered .lr-eyebrow {
    justify-content: center;
}

.landing-refresh .lr-sec-head h3 {
    font-size: clamp(27px, 3vw, 38px);
}

.landing-refresh .lr-eyebrow {
    color: var(--lr-primary-ink);
    letter-spacing: .1em;
}

.landing-refresh .lr-eyebrow::before,
.landing-refresh .lr-eyebrow::after {
    display: none;
}

.landing-refresh .lr-sec-lede {
    line-height: 1.75;
}

.landing-refresh .lr-sec-head>.lr-link,
.landing-refresh .lr-sec-head .lr-link,
.landing-refresh .lr-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    line-height: 36px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    border: 1.5px solid var(--lr-rule, #e4e2de) !important;
    background: #ffffff !important;
    color: var(--lr-ink, #14131c) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
    position: static !important;
    justify-self: end !important;
    align-self: center !important;
    width: auto !important;
    flex: 0 0 auto !important;
    text-decoration: none !important;
    transition: all 0.22s ease !important;
}

.landing-refresh .lr-sec-head>.lr-link:hover,
.landing-refresh .lr-sec-head .lr-link:hover,
.landing-refresh .lr-link:hover {
    gap: 10px !important;
    border-color: var(--lr-primary, #5f60b9) !important;
    color: var(--lr-primary, #5f60b9) !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(95, 96, 185, 0.12) !important;
    transform: translateY(-1px) !important;
}

/* Spacious hero with readable copy and a self-contained search console. */
.landing-refresh .home-hero {
    padding-block: clamp(40px, 5vw, 76px);
    overflow: visible;
    background: linear-gradient(135deg, var(--lr-primary-soft), transparent 65%), var(--lr-paper) !important;
}

.landing-refresh .home-hero::before,
.landing-refresh .hero-visual::after {
    display: none;
}

.landing-refresh .home-hero .hero-title {
    max-width: 12ch;
}

.landing-refresh .home-hero .iq-title-desc {
    font-size: 16px;
    line-height: 1.8;
    max-width: 52ch;
}

.landing-refresh .hero-kicker {
    padding: 8px 12px;
    border: 1px solid var(--lr-primary-line);
    border-radius: 999px;
    background: var(--lr-paper-raised);
    font-size: 11px;
    letter-spacing: .06em;
    margin-bottom: 20px;
}

.landing-refresh .hero-visual {
    border-radius: 28px;
    box-shadow: var(--lp-shadow);
    overflow: hidden;
}

.landing-refresh .hero-visual img {
    height: 100%;
    object-fit: cover;
}

.landing-refresh .home-hero .search-box-wrapper {
    border-color: var(--lr-rule);
    border-radius: 16px;
    box-shadow: var(--lp-shadow);
}

.landing-refresh .home-hero .location-search-block {
    min-height: 60px;
}

.landing-refresh .home-hero .modal-location {
    width: 45%;
    min-width: 0;
    border-radius: 15px 0 0 15px;
}

.landing-refresh .home-hero .location-search {
    width: 55%;
    position: static;
}

.landing-refresh .home-hero .search-box-wrapper>.d-flex>.py-2 {
    display: none;
}

.landing-refresh .home-hero .location-search .dropdown-menu {
    padding: 12px 0;
}

.landing-refresh .home-hero .location-search-dropdown .iq-post {
    margin-bottom: 0;
}

.landing-refresh .home-hero .location-search-dropdown .post-img {
    gap: 14px;
}

.landing-refresh .home-hero .location-search-dropdown .post-img-holder img {
    width: 72px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.landing-refresh .home-hero .location-search-dropdown .nav-link {
    padding: 0;
    color: var(--lr-ink);
}

.landing-refresh .hero-trust-line {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.65;
    align-items: flex-start;
}

.landing-refresh .hero-trust-line svg {
    flex-shrink: 0;
    margin-top: 3px;
}





/* ==========================================================================
   POPULAR CATEGORIES — Clean, Compact Marketplace Cards (No BG on Icon, No Extra Spaces)
   ========================================================================== */
.landing-refresh .home-categories,
.landing-refresh .our-service {
    border-bottom: 0 !important;
}

.landing-refresh .home-categories {
    padding-top: 44px !important;
    padding-bottom: 32px !important;
    background: radial-gradient(circle at 50% 0%, rgba(95, 96, 185, 0.03) 0%, transparent 70%), var(--lr-paper, #ffffff) !important;
}

.landing-refresh .home-categories .row {
    border: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    margin-top: 22px !important;
    margin-inline: -10px !important;
}

.landing-refresh .home-categories .row:has(> span) {
    margin-inline: 0 !important;
}

.landing-refresh section>span.text-center,
.landing-refresh .home-categories .row>span,
.landing-refresh .our-service section>span,
.landing-refresh .landing-refresh-empty {
    min-height: 120px;
    padding: 24px 20px;
    border: 1px solid var(--lr-rule);
    box-shadow: none;
}

.landing-refresh .home-categories .row:has(> span)>span {
    border: 1px solid var(--lr-rule);
}

.landing-refresh .home-categories .row {
    justify-content: flex-start !important;
}

.landing-refresh .home-categories .row>.col,
.landing-refresh .home-categories .row>[class*="col-"],
.landing-refresh .home-categories .row>.container {
    border: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    padding: 10px !important;
    display: flex !important;
    justify-content: flex-start !important;
}

/* Base Link Wrapper & Full Column Fit */
.landing-refresh .home-categories a {
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

/* Premium Card Architecture - Crisp & Start-Aligned */
.landing-refresh .home-categories .card {
    border: 1px solid rgba(226, 232, 240, 0.9) !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.05), 0 1px 3px rgba(15, 23, 42, 0.02) !important;
    height: 100% !important;
    min-height: auto !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.25s ease !important;
}

/* Animated Top Accent Glow Bar */
.landing-refresh .home-categories .card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3.5px !important;
    background: linear-gradient(90deg, #5f60b9 0%, #8b5cf6 50%, #3b82f6 100%) !important;
    opacity: 0 !important;
    transform: scaleX(0.2) !important;
    transform-origin: left !important;
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.25s ease !important;
    z-index: 3 !important;
}

/* Disable Any Extraneous Corner Markers or Clip Effects */
.landing-refresh .home-categories .card::after,
.landing-refresh .home-categories .circle-clip-effect::after {
    display: none !important;
    content: none !important;
}

/* Card Body: Aligned from Start to Match Service Cards */
.landing-refresh .home-categories .category-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 24px 22px 22px !important;
    height: 100% !important;
    min-height: auto !important;
    position: relative !important;
    background: transparent !important;
    z-index: 2 !important;
}

/* Image Container: Strictly NO Background of Any Color, Aligned Start */
.landing-refresh .home-categories .category-card .img-bg {
    width: auto !important;
    height: auto !important;
    min-width: unset !important;
    min-height: unset !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 14px 0 !important;
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

/* Icon Image: Crisp & Pure on Transparent Backdrop */
.landing-refresh .home-categories .category-card .img-bg img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    object-fit: contain !important;
    filter: none !important;
    background: transparent !important;
    display: block !important;
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

/* Category Title: Compact Spacing, Left-Aligned */
.landing-refresh .home-categories .category-card .categories-name {
    font-size: 17.5px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    color: #0f172a !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.3 !important;
    width: 100% !important;
    text-align: left !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transition: color 0.2s ease !important;
}

/* Category Description: Compact Spacing, Left-Aligned */
.landing-refresh .home-categories .category-card .categories-desc {
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #64748b !important;
    margin: 0 0 16px 0 !important;
    width: 100% !important;
    text-align: left !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-height: auto !important;
}

/* Interactive Action Button Pill: Aligned to Start */
.landing-refresh .home-categories .category-card::after {
    content: 'Explore Services →' !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 7px 18px !important;
    border-radius: 999px !important;
    background: #f1f2fc !important;
    border: 1px solid rgba(95, 96, 185, 0.2) !important;
    color: var(--lr-primary, #5f60b9) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.3 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-top: auto !important;
    align-self: flex-start !important;
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    z-index: 2 !important;
}

/* Card Hover Dynamics */
.landing-refresh .home-categories a:hover .card {
    transform: translateY(-5px) scale(1.01) !important;
    border-color: rgba(95, 96, 185, 0.4) !important;
    box-shadow: 0 16px 36px -8px rgba(95, 96, 185, 0.18), 0 4px 10px -2px rgba(20, 19, 28, 0.03) !important;
    background: #ffffff !important;
}

.landing-refresh .home-categories a:hover .card::before {
    opacity: 1 !important;
    transform: scaleX(1) !important;
}

.landing-refresh .home-categories a:hover .category-card .img-bg {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: translateY(-2px) !important;
}

.landing-refresh .home-categories a:hover .category-card .img-bg img {
    transform: scale(1.08) !important;
}

.landing-refresh .home-categories a:hover .category-card .categories-name {
    color: var(--lr-primary, #5f60b9) !important;
}

.landing-refresh .home-categories a:hover .category-card::after {
    background: linear-gradient(135deg, #5f60b9 0%, #7677d2 100%) !important;
    border-color: #5f60b9 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(95, 96, 185, 0.32) !important;
}

/* Category Shimmer (Loader) */
.landing-refresh .home-categories .placeholder-glow.category-card {
    min-height: auto !important;
    align-items: center !important;
    text-align: center !important;
    padding: 24px 20px 20px !important;
}

.landing-refresh .home-categories .placeholder-glow .img-bg {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    margin: 0 auto 12px auto !important;
}

.landing-refresh .home-categories .placeholder-glow .avatar-placeholder {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
    background-color: var(--lr-ink-4, #b2b0bf) !important;
    opacity: 0.25 !important;
}

.landing-refresh .home-categories .placeholder-glow .placeholder {
    background-color: var(--lr-ink-4, #b2b0bf) !important;
    opacity: 0.25 !important;
}

.landing-refresh .home-categories .placeholder-glow .categories-name {
    display: flex !important;
    justify-content: center !important;
    margin: 0 0 4px 0 !important;
}

.landing-refresh .home-categories .placeholder-glow .categories-name .placeholder {
    display: block !important;
    height: 16px !important;
    border-radius: 6px !important;
}

.landing-refresh .home-categories .placeholder-glow .categories-desc {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin: 0 0 16px 0 !important;
}

.landing-refresh .home-categories .placeholder-glow .categories-desc .placeholder {
    height: 11px !important;
    border-radius: 4px !important;
}

.landing-refresh .home-categories .placeholder-glow.category-card::after {
    content: '' !important;
    width: 130px !important;
    height: 30px !important;
    border-radius: 999px !important;
    background: var(--lr-paper-sunk, #eef0f4) !important;
    border: none !important;
    box-shadow: none !important;
    margin: auto auto 0 auto !important;
    opacity: 0.5 !important;
}

/* Dark Theme Adjustments */
[data-bs-theme="dark"] .landing-refresh .home-categories,
body.dark .landing-refresh .home-categories {
    background: radial-gradient(circle at 50% 0%, rgba(95, 96, 185, 0.08) 0%, transparent 70%), var(--lr-paper, #14131c) !important;
}

[data-bs-theme="dark"] .landing-refresh .home-categories .card,
body.dark .landing-refresh .home-categories .card {
    background: #1c1b27 !important;
    border-color: rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 6px 24px -4px rgba(0, 0, 0, 0.4) !important;
}

[data-bs-theme="dark"] .landing-refresh .home-categories a:hover .card,
body.dark .landing-refresh .home-categories a:hover .card {
    background: #242233 !important;
    border-color: rgba(139, 92, 246, 0.5) !important;
    box-shadow: 0 24px 44px -8px rgba(0, 0, 0, 0.6), 0 0 28px rgba(95, 96, 185, 0.25) !important;
}

[data-bs-theme="dark"] .landing-refresh .home-categories .category-card .img-bg,
body.dark .landing-refresh .home-categories .category-card .img-bg {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.3) !important;
}

[data-bs-theme="dark"] .landing-refresh .home-categories .category-card .categories-name,
body.dark .landing-refresh .home-categories .category-card .categories-name {
    color: #f8fafc !important;
}

[data-bs-theme="dark"] .landing-refresh .home-categories .category-card .categories-desc,
body.dark .landing-refresh .home-categories .category-card .categories-desc {
    color: #94a3b8 !important;
}

[data-bs-theme="dark"] .landing-refresh .home-categories .category-card::after,
body.dark .landing-refresh .home-categories .category-card::after {
    background: rgba(95, 96, 185, 0.2) !important;
    border-color: rgba(95, 96, 185, 0.35) !important;
    color: #c5c6f5 !important;
}

[data-bs-theme="dark"] .landing-refresh .home-categories a:hover .category-card::after,
body.dark .landing-refresh .home-categories a:hover .category-card::after {
    background: var(--lr-primary, #5f60b9) !important;
    border-color: var(--lr-primary, #5f60b9) !important;
    color: #ffffff !important;
}

/* Service Card Wishlist Heart Button - Clean floating circle without stray arrow */
/* Service Card Wishlist Heart Button - Clean floating circle without stray arrow */
.landing-refresh .serv-whishlist,
.landing-refresh .service-box-card .serv-whishlist,
.landing-refresh button.serv-whishlist,
.landing-refresh .btn-link.serv-whishlist {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 3 !important;
}

.landing-refresh .serv-whishlist::after,
.landing-refresh .serv-whishlist::before,
.landing-refresh .service-box-card .serv-whishlist::after,
.landing-refresh .service-box-card .serv-whishlist::before,
.landing-refresh .service-box-card .btn-link::after,
.landing-refresh .service-box-card .btn-link::before,
.landing-refresh .btn-link.serv-whishlist::after,
.landing-refresh .btn-link.serv-whishlist::before,
.landing-refresh button.btn-link::after,
.landing-refresh button.btn-link::before {
    display: none !important;
    content: none !important;
}

.landing-refresh .service-box-card {
    padding: 12px 12px 20px;
    box-shadow: 0 4px 16px rgba(25, 23, 51, .03);
}

.landing-refresh .service-box-card:hover {
    box-shadow: var(--lp-shadow);
    border-color: var(--lr-primary-line);
}

.landing-refresh .service-box-card .service-title {
    line-height: 1.5;
}

.landing-refresh .testimonial-card,
.landing-refresh .iq-testimonial-card {
    box-shadow: var(--lp-shadow);
    padding: 28px;
}

.landing-refresh .rating-summary-pill {
    border-radius: 999px;
    border-color: var(--lr-rule);
}

.landing-refresh .lr-empty {
    border-radius: 18px;
    background: var(--lr-paper-sunk);
}

.landing-refresh .home-provider {
    background: #201e35 !important;
}

.landing-refresh .home-provider .btn-contact-primary,
.landing-refresh .home-provider .contact-phone-link {
    border-radius: 12px;
    min-height: 48px;
}

.landing-refresh .home-app-download {
    box-shadow: var(--lp-shadow);
}

.landing-refresh .home-video-frame {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--lp-shadow);
}

.landing-refresh .home-video-frame>img {
    border-radius: inherit !important;
}

.landing-refresh .iq-icon-box.with-numbers {
    gap: 18px !important;
}

.landing-refresh .iq-icon-box .number {
    background: var(--lr-primary-soft) !important;
    color: var(--lr-primary-ink) !important;
    border-color: transparent !important;
    border-radius: 12px !important;
    flex-shrink: 0;
}

/* Navigation and footer retain their content with calmer, readable styling. */
.modern-landing-header .navbar {
    border-bottom: 1px solid var(--lr-rule);
}

.modern-landing-header .navbar-nav>li>.nav-link {
    font-weight: 600;
}

.modern-landing-header .btn {
    border-radius: 12px;
}

.landing-refresh-footer .footer-desc,
.landing-refresh-footer .footer-nav-link {
    color: rgba(255, 255, 255, .72) !important;
}

.landing-refresh-footer .footer-col-title {
    color: rgba(255, 255, 255, .85);
    font-size: 12px;
    letter-spacing: .07em;
}

.landing-refresh-footer .highlight-label {
    color: rgba(255, 255, 255, .65) !important;
}

.landing-refresh-footer .highlight-sub {
    color: rgba(255, 255, 255, .7) !important;
    white-space: normal;
    line-height: 1.5 !important;
}

.landing-refresh-footer .highlight-val {
    white-space: normal;
    overflow-wrap: anywhere;
}

.landing-refresh-footer .footer-social-btn {
    border-radius: 50%;
}

.landing-refresh-footer .footer-nav-link:hover {
    color: #fff !important;
}

.landing-refresh :is(a, button, input):focus-visible,
.modern-landing-header :is(a, button):focus-visible,
.landing-refresh-footer :is(a, button):focus-visible {
    outline: 2px solid var(--lr-primary);
    outline-offset: 4px;
}

/* The search console supplies the keyboard focus indicator for its input. */
.landing-refresh .home-hero .location-search input:focus,
.landing-refresh .home-hero .location-search input:focus-visible {
    outline: none;
    box-shadow: none !important;
}

@media (min-width: 1200px) {
    .landing-refresh .home-hero .col-xl-6:first-child>div {
        margin-right: 0 !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 1199px) {
    .landing-refresh .home-hero .hero-title {
        max-width: 18ch;
    }

    .landing-refresh .hero-visual {
        max-height: 480px;
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 991px) {
    .landing-refresh-footer .footer-top-strip .row>[class*="col-"] {
        border-right: 0;
    }

    .landing-refresh .home-video-wrapper {
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {

    .landing-refresh .container,
    .landing-refresh-footer .container {
        padding-inline: 20px;
    }

    .landing-refresh .lr-sec-head {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 16px;
    }

    .landing-refresh .lr-sec-head>.lr-link {
        justify-self: start;
    }

    .landing-refresh .home-hero .hero-title {
        font-size: 38px;
    }

    .landing-refresh .hero-kicker {
        font-size: 10px;
    }

    .landing-refresh .home-hero .modal-location,
    .landing-refresh .home-hero .location-search {
        width: 100%;
        min-height: 52px;
    }

    .landing-refresh .home-hero .modal-location {
        border-radius: 15px 15px 0 0;
    }






    .landing-refresh .category-card {
        padding: 22px !important;
    }

    .landing-refresh .home-app-download {
        padding-inline: 24px !important;
    }

    .landing-refresh-footer .footer-highlight-card {
        padding: 20px 0 !important;
    }

    .landing-refresh-footer .footer-top-strip .row>[class*="col-"]+[class*="col-"] {
        border-top: 1px solid rgba(255, 255, 255, .12);
    }
}

@media (prefers-reduced-motion: reduce) {

    .landing-refresh *,
    .landing-refresh *::before,
    .landing-refresh *::after,
    .modern-landing-header *,
    .landing-refresh-footer * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

/* Full-width section surfaces with a shared, constrained content column. */
.landing-refresh .container,
.landing-refresh-footer .container,
.modern-landing-header .container {
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 24px;
}

.landing-refresh .home-hero {
    margin: 0;
    padding: clamp(40px, 5vw, 76px) 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(120deg, var(--lr-paper) 5%, var(--lr-primary-soft) 100%) !important;
}

.landing-refresh .lp-hero-grid {
    margin-inline: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 64px;
}

.landing-refresh .lp-hero-grid>.col-xl-6 {
    width: 100%;
    min-width: 0;
    padding: 0;
}

.landing-refresh .lp-hero-copy>div {
    padding: 0 !important;
    margin: 0 !important;
}

.landing-refresh .home-hero .hero-title {
    max-width: 17ch;
    font-size: clamp(38px, 3.7vw, 56px);
    line-height: 1.12;
}

.landing-refresh .lp-hero-media {
    align-self: stretch;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.landing-refresh .lp-hero-media>div {
    width: 100%;
}

.landing-refresh .hero-visual {
    aspect-ratio: 1 / 1.05;
    max-height: 550px;
    border-radius: 28px;
    box-shadow: var(--lp-shadow);
}

.landing-refresh .hero-visual img {
    border-radius: inherit;
}

.landing-refresh .lp-search-panel {
    position: relative;
    margin-top: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.landing-refresh .lp-search-panel .search-box-wrapper {
    margin: 0;
    max-width: none;
    box-shadow: var(--lp-shadow);
    background: var(--lr-paper-raised);
    border-radius: 16px;
}

.landing-refresh .lp-search-panel .hero-trust-line {
    margin: 16px 0 0;
    font-size: 12px;
}

.landing-refresh .lp-hero-actions {
    margin-top: 24px;
}

.landing-refresh .lp-hero-actions .lr-link {
    background: transparent;
    border: 0;
    padding-inline: 0;
    text-transform: none;
    letter-spacing: 0;
}

.landing-refresh .our-service {
    margin: 0;
    border-radius: 0;
}

.landing-refresh .service-box-card {
    border-radius: 20px !important;
}

.landing-refresh .home-provider {
    margin: 0;
    border-radius: 0;
}

.landing-refresh .home-testimonials {
    background: var(--lr-paper) !important;
}

.landing-refresh .home-testimonials .testimonial-card,
.landing-refresh .home-testimonials .iq-testimonial-card {
    background: var(--lr-paper-sunk);
    box-shadow: none;
}

.landing-refresh .home-features {
    padding-top: 32px !important;
}

.landing-refresh .lp-process-layout {
    padding-top: 0 !important;
    align-items: stretch !important;
}

.landing-refresh .lp-process-layout .home-video-wrapper {
    order: 2;
    padding-inline: 24px 12px !important;
    display: flex;
    align-items: center;
}

.landing-refresh .lp-process-layout .home-video-frame {
    width: 100%;
}

.landing-refresh .lp-process-steps {
    order: 1;
    padding-inline: 12px 24px !important;
}

.landing-refresh .lp-process-steps>.border-bottom {
    position: relative;
    padding: 22px !important;
    margin-bottom: 14px !important;
    border: 1px solid var(--lr-rule) !important;
    border-radius: 18px;
    background: var(--lr-paper-raised);
}

.landing-refresh .lp-process-steps>.border-bottom:last-child {
    margin-bottom: 0 !important;
}

.landing-refresh .lp-process-steps .iq-icon-box .number {
    border-radius: 50% !important;
}

.landing-refresh-footer {
    border-radius: 32px 32px 0 0;
}

@media (max-width: 991px) {
    .landing-refresh .lp-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .landing-refresh .home-hero .hero-title {
        max-width: 18ch;
    }

    .landing-refresh .hero-visual {
        aspect-ratio: 16 / 9;
        max-height: 400px;
        border-radius: 24px;
    }

    .landing-refresh .lp-process-layout .home-video-wrapper {
        margin-top: 24px;
        margin-bottom: 0;
        padding-inline: 12px !important;
    }

    .landing-refresh .lp-process-steps {
        margin-top: 0 !important;
        padding-inline: 12px !important;
    }
}

@media (max-width: 575px) {
    .landing-refresh .home-hero {
        padding-block: 32px;
    }

    .landing-refresh .container,
    .landing-refresh-footer .container,
    .modern-landing-header .container {
        padding-inline: 20px;
    }

    .landing-refresh .lp-hero-grid {
        margin: 0;
    }

    .landing-refresh .home-hero .hero-title {
        font-size: 36px;
    }

    .landing-refresh .home-hero .iq-title-desc {
        font-size: 14px;
    }

    .landing-refresh .lp-search-panel {
        padding: 0;
        border-radius: 0;
    }

    .landing-refresh .lp-process-steps>.border-bottom {
        padding: 18px !important;
    }
}

/* Static discovery cards and native, keyboard-accessible FAQ accordion. */
.landing-refresh .lp-benefits {
    background: var(--lr-paper);
}

.landing-refresh .lp-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.landing-refresh .lp-benefit-card {
    padding: 28px 24px;
    border: 1px solid var(--lr-rule);
    border-radius: 20px;
    background: var(--lr-paper-raised);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.landing-refresh .lp-benefit-card:hover {
    border-color: var(--lr-primary-line);
    box-shadow: var(--lp-shadow);
}

.landing-refresh .lp-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    border-radius: 14px;
    color: var(--lr-primary-ink);
    background: var(--lr-primary-soft);
    font-size: 19px;
}

.landing-refresh .lp-benefit-card h4 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -.025em;
}

.landing-refresh .lp-benefit-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: var(--lr-ink-3);
}

.landing-refresh .lp-faq {
    background: var(--lr-paper-sunk);
}

.landing-refresh .lp-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 72px;
    align-items: start;
}

.landing-refresh .lp-faq-intro h3 {
    margin: 0;
}

.landing-refresh .lp-faq-intro .lr-link {
    margin-top: 24px;
}

.landing-refresh .lp-faq-list {
    display: grid;
    gap: 12px;
}

.landing-refresh .lp-faq-item {
    border: 1px solid var(--lr-rule);
    border-radius: 16px;
    background: var(--lr-paper-raised);
}

.landing-refresh .lp-faq-item[open] {
    border-color: var(--lr-primary-line);
}

.landing-refresh .lp-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    list-style: none;
    cursor: pointer;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    color: var(--lr-ink);
}

.landing-refresh .lp-faq-item summary::-webkit-details-marker {
    display: none;
}

.landing-refresh .lp-faq-item summary:hover {
    color: var(--lr-primary-ink);
}

.landing-refresh .lp-faq-item summary:focus-visible {
    outline: 2px solid var(--lr-primary);
    outline-offset: 3px;
}

.landing-refresh .lp-faq-toggle {
    position: relative;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    background: var(--lr-primary-soft);
    color: var(--lr-primary-ink);
}

.landing-refresh .lp-faq-toggle::before,
.landing-refresh .lp-faq-toggle::after {
    content: '';
    position: absolute;
    inset: 11px 7px;
    background: currentColor;
}

.landing-refresh .lp-faq-toggle::after {
    transform: rotate(90deg);
}

.landing-refresh .lp-faq-item[open] .lp-faq-toggle::after {
    display: none;
}

.landing-refresh .lp-faq-answer {
    padding: 0 24px 24px;
}

.landing-refresh .lp-faq-answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: var(--lr-ink-3);
}

@media (max-width: 991px) {
    .landing-refresh .lp-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-refresh .lp-faq-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
}

@media (max-width: 575px) {
    .landing-refresh .lp-benefits-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .landing-refresh .lp-benefit-card {
        padding: 24px;
    }

    .landing-refresh .lp-benefit-icon {
        margin-bottom: 16px;
    }

    .landing-refresh .lp-faq-item summary {
        padding: 18px;
        font-size: 14px;
    }

    .landing-refresh .lp-faq-answer {
        padding: 0 18px 20px;
    }
}

/* Hero redesign: centered discovery area above a panoramic service showcase. */
.landing-refresh .home-hero {
    background: var(--lr-paper) !important;
    padding-block: clamp(36px, 4vw, 64px) 48px;
}

.landing-refresh .lp-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
}

.landing-refresh .lp-hero-copy {
    max-width: 920px;
    margin-inline: auto;
    text-align: center;
}

.landing-refresh .home-hero .hero-title {
    max-width: 20ch;
    margin-inline: auto;
    font-size: clamp(38px, 4.5vw, 68px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

.landing-refresh .hero-kicker {
    margin-bottom: 22px;
    background: var(--lr-primary-soft);
    border: 0;
}

.landing-refresh .home-hero .iq-title-desc {
    max-width: 66ch;
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.75;
}

.landing-refresh .lp-search-panel {
    position: relative;
    z-index: 5;
    max-width: 760px;
    margin: 26px auto 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: start;
}

.landing-refresh .lp-search-panel .search-box-wrapper {
    border: 1px solid var(--lr-primary-line);
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(43, 31, 94, .08);
    background: var(--lr-paper-raised);
}

.landing-refresh .home-hero .location-search-block {
    min-height: 72px;
}

.landing-refresh .home-hero .modal-location {
    width: 36%;
    padding: 18px 24px !important;
}

.landing-refresh .home-hero .location-search {
    width: 64%;
    padding: 18px 24px !important;
}

.landing-refresh .lp-search-panel .hero-trust-line {
    justify-content: center;
    margin-top: 14px;
    font-size: 11px;
}

.landing-refresh .lp-hero-media {
    display: block;
}

.landing-refresh .lp-hero-artwork {
    position: relative;
    padding: 0;
    isolation: isolate;
}

.landing-refresh .lp-hero-artwork .hero-visual {
    width: 100%;
    aspect-ratio: 3.4 / 1;
    height: auto;
    max-height: 390px;
    border-radius: 24px;
    border: 0;
    box-shadow: none;
}

.landing-refresh .lp-hero-artwork .hero-visual img {
    object-position: center 58%;
}

.landing-refresh .lp-hero-artwork::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(18, 17, 30, .86), rgba(18, 17, 30, .25) 55%, transparent);
}

.landing-refresh .lp-artwork-caption {
    position: absolute;
    inset-inline-start: 40px;
    bottom: 36px;
    z-index: 1;
    max-width: 360px;
    text-align: start;
    color: white;
}

.landing-refresh .lp-artwork-caption small {
    display: block;
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #dedbe9;
}

.landing-refresh .lp-artwork-caption strong {
    display: block;
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.landing-refresh .lp-artwork-caption a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 10px;
    background: #fff;
    color: #201e35;
    font-size: 13px;
    font-weight: 700;
}

.landing-refresh .lp-artwork-caption a:hover {
    background: #eae7ff;
}

.landing-refresh .lp-hero-media .iq-team-slider {
    max-width: 760px;
    margin-inline: auto;
}

@media (max-width: 991px) {
    .landing-refresh .lp-hero-grid {
        gap: 28px;
    }

    .landing-refresh .lp-hero-artwork .hero-visual {
        aspect-ratio: 2.3 / 1;
    }
}

@media (max-width: 575px) {
    .landing-refresh .home-hero {
        padding-block: 32px;
    }

    .landing-refresh .home-hero .hero-title {
        font-size: 36px;
    }

    .landing-refresh .home-hero .iq-title-desc {
        font-size: 14px;
    }

    .landing-refresh .home-hero .modal-location,
    .landing-refresh .home-hero .location-search {
        width: 100%;
        padding: 14px 16px !important;
    }

    .landing-refresh .lp-search-panel .hero-trust-line {
        text-align: start;
    }

    .landing-refresh .lp-hero-artwork .hero-visual {
        aspect-ratio: 1.15 / 1;
        min-height: 280px;
    }

    .landing-refresh .lp-artwork-caption {
        inset-inline: 24px;
        bottom: 24px;
        max-width: 260px;
    }

    .landing-refresh .lp-artwork-caption strong {
        font-size: 28px;
    }
}

.landing-refresh .lp-faq-item summary {
    display: flex;
    align-items: center;
justify-content: space-between;
gap: 20px;
padding: 22px 24px;
list-style: none;
cursor: pointer;
border-radius: 16px;
font-size: 15px;
font-weight: 700;
line-height: 1.55;
color: var(--lr-ink);
}

.landing-refresh .lp-faq-item summary::-webkit-details-marker {
    display: none;
}

.landing-refresh .lp-faq-item summary:hover {
    color: var(--lr-primary-ink);
}

.landing-refresh .lp-faq-item summary:focus-visible {
    outline: 2px solid var(--lr-primary);
    outline-offset: 3px;
}

.landing-refresh .lp-faq-toggle {
    position: relative;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    background: var(--lr-primary-soft);
    color: var(--lr-primary-ink);
}

.landing-refresh .lp-faq-toggle::before,
.landing-refresh .lp-faq-toggle::after {
    content: '';
    position: absolute;
    inset: 11px 7px;
    background: currentColor;
}

.landing-refresh .lp-faq-toggle::after {
    transform: rotate(90deg);
}

.landing-refresh .lp-faq-item[open] .lp-faq-toggle::after {
    display: none;
}

.landing-refresh .lp-faq-answer {
    padding: 0 24px 24px;
}

.landing-refresh .lp-faq-answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: var(--lr-ink-3);
}

@media (max-width: 991px) {
    .landing-refresh .lp-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-refresh .lp-faq-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
}

@media (max-width: 575px) {
    .landing-refresh .lp-benefits-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .landing-refresh .lp-benefit-card {
        padding: 24px;
    }

    .landing-refresh .lp-benefit-icon {
        margin-bottom: 16px;
    }

    .landing-refresh .lp-faq-item summary {
        padding: 18px;
        font-size: 14px;
    }

    .landing-refresh .lp-faq-answer {
        padding: 0 18px 20px;
    }
}

/* Hero redesign: centered discovery area above a panoramic service showcase. */
.landing-refresh .home-hero {
    background: var(--lr-paper) !important;
    padding-block: clamp(36px, 4vw, 64px) 48px;
}

.landing-refresh .lp-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
}

.landing-refresh .lp-hero-copy {
    max-width: 920px;
    margin-inline: auto;
    text-align: center;
}

.landing-refresh .home-hero .hero-title {
    max-width: 20ch;
    margin-inline: auto;
    font-size: clamp(38px, 4.5vw, 68px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

.landing-refresh .hero-kicker {
    margin-bottom: 22px;
    background: var(--lr-primary-soft);
    border: 0;
}

.landing-refresh .home-hero .iq-title-desc {
    max-width: 66ch;
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.75;
}

.landing-refresh .lp-search-panel {
    position: relative;
    z-index: 5;
    max-width: 760px;
    margin: 26px auto 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: start;
}

.landing-refresh .lp-search-panel .search-box-wrapper {
    border: 1px solid var(--lr-primary-line);
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(43, 31, 94, .08);
    background: var(--lr-paper-raised);
}

.landing-refresh .home-hero .location-search-block {
    min-height: 72px;
}

.landing-refresh .home-hero .modal-location {
    width: 36%;
    padding: 18px 24px !important;
}

.landing-refresh .home-hero .location-search {
    width: 64%;
    padding: 18px 24px !important;
}

.landing-refresh .lp-search-panel .hero-trust-line {
    justify-content: center;
    margin-top: 14px;
    font-size: 11px;
}

.landing-refresh .lp-hero-media {
    display: block;
}

.landing-refresh .lp-hero-artwork {
    position: relative;
    padding: 0;
    isolation: isolate;
}

.landing-refresh .lp-hero-artwork .hero-visual {
    width: 100%;
    aspect-ratio: 3.4 / 1;
    height: auto;
    max-height: 390px;
    border-radius: 24px;
    border: 0;
    box-shadow: none;
}

.landing-refresh .lp-hero-artwork .hero-visual img {
    object-position: center 58%;
}

.landing-refresh .lp-hero-artwork::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(18, 17, 30, .86), rgba(18, 17, 30, .25) 55%, transparent);
}

.landing-refresh .lp-artwork-caption {
    position: absolute;
    inset-inline-start: 40px;
    bottom: 36px;
    z-index: 1;
    max-width: 360px;
    text-align: start;
    color: white;
}

.landing-refresh .lp-artwork-caption small {
    display: block;
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #dedbe9;
}

.landing-refresh .lp-artwork-caption strong {
    display: block;
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.landing-refresh .lp-artwork-caption a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 10px;
    background: #fff;
    color: #201e35;
    font-size: 13px;
    font-weight: 700;
}

.landing-refresh .lp-artwork-caption a:hover {
    background: #eae7ff;
}

.landing-refresh .lp-hero-media .iq-team-slider {
    max-width: 760px;
    margin-inline: auto;
}

@media (max-width: 991px) {
    .landing-refresh .lp-hero-grid {
        gap: 28px;
    }

    .landing-refresh .lp-hero-artwork .hero-visual {
        aspect-ratio: 2.3 / 1;
    }
}

@media (max-width: 575px) {
    .landing-refresh .home-hero {
        padding-block: 32px;
    }

    .landing-refresh .home-hero .hero-title {
        font-size: 36px;
    }

    .landing-refresh .home-hero .iq-title-desc {
        font-size: 14px;
    }

    .landing-refresh .home-hero .modal-location,
    .landing-refresh .home-hero .location-search {
        width: 100%;
        padding: 14px 16px !important;
    }

    .landing-refresh .lp-search-panel .hero-trust-line {
        text-align: start;
    }

    .landing-refresh .lp-hero-artwork .hero-visual {
        aspect-ratio: 1.15 / 1;
        min-height: 280px;
    }

    .landing-refresh .lp-artwork-caption {
        inset-inline: 24px;
        bottom: 24px;
        max-width: 260px;
    }

    .landing-refresh .lp-artwork-caption strong {
        font-size: 28px;
    }
}

/* ==========================================================================
   Dark theme: pill links (.lr-link)
   The base rule pins `background: #ffffff !important` but takes its text from
   var(--lr-ink), which inverts to near-white in dark mode - producing white
   text on a white pill (invisible). Restate the same pill role in dark values.
   The base rule is built entirely from !important declarations, so these have
   to match that weight to apply.
   ========================================================================== */
[data-bs-theme="dark"] .landing-refresh .lr-sec-head>.lr-link,
[data-bs-theme="dark"] .landing-refresh .lr-sec-head .lr-link,
[data-bs-theme="dark"] .landing-refresh .lr-link,
body.dark .landing-refresh .lr-sec-head>.lr-link,
body.dark .landing-refresh .lr-sec-head .lr-link,
body.dark .landing-refresh .lr-link {
    border-color: var(--lr-rule-strong, #3d3a49) !important;
    background: var(--lr-paper-raised, #1a1922) !important;
    color: var(--lr-ink, #f4f3f7) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
}

[data-bs-theme="dark"] .landing-refresh .lr-sec-head>.lr-link:hover,
[data-bs-theme="dark"] .landing-refresh .lr-sec-head .lr-link:hover,
[data-bs-theme="dark"] .landing-refresh .lr-link:hover,
body.dark .landing-refresh .lr-sec-head>.lr-link:hover,
body.dark .landing-refresh .lr-sec-head .lr-link:hover,
body.dark .landing-refresh .lr-link:hover {
    border-color: var(--lr-primary-ink, #a3a4ee) !important;
    background: var(--lr-paper-raised, #1a1922) !important;
    color: var(--lr-primary-ink, #a3a4ee) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45) !important;
}
