.luxury-home {
    overflow-x: hidden;
    background: var(--lux-ivory-50);
}

.luxury-home h1,
.luxury-home h2,
.luxury-home h3 {
    color: var(--lux-ink-950);
    font-family: "Playfair Display", "Lora", Georgia, serif;
    letter-spacing: 0;
}

.lux-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: color var(--lux-transition), background var(--lux-transition), border-color var(--lux-transition), transform var(--lux-transition);
    cursor: pointer;
}

.lux-btn:hover svg,
.site-header .btn-primary:hover svg {
    transform: translateX(3px);
}

.lux-btn svg,
.site-header .btn-primary svg {
    flex: 0 0 auto;
    transition: transform var(--lux-transition);
}

.lux-btn--primary {
    color: var(--lux-green-950);
    background: linear-gradient(180deg, #EBCB82 0%, var(--lux-gold-500) 100%);
    border: 1px solid rgba(11, 42, 24, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.lux-btn--primary:hover {
    color: var(--lux-green-950);
    background: #EAC77C;
    transform: translateY(-1px);
}

.lux-btn--ghost {
    color: var(--lux-green-950);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(11, 42, 24, 0.18);
}

.lux-btn--ghost:hover {
    color: var(--lux-green-950);
    background: var(--lux-white);
    border-color: rgba(11, 42, 24, 0.34);
}

.lux-btn--ghost-dark {
    color: var(--lux-green-950);
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(11, 42, 24, 0.14);
}

.lux-badge,
.lux-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 26px;
    margin: 0 0 14px;
    padding: 0 12px;
    color: #4D3F1A;
    background: rgba(216, 184, 111, 0.32);
    border: 1px solid rgba(216, 184, 111, 0.46);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.lux-kicker {
    background: transparent;
    border: 0;
    color: var(--lux-green-950);
    padding: 0;
}

.lux-section-heading {
    max-width: 680px;
}

.lux-section-heading--center {
    margin: 0 auto 34px;
    text-align: center;
}

.lux-section-heading--center .lux-kicker {
    margin-right: auto;
    margin-left: auto;
}

.lux-section-heading h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.06;
}

.lux-hero {
    position: relative;
    isolation: isolate;
    min-height: 700px;
    background: var(--lux-sand-100);
    overflow: hidden;
}

.lux-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.lux-hero__media picture,
.lux-hero__media img {
    width: 100%;
    height: 100%;
}

.lux-hero__media img {
    object-fit: cover;
    object-position: 68% 50%;
}

.lux-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(251, 247, 239, 0.96) 0%, rgba(251, 247, 239, 0.82) 36%, rgba(251, 247, 239, 0.24) 64%, rgba(11, 42, 24, 0.16) 100%),
        linear-gradient(0deg, rgba(11, 42, 24, 0.2) 0%, rgba(11, 42, 24, 0) 36%);
}

.lux-hero__inner {
    position: relative;
    display: grid;
    min-height: 700px;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.55fr);
    align-items: center;
    gap: 48px;
    padding-top: 44px;
    padding-bottom: 42px;
}

.lux-hero__content {
    max-width: 690px;
    padding-top: 28px;
}

.lux-hero h1 {
    max-width: 700px;
    margin: 0 0 18px;
    color: #1A1712;
    font-size: 66px;
    font-weight: 600;
    line-height: 0.98;
}

.lux-hero h1 span {
    color: var(--lux-green-700);
}

.lux-hero__lead {
    max-width: 560px;
    margin: 0;
    color: #2F2A22;
    font-size: 17px;
    line-height: 1.65;
}

.lux-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.lux-hero__proof {
    display: grid;
    max-width: 760px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 44px;
}

.lux-proof {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 2px 12px;
    align-items: center;
    min-height: 64px;
    padding: 0 16px;
    border-right: 1px solid rgba(11, 42, 24, 0.14);
}

.lux-proof:first-child {
    padding-left: 0;
}

.lux-proof:last-child {
    border-right: 0;
}

.lux-proof svg {
    grid-row: span 2;
    width: 30px;
    height: 30px;
    color: var(--lux-gold-500);
}

.lux-proof strong {
    color: var(--lux-ink-950);
    font-family: "Playfair Display", "Lora", Georgia, serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.lux-proof span {
    color: var(--lux-muted-700);
    font-size: 12px;
    line-height: 1.25;
}

.lux-kleanbnb-card {
    justify-self: end;
    align-self: end;
    display: grid;
    width: 292px;
    min-height: 250px;
    place-items: center;
    margin-bottom: clamp(74px, 10vh, 126px);
    padding: 28px;
    color: var(--lux-white);
    background: linear-gradient(180deg, rgba(12, 57, 32, 0.8), rgba(5, 31, 17, 0.8));
    border: 1px solid rgba(235, 214, 163, 0.24);
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(11, 42, 24, 0.34);
    text-align: center;
}

.lux-kleanbnb-card__logo {
    width: 165px;
    height: auto;
    filter: brightness(0) invert(1);
}

.lux-kleanbnb-card__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.lux-kleanbnb-card strong {
    margin-top: 4px;
    color: var(--lux-white);
    font-family: "Playfair Display", "Lora", Georgia, serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}

.lux-kleanbnb-card span {
    max-width: 190px;
    color: var(--lux-gold-300);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.45;
    text-transform: uppercase;
}

.lux-kleanbnb-card a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 0 22px;
    color: var(--lux-green-950);
    background: var(--lux-gold-500);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.lux-service-strip {
    background: var(--lux-green-950);
}

.lux-service-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lux-service-item {
    display: grid;
    min-height: 118px;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
    padding: 24px 18px;
    color: rgba(255, 255, 255, 0.82);
    border-right: 1px solid rgba(235, 214, 163, 0.15);
    border-bottom: 1px solid rgba(235, 214, 163, 0.15);
    text-decoration: none;
}

.lux-service-item:nth-child(3n) {
    border-right: 0;
}

.lux-service-item:nth-last-child(-n+3) {
    border-bottom: 0;
}

.lux-service-item:hover {
    color: var(--lux-white);
    background: rgba(255, 255, 255, 0.05);
}

.lux-service-item__icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--lux-gold-500);
    border: 1px solid rgba(216, 184, 111, 0.28);
    border-radius: 12px;
    background: rgba(216, 184, 111, 0.08);
}

.lux-service-item__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: sepia(1) saturate(2.2) hue-rotate(350deg) brightness(1.08);
}

.lux-service-item__icon svg {
    width: 34px;
    height: 34px;
    filter: drop-shadow(0 4px 10px rgba(216, 184, 111, 0.12));
}

.lux-service-item strong,
.lux-service-item em {
    display: block;
}

.lux-service-item strong {
    color: var(--lux-white);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.28;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.lux-service-item em {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-style: normal;
    line-height: 1.45;
}

.lux-process,
.lux-faq {
    background: var(--lux-ivory-50);
}

.lux-process {
    padding: 72px 0 54px;
}

.lux-process__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
    gap: 44px;
    align-items: center;
}

.lux-process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.lux-process-step {
    position: relative;
    min-height: 190px;
    padding: 26px 22px 24px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(11, 42, 24, 0.09);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(23, 22, 18, 0.05);
    text-align: center;
}

.lux-process-step span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--lux-white);
    background: var(--lux-green-950);
    border: 5px solid var(--lux-ivory-50);
    border-radius: 50%;
    font-weight: 900;
    transform: translateX(-50%);
}

.lux-process-step svg {
    width: 42px;
    height: 42px;
    margin: 20px auto 16px;
    color: var(--lux-gold-500);
}

.lux-process-step h3 {
    margin: 0 0 8px;
    color: var(--lux-green-950);
    font-family: "Inter", "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-transform: uppercase;
}

.lux-process-step p {
    margin: 0;
    color: var(--lux-muted-700);
    font-size: 12px;
    line-height: 1.45;
}

.lux-review-panel {
    padding: 28px;
    background: var(--lux-white);
    border: 1px solid rgba(11, 42, 24, 0.1);
    border-radius: 8px;
    box-shadow: var(--lux-shadow);
}

.lux-review-panel .lux-kicker {
    margin-bottom: 16px;
}

.lux-review-panel .review-card {
    display: none;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.lux-review-panel .review-card--active {
    display: block;
}

.lux-review-panel .review-card__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
}

.lux-review-panel .review-card__stars span {
    color: #CF9B29;
    font-size: 18px;
    line-height: 1;
}

.lux-review-panel .review-card__text {
    margin: 0 0 18px;
    color: var(--lux-ink-950);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.lux-review-panel .review-card__footer {
    display: grid;
    gap: 3px;
    color: var(--lux-muted-700);
    font-size: 13px;
}

.lux-review-panel .review-card__footer strong {
    color: var(--lux-green-950);
}

.reviews-luxury__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
}

.reviews-luxury__avatars {
    display: flex;
    min-width: 0;
}

.reviews-luxury__avatar {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin-left: -8px;
    overflow: hidden;
    color: var(--lux-green-950);
    background: var(--lux-sand-100);
    border: 2px solid var(--lux-white);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.reviews-luxury__avatar:first-child {
    margin-left: 0;
}

.reviews-luxury__avatar--active {
    border-color: var(--lux-gold-500);
}

.reviews-luxury__avatar picture,
.reviews-luxury__avatar img {
    width: 100%;
    height: 100%;
}

.reviews-luxury__avatar picture {
    display: block;
}

.reviews-luxury__avatar img {
    object-fit: cover;
}

.reviews-luxury__arrows {
    display: flex;
    gap: 8px;
}

.reviews-luxury__arrow {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--lux-green-950);
    background: var(--lux-ivory-50);
    border: 1px solid var(--lux-linen-200);
    border-radius: 50%;
    cursor: pointer;
}

.reviews-luxury__arrow:hover {
    background: var(--lux-gold-300);
}

.reviews-luxury__arrow svg {
    width: 18px;
    height: 18px;
}

.lux-kleanbnb-highlight {
    padding: 26px 0 58px;
    background: var(--lux-ivory-50);
}

.lux-kleanbnb-highlight__box {
    display: grid;
    grid-template-columns: 1.1fr 1.25fr;
    gap: 32px;
    align-items: stretch;
    padding: 34px;
    background:
        linear-gradient(90deg, rgba(251, 247, 239, 0.95) 0%, rgba(251, 247, 239, 0.8) 48%, rgba(242, 232, 216, 0.44) 100%),
        var(--lux-cache-hero-image, url("/img/luxury-kleaning-hero.png")) center right / cover;
    border: 1px solid rgba(11, 42, 24, 0.08);
    border-radius: 8px;
}

.lux-kleanbnb-highlight__brand {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

.lux-kleanbnb-highlight__brand img {
    width: 92px;
    height: auto;
}

.lux-kleanbnb-highlight__brand picture {
    display: inline-block;
}

.lux-kleanbnb-highlight__brand h2 {
    margin: 0 0 10px;
    color: var(--lux-green-950);
    font-size: 40px;
    line-height: 1;
}

.lux-kleanbnb-highlight__brand p:not(.lux-kicker) {
    max-width: 440px;
    margin: 0;
    color: var(--lux-muted-700);
    font-size: 14px;
    line-height: 1.65;
}

.lux-kleanbnb-highlight__brand .lux-btn {
    grid-column: 2;
    justify-self: start;
    margin-top: 6px;
}

.lux-kleanbnb-highlight__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.lux-kleanbnb-highlight__cards article {
    padding: 22px 18px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(11, 42, 24, 0.08);
    border-radius: 8px;
    text-align: center;
}

.lux-kleanbnb-highlight__cards svg {
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
    color: var(--lux-gold-500);
}

.lux-kleanbnb-highlight__cards h3 {
    margin: 0 0 8px;
    color: var(--lux-green-950);
    font-family: "Inter", "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-transform: uppercase;
}

.lux-kleanbnb-highlight__cards p {
    margin: 0;
    color: var(--lux-muted-700);
    font-size: 12px;
    line-height: 1.5;
}

.lux-faq {
    padding: 44px 0 74px;
}

.lux-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 36px;
    align-items: stretch;
}

.lux-faq .faq-list {
    display: grid;
    gap: 10px;
}

.lux-faq .faq-item {
    overflow: hidden;
    background: var(--lux-white);
    border: 1px solid rgba(11, 42, 24, 0.1);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(23, 22, 18, 0.04);
}

.lux-faq .faq-item__toggle {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
    color: var(--lux-ink-950);
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.lux-faq .faq-item__icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--lux-green-950);
    border: 1px solid rgba(11, 42, 24, 0.16);
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    transition: transform var(--lux-transition);
}

.lux-faq .faq-item[data-faq-open] .faq-item__icon {
    transform: rotate(45deg);
}

.lux-faq .faq-item__answer {
    padding: 0 20px 18px;
}

.lux-faq .faq-item__answer p {
    margin: 0;
    color: var(--lux-muted-700);
    font-size: 14px;
    line-height: 1.65;
}

.lux-faq__cta {
    position: relative;
    display: flex;
    min-height: 260px;
    align-items: end;
    overflow: hidden;
    padding: 32px;
    color: var(--lux-white);
    background:
        linear-gradient(90deg, rgba(11, 42, 24, 0.95), rgba(11, 42, 24, 0.7)),
        var(--lux-cache-hero-image, url("/img/luxury-kleaning-hero.png")) center / cover;
    border-radius: 8px;
}

.lux-faq__cta h2 {
    max-width: 430px;
    margin: 0 0 8px;
    color: var(--lux-white);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.12;
}

.lux-faq__cta p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

.lux-faq__cta ul {
    display: grid;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.lux-faq__cta li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
}

.lux-faq__cta li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--lux-gold-500);
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .lux-process__layout,
    .lux-kleanbnb-highlight__box {
        grid-template-columns: 1fr;
    }

    .lux-review-panel {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .lux-hero,
    .lux-hero__inner {
        min-height: 0;
    }

    .lux-hero {
        --lux-mobile-photo-height: clamp(520px, 72vh, 680px);
        background:
            linear-gradient(180deg, rgba(251, 247, 239, 0.18), rgba(251, 247, 239, 0.96) var(--lux-mobile-photo-height)),
            var(--lux-sand-100);
    }

    .lux-hero__media {
        inset: 0 0 auto;
        height: var(--lux-mobile-photo-height);
        background:
            linear-gradient(180deg, rgba(251, 247, 239, 0.08), rgba(251, 247, 239, 0.26) 42%, var(--lux-ivory-50) 100%),
            var(--lux-sand-100);
    }

    .lux-hero__media img {
        object-fit: cover;
        object-position: 62% top;
        opacity: 0.92;
    }

    .lux-hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 52px;
        padding-bottom: 38px;
    }

    .lux-hero__content {
        min-width: 0;
    }

    .lux-hero::before {
        inset: 0 0 auto;
        height: var(--lux-mobile-photo-height);
        background:
            linear-gradient(180deg, rgba(251, 247, 239, 0.46) 0%, rgba(251, 247, 239, 0.56) 42%, rgba(251, 247, 239, 0.82) 82%, rgba(251, 247, 239, 0.96) 100%),
            linear-gradient(90deg, rgba(251, 247, 239, 0.5) 0%, rgba(251, 247, 239, 0.12) 58%, rgba(11, 42, 24, 0.12) 100%);
    }

    .lux-hero h1 {
        max-width: 610px;
        font-size: 48px;
        overflow-wrap: break-word;
    }

    .lux-hero__lead {
        max-width: min(100%, 560px);
        text-align: left;
        overflow-wrap: break-word;
    }

    .lux-hero__proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 28px;
    }

    .lux-proof,
    .lux-proof:first-child,
    .lux-proof:last-child {
        padding: 14px;
        background: rgba(255, 255, 255, 0.7);
        border: 1px solid rgba(11, 42, 24, 0.1);
        border-radius: 8px;
    }

    .lux-kleanbnb-card {
        justify-self: start;
        width: min(100%, 430px);
        min-height: 0;
        grid-template-columns: 1fr;
        place-items: center;
        gap: 12px;
        margin-bottom: 0;
        padding: 24px 20px;
        text-align: center;
    }

    .lux-kleanbnb-card__logo {
        grid-row: 1;
        grid-column: 1;
        width: 132px;
        margin-bottom: 2px;
    }

    .lux-kleanbnb-card strong {
        grid-column: 1;
        grid-row: 2;
        align-self: auto;
        margin: 0;
        font-size: 32px;
    }

    .lux-kleanbnb-card span {
        grid-column: 1;
        grid-row: 3;
        align-self: auto;
        max-width: 300px;
        font-size: 11px;
    }

    .lux-kleanbnb-card a {
        grid-column: 1;
        grid-row: 4;
        align-self: auto;
        min-height: 42px;
        margin-top: 4px;
    }

    .lux-section-heading h2 {
        font-size: 36px;
    }

    .lux-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lux-kleanbnb-highlight__brand,
    .lux-kleanbnb-highlight__cards,
    .lux-faq__grid {
        grid-template-columns: 1fr;
    }

    .lux-kleanbnb-highlight__brand .lux-btn {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .lux-hero {
        --lux-mobile-photo-height: clamp(500px, 68vh, 600px);
    }

    .lux-hero__media img {
        object-position: 64% top;
        opacity: 0.9;
    }

    .lux-hero__inner {
        padding-top: 36px;
    }

    .lux-hero h1 {
        font-size: 38px;
        line-height: 1.04;
    }

    .lux-hero__lead {
        max-width: 330px;
        font-size: 16px;
    }

    .lux-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .lux-hero__actions .lux-btn {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .lux-hero__proof {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .lux-proof {
        grid-template-columns: 28px 1fr;
        min-height: 78px;
        gap: 2px 9px;
    }

    .lux-proof svg {
        width: 25px;
        height: 25px;
    }

    .lux-proof strong {
        font-size: 19px;
    }

    .lux-kleanbnb-card {
        width: 100%;
        padding: 22px 18px;
    }

    .lux-kleanbnb-card__logo {
        width: 118px;
    }

    .lux-kleanbnb-card a {
        width: 100%;
        max-width: 340px;
        justify-content: center;
    }

    .lux-service-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lux-service-item,
    .lux-service-item:nth-child(3n),
    .lux-service-item:nth-last-child(-n+3) {
        min-height: 138px;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 18px 14px;
        border-right: 1px solid rgba(235, 214, 163, 0.15);
        border-bottom: 1px solid rgba(235, 214, 163, 0.15);
        text-align: center;
    }

    .lux-service-item:nth-child(2n) {
        border-right: 0;
    }

    .lux-service-item:last-child {
        border-bottom: 0;
    }

    .lux-service-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        border-right: 0;
    }

    .lux-service-item__icon {
        margin: 0 auto;
    }

    .lux-service-item strong {
        font-size: 11px;
        letter-spacing: 0.04em;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .lux-service-item em {
        font-size: 10.5px;
    }

    .lux-service-item strong,
    .lux-service-item em {
        max-width: 100%;
    }

    .lux-process {
        padding: 52px 0 38px;
    }

    .lux-section-heading h2 {
        font-size: 30px;
    }

    .lux-process__steps {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .lux-review-panel {
        padding: 22px;
    }

    .reviews-luxury__nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .lux-kleanbnb-highlight {
        padding: 24px 0 42px;
    }

    .lux-kleanbnb-highlight__box {
        padding: 22px;
    }

    .lux-kleanbnb-highlight__brand h2 {
        font-size: 34px;
    }

    .lux-faq {
        padding: 34px 0 54px;
    }

    .lux-faq__grid {
        gap: 24px;
    }

    .lux-faq__cta {
        min-height: 320px;
        padding: 24px;
    }

    .lux-faq__cta h2 {
        font-size: 26px;
    }
}
