.landlord-service-wrap {
    padding: 42px 0 68px;
    background: #f6f6f6;
    color: #5f5660;
    font-size: 0.9rem;
    line-height: 1.6;
}

.landlord-service-wrap h1,
.landlord-service-wrap h2,
.landlord-service-wrap h3,
.landlord-service-wrap p {
    margin-top: 0;
}

.landlord-service-wrap h2 {
    font-size: calc(1.305rem + 0.66vw);
    line-height: 1.2;
}

.landlord-service-wrap h3 {
    font-size: calc(1.2825rem + 0.39vw);
    line-height: 1.2;
}

.landlord-service-wrap button,
.landlord-service-wrap input,
.landlord-service-wrap textarea {
    font: inherit;
}

.landlord-service-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.landlord-service-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    fill: currentColor;
    vertical-align: -0.125em;
}

.landlord-service-shell {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
}

.landlord-service-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    max-width: 1180px;
    margin: 0 auto;
    gap: 24px;
    align-items: stretch;
}

.landlord-service-hero,
.landlord-service-action-card,
.landlord-service-detail-card,
.landlord-service-fees-card,
.landlord-service-related-card,
.landlord-service-contact-card {
    background: #fff;
    border: 1px solid #ece7ec;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.landlord-service-hero:hover,
.landlord-service-action-card:hover,
.landlord-service-detail-card:hover,
.landlord-service-fees-card:hover,
.landlord-service-related-card:hover,
.landlord-service-contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(135, 46, 131, 0.24);
    box-shadow: 0 18px 38px rgba(135, 46, 131, 0.14);
}

.landlord-service-hero {
    position: relative;
    padding: 34px;
    overflow: hidden;
    background: linear-gradient(135deg, #271c27 0%, #872e83 72%);
    color: #fff;
}

.landlord-service-hero::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 230px;
    height: 230px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.landlord-service-hero::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -90px;
    width: 190px;
    height: 190px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.landlord-service-hero-inner {
    position: relative;
    z-index: 1;
}

.landlord-service-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 13px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.landlord-service-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.04;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.landlord-service-hero p {
    margin: 0 0 18px;
    font-size: 1.02rem;
    line-height: 1.75;
    opacity: 0.94;
}

.landlord-service-points {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.landlord-service-point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 800;
    line-height: 1.45;
}

.landlord-service-point-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.landlord-service-point-icon .landlord-service-icon {
    width: 14px;
    height: 14px;
}

.landlord-service-action-card,
.landlord-service-contact-card,
.landlord-service-related-card {
    padding: 32px;
}

.landlord-service-action-card h2,
.landlord-service-detail-card h2,
.landlord-service-contact-card h2,
.landlord-service-related-card h2 {
    margin: 0 0 10px;
    color: #872e83;
    font-weight: 900;
}

.landlord-service-action-card .lead-copy,
.landlord-service-contact-card .lead-copy,
.landlord-service-detail-card p {
    margin-bottom: 18px;
    color: #5f5660;
    line-height: 1.65;
}

.landlord-service-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.landlord-service-choice-btn {
    padding: 14px;
    background: #faf7fa;
    border: 1px solid #eee3ee;
    border-radius: 14px;
    color: #5f4d5f;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.landlord-service-choice-btn .landlord-service-icon {
    margin-right: 7px;
    color: #872e83;
}

.landlord-service-choice-btn:hover,
.landlord-service-choice-btn:focus {
    transform: translateY(-2px);
    border-color: rgba(135, 46, 131, 0.35);
    color: #872e83;
    box-shadow: 0 8px 20px rgba(135, 46, 131, 0.12);
}

.landlord-service-choice-btn:focus-visible,
.landlord-service-btn:focus-visible,
.landlord-service-related-grid a:focus-visible,
.landlord-service-input:focus-visible,
.landlord-service-submit-button:focus-visible {
    outline: 3px solid #872e83;
    outline-offset: 3px;
}

.landlord-service-choice-btn.active {
    background: #872e83;
    border-color: #872e83;
    color: #fff;
    box-shadow: 0 10px 22px rgba(135, 46, 131, 0.22);
}

.landlord-service-choice-btn.active .landlord-service-icon {
    color: #fff;
}

.landlord-service-note {
    padding: 14px 16px;
    background: #f7eff7;
    border: 1px solid #eee3ee;
    border-radius: 16px;
    color: #5f4d5f;
    line-height: 1.6;
}

.landlord-service-note strong {
    color: #872e83;
}

.landlord-service-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.landlord-service-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    background: #fff;
    border: 1px solid #ddd3dc;
    border-radius: 999px;
    color: #4f4350;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landlord-service-btn:hover {
    transform: translateY(-2px);
    color: #872e83;
    box-shadow: 0 8px 20px rgba(135, 46, 131, 0.12);
    text-decoration: underline;
}

.landlord-service-btn.primary {
    background: #872e83;
    border-color: #872e83;
    color: #fff;
    box-shadow: 0 8px 18px rgba(135, 46, 131, 0.22);
}

.landlord-service-btn.primary:hover {
    color: #fff;
}

.landlord-service-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1180px;
    margin: 24px auto 0;
    gap: 18px;
}

.landlord-service-detail-card {
    padding: 24px;
}

.landlord-service-detail-icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: #faf7fa;
    border-radius: 16px;
    color: #872e83;
    font-size: 22px;
}

.landlord-service-fees-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    max-width: 1180px;
    margin: 24px auto 0;
    padding: 28px 32px;
    gap: 24px;
    align-items: start;
}

.landlord-service-fee-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 12px;
    background: #faf7fa;
    border: 1px solid #eee3ee;
    border-radius: 999px;
    color: #872e83;
    font-weight: 900;
}

.landlord-service-fees-card h2 {
    margin: 0 0 10px;
    color: #872e83;
    font-weight: 900;
}

.landlord-service-fees-card p {
    margin: 0;
    color: #5f5660;
    line-height: 1.65;
}

.landlord-service-includes {
    display: grid;
    gap: 10px;
}

.landlord-service-includes div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: #faf7fa;
    border-radius: 14px;
    color: #4f4350;
    font-weight: 800;
    line-height: 1.45;
}

.landlord-service-includes .landlord-service-icon {
    margin-top: 3px;
    color: #872e83;
}

.landlord-service-pricing-card {
    max-width: 1180px;
    margin: 24px auto 0;
    padding: 30px 32px;
    background: #fff;
    border: 1px solid #ece7ec;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.landlord-service-pricing-card h2 {
    margin: 0 0 10px;
    color: #872e83;
    font-weight: 900;
}

.landlord-service-pricing-intro {
    margin: 0 0 18px;
    color: #5f5660;
    line-height: 1.65;
}

.landlord-service-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.landlord-service-price-table-wrap {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 18px;
    background: #faf7fa;
    border: 1px solid #eee3ee;
    border-radius: 18px;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.landlord-service-price-table-wrap:hover {
    transform: translateY(-4px);
    background: #fff;
    border-color: rgba(135, 46, 131, 0.26);
    box-shadow: 0 14px 30px rgba(135, 46, 131, 0.13);
}

.landlord-service-price-table-wrap h3 {
    margin: 0 0 8px;
    color: #872e83;
    font-weight: 900;
}

.landlord-service-price-table-wrap p {
    margin: 0 0 12px;
    color: #5f5660;
    line-height: 1.55;
}

.landlord-service-price-table-scroll {
    flex: 1;
    overflow-x: auto;
}

.landlord-service-price-table {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ece7ec;
    border-collapse: separate;
    border-radius: 14px;
    border-spacing: 0;
    font-family: inherit;
    font-size: inherit;
}

.landlord-service-price-table th,
.landlord-service-price-table td {
    padding: 11px 13px;
    border-bottom: 1px solid #ece7ec;
    color: #4f4350;
    text-align: center;
    vertical-align: top;
}

.landlord-service-price-table th {
    background: #872e83;
    color: #fff;
    font-weight: 900;
    white-space: nowrap;
}

.landlord-service-price-table tr:last-child td {
    border-bottom: 0;
}

.landlord-service-price-table th:first-child,
.landlord-service-price-table td:first-child {
    text-align: left;
}

.landlord-service-price-table.is-simple-table th:first-child,
.landlord-service-price-table.is-simple-table td:first-child {
    width: 52%;
}

.landlord-service-price-table.is-simple-table th:last-child,
.landlord-service-price-table.is-simple-table td:last-child {
    width: 48%;
}

.landlord-service-price-table td:first-child {
    color: #302730;
    font-weight: 900;
}

.landlord-service-discount-card {
    display: flex;
    max-width: 1180px;
    margin: 24px auto 0;
    padding: 24px 28px;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, #271c27 0%, #872e83 72%);
    border-radius: 22px;
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.landlord-service-discount-icon {
    display: flex;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    font-size: 24px;
}

.landlord-service-discount-card h2 {
    margin: 0 0 6px;
    color: #fff;
    font-weight: 900;
}

.landlord-service-discount-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
}

.landlord-service-related-card,
.landlord-service-contact-card {
    max-width: 1180px;
    margin: 24px auto 0;
}

.landlord-service-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.landlord-service-related-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    background: #faf7fa;
    border-radius: 14px;
    color: #4f4350;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.landlord-service-related-grid a:hover {
    transform: translateY(-2px);
    color: #872e83;
    box-shadow: 0 8px 20px rgba(135, 46, 131, 0.12);
    text-decoration: underline;
}

.landlord-service-alert {
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid transparent;
    border-radius: 6px;
}

.landlord-service-alert ul {
    margin: 0;
    padding-left: 20px;
}

.landlord-service-alert--danger {
    background: #f8d7da;
    border-color: #f5c2c7;
    color: #842029;
}

.landlord-service-alert--info {
    background: #cff4fc;
    border-color: #b6effb;
    color: #055160;
}

.landlord-service-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.landlord-service-form-field--wide {
    grid-column: 1 / -1;
}

.landlord-service-input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;
    color: #212529;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea.landlord-service-input {
    min-height: 120px;
    resize: vertical;
}

.landlord-service-input:focus {
    border-color: #7a297a;
    box-shadow: 0 0 5px rgba(138, 43, 226, 0.5);
}

.landlord-service-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

.landlord-service-turnstile {
    display: flex;
    min-height: 65px;
    align-items: center;
}

.landlord-service-submit {
    margin-left: auto;
}

.landlord-service-submit-button {
    display: inline-flex;
    height: 40px;
    align-items: center;
    gap: 4px;
    padding: 11px 18px;
    background: #7a297a;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(135, 46, 131, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.landlord-service-submit-button:hover {
    transform: translateY(-2px);
    background: #5e1f5e;
    box-shadow: 0 12px 24px rgba(135, 46, 131, 0.26);
}

@media (min-width: 576px) {
    .landlord-service-shell {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .landlord-service-shell {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .landlord-service-shell {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .landlord-service-shell {
        max-width: 1140px;
    }

    .landlord-service-wrap h2 {
        font-size: 1.8rem;
    }

    .landlord-service-wrap h3 {
        font-size: 1.575rem;
    }
}

@media (min-width: 1400px) {
    .landlord-service-shell {
        max-width: 1320px;
    }
}

@media (max-width: 991.98px) {
    .landlord-service-hero-grid,
    .landlord-service-detail-grid,
    .landlord-service-fees-card,
    .landlord-service-related-grid,
    .landlord-service-pricing-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .landlord-service-wrap {
        padding: 24px 0 46px;
    }

    .landlord-service-hero,
    .landlord-service-action-card,
    .landlord-service-detail-card,
    .landlord-service-fees-card,
    .landlord-service-related-card,
    .landlord-service-contact-card,
    .landlord-service-pricing-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .landlord-service-discount-card {
        padding: 22px 18px;
        align-items: flex-start;
        border-radius: 18px;
    }

    .landlord-service-choice-grid,
    .landlord-service-form-grid {
        grid-template-columns: 1fr;
    }

    .landlord-service-btn {
        width: 100%;
        justify-content: center;
    }

    .landlord-service-form-actions {
        align-items: stretch;
    }

    .landlord-service-turnstile {
        width: 100%;
        justify-content: center;
    }

    .landlord-service-submit {
        width: 100%;
        margin-left: 0;
    }

    .landlord-service-submit-button {
        width: 100%;
    }

    .landlord-service-price-table-scroll {
        overflow: visible;
    }

    .landlord-service-price-table {
        background: transparent;
        border: 0;
    }

    .landlord-service-price-table thead {
        display: none;
    }

    .landlord-service-price-table,
    .landlord-service-price-table tbody,
    .landlord-service-price-table tr,
    .landlord-service-price-table td {
        display: block;
        width: 100%;
    }

    .landlord-service-price-table tr {
        margin-bottom: 12px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #ece7ec;
        border-radius: 16px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    }

    .landlord-service-price-table tr:last-child {
        margin-bottom: 0;
    }

    .landlord-service-price-table td {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding: 10px 12px;
        border-bottom: 1px solid #f0e8f0;
        color: #302730;
        text-align: right;
    }

    .landlord-service-price-table td::before {
        content: attr(data-label);
        flex: 0 0 48%;
        color: #872e83;
        font-weight: 900;
        text-align: left;
    }

    .landlord-service-price-table td:first-child {
        background: #faf7fa;
        font-weight: 900;
        text-align: right;
    }

    .landlord-service-price-table td:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landlord-service-hero,
    .landlord-service-action-card,
    .landlord-service-detail-card,
    .landlord-service-fees-card,
    .landlord-service-related-card,
    .landlord-service-contact-card,
    .landlord-service-choice-btn,
    .landlord-service-btn,
    .landlord-service-price-table-wrap,
    .landlord-service-related-grid a,
    .landlord-service-submit-button {
        transition: none;
    }
}
