/* Landlord Compliance page */

.lc-hero {
    background: var(--bg);
    padding: 64px 0;
}

.lc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: center;
    gap: 40px;
}

.lc-hero-copy {
    max-width: 720px;
}

.lc-hero-eyebrow,
.lc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.lc-hero-eyebrow svg {
    display: none;
}

.lc-hero-h1 {
    color: #fff;
    font-size: clamp(38px, 5vw, 54px);
    letter-spacing: 0;
    line-height: .98;
    margin: 0 0 22px;
}

.lc-gradient {
    background: linear-gradient(90deg, #007BFF, #00D4FF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lc-hero-body {
    max-width: 620px;
}

.lc-hero-body p,
.lc-hero-tagline {
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 22px;
}

.lc-hero-body p:not(.lc-hero-tagline):not(.lc-hero-warning) {
    display: none;
}

.lc-hero-warning {
    background: var(--card);
    border: 1px solid rgba(0,123,255,.32);
    border-radius: 8px;
    color: rgba(255,255,255,.66) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin-bottom: 28px !important;
    padding: 20px;
}

.lc-hero-media {
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,123,255,.42), 0 0 60px rgba(0,212,255,.18);
    overflow: hidden;
}

.lc-hero-media img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lc-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-lc-call,
.btn-lc-quote {
    align-items: center;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    line-height: 1;
    min-height: 50px;
    padding: 14px 32px;
    text-decoration: none;
    transition: transform .18s ease, opacity .18s ease;
}

.btn-lc-call {
    background: var(--primary);
    box-shadow: 0 4px 20px rgba(0,123,255,.4);
    color: #fff;
}

.btn-lc-quote {
    background: #ffaa00;
    box-shadow: 0 4px 20px rgba(255,170,0,.28);
    color: #1a1a1a;
}

.btn-lc-call:hover,
.btn-lc-quote:hover {
    color: inherit;
    transform: translateY(-2px);
}

.lc-tab-nav {
    background: var(--card);
    border-bottom: 1px solid var(--border);
    border-top: 1px solid var(--border);
    padding: 24px 0;
    position: sticky;
    top: 0;
    z-index: 90;
}

.lc-tabs-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lc-tab-link {
    align-items: center;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    gap: 12px;
    line-height: 1.25;
    min-height: 58px;
    padding: 12px 16px;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease;
}

.lc-tab-link:hover,
.lc-tab-link.active {
    background: var(--bg);
    border-color: rgba(0,123,255,.6);
    color: #fff;
}

.lc-tab-link svg {
    background: rgba(0,123,255,.1);
    border-radius: 6px;
    color: var(--primary);
    flex: 0 0 36px;
    height: 36px;
    padding: 8px;
    width: 36px;
}

.lc-section,
.lc-bundle-section,
.lc-accred-section {
    padding: 64px 0;
}

.lc-section-odd,
.lc-bundle-section {
    background: var(--bg);
}

.lc-section-even,
.lc-accred-section {
    background: var(--card);
}

.lc-section .container-xl > .row {
    margin-bottom: 48px;
}

.lc-section .container-xl > .row:last-child {
    margin-bottom: 0;
}

.lc-img-wrap {
    border-radius: 10px;
    height: auto;
    min-height: 0;
    overflow: hidden;
}

.lc-img-wrap img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lc-h2 {
    color: #fff;
    font-size: clamp(30px, 3vw, 38px);
    letter-spacing: 0;
    line-height: 1.16;
    margin: 0 0 20px;
}

.lc-lead {
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.72;
    margin: 0 0 24px;
}

.lc-lead strong {
    color: #fff;
    font-weight: 700;
}

.lc-box,
.lc-needs-box,
.lc-warning-box {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.lc-box-title,
.lc-delivers-label,
.lc-needs-title,
.lc-warning-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 16px;
    text-transform: none;
}

.lc-std-item,
.lc-inspect-item {
    align-items: flex-start;
    border: 0;
    color: rgba(255,255,255,.65);
    display: grid;
    font-size: 14px;
    gap: 10px;
    grid-template-columns: 20px 1fr;
    line-height: 1.55;
    padding: 0 0 14px;
}

.lc-std-item svg,
.lc-inspect-item svg,
.lc-check-list svg {
    color: var(--primary);
    height: 18px;
    margin-top: 2px;
    width: 18px;
}

.lc-std-code {
    color: #fff;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 2px;
}

.lc-check-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lc-check-list li {
    align-items: center;
    color: #fff;
    display: grid;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 12px;
    grid-template-columns: 20px 1fr;
}

.lc-steps {
    display: grid;
    gap: 12px;
    margin: 0 0 28px;
}

.lc-step {
    align-items: flex-start;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 12px;
    grid-template-columns: 28px 1fr;
    padding: 0;
}

.lc-step-num {
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.lc-step-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 2px;
}

.lc-step-desc,
.lc-needs-body,
.lc-warning-box p {
    color: rgba(255,255,255,.65);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.lc-warning-box {
    margin-top: 32px;
}

.lc-warning-title {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 8px;
}

.lc-warning-box strong {
    color: #fff;
}

.lc-table-wrap {
    border: 1px solid var(--border);
    border-radius: 8px;
    margin: 40px auto 0;
    max-width: 900px;
    overflow-x: auto;
}

.lc-table {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

.lc-table thead {
    background: var(--card);
}

.lc-table th,
.lc-table td {
    border-bottom: 1px solid var(--border);
    font-size: 13px;
    line-height: 1.45;
    padding: 16px 20px;
    text-align: left;
}

.lc-table th {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.lc-table td {
    color: rgba(255,255,255,.66);
}

.lc-table tr:last-child td {
    border-bottom: 0;
}

.lc-table td:first-child {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    white-space: nowrap;
}

.lc-doc-pill {
    background: transparent;
    border: 0;
    color: rgba(255,255,255,.66);
    padding: 0;
    white-space: normal;
}

.lc-bundle-section h2,
.lc-accred-section h2 {
    color: #fff;
    font-size: clamp(28px, 3vw, 38px);
    letter-spacing: 0;
    line-height: 1.2;
}

.lc-accred-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-top: 40px;
}

.lc-accred-logos img {
    height: 50px;
    object-fit: contain;
    width: auto;
}

.lc-legal-badge {
    display: none;
}

.lc-cta-banner {
    background: var(--primary);
    padding: 48px 0;
}

.lc-cta-banner .container-xl {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.lc-cta-top {
    flex: 0 1 70%;
    margin: 0;
    text-align: left;
}

.lc-cta-top::before {
    background: var(--emergency);
    border-radius: 999px;
    color: #fff;
    content: "Stay Legal - Stay Insured";
    display: inline-flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
    padding: 7px 18px;
}

.lc-cta-top h2 {
    color: #fff;
    font-size: clamp(24px, 3vw, 32px);
    letter-spacing: 0;
    margin: 0 0 8px;
}

.lc-cta-top p {
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.lc-cta-blocks {
    display: grid;
    flex: 0 0 30%;
    gap: 16px;
    max-width: 440px;
    width: 100%;
}

.lc-cta-block {
    border: 0;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.lc-cta-block:first-child {
    background: var(--emergency);
}

.lc-cta-block:last-child {
    background: var(--whatsapp);
}

.lc-cta-block-label {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: none;
}

.lc-cta-block-nums {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.lc-cta-block-nums a {
    align-items: center;
    background: rgba(255,255,255,.22);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    gap: 6px;
    justify-content: center;
    padding: 8px 16px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .lc-hero {
        padding: 48px 0;
    }

    .lc-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .lc-hero-copy,
    .lc-hero-body {
        margin-left: auto;
        margin-right: auto;
    }

    .lc-hero-btns {
        justify-content: center;
    }

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

    .lc-cta-banner .container-xl {
        flex-direction: column;
        text-align: center;
    }

    .lc-cta-top {
        text-align: center;
    }

    .lc-cta-blocks {
        max-width: 560px;
    }
}

@media (max-width: 575px) {
    .lc-hero-h1 {
        font-size: 34px;
    }

    .lc-hero-body p,
    .lc-hero-tagline {
        font-size: 15px;
    }

    .btn-lc-call,
    .btn-lc-quote {
        flex: 1 1 0;
        font-size: 13px;
        min-width: 0;
        padding: 13px 10px;
    }

    .lc-tab-nav {
        padding: 14px 0;
    }

    .lc-tabs-grid {
        gap: 8px;
    }

    .lc-tab-link {
        align-items: flex-start;
        font-size: 11px;
        gap: 8px;
        min-height: 64px;
        padding: 10px;
    }

    .lc-tab-link svg {
        flex-basis: 28px;
        height: 28px;
        padding: 6px;
        width: 28px;
    }

    .lc-section,
    .lc-bundle-section,
    .lc-accred-section {
        padding: 48px 0;
    }

    .lc-cta-block-nums {
        flex-wrap: wrap;
    }
}
/* ============================================================
   6. ACCREDITATIONS
   ============================================================ */
.svc-accred-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.svc-accred-logos img {
    height: 52px;
    width: auto;
    object-fit: contain;
    transition: transform 0.25s;
    filter: brightness(0.9);
}

.svc-accred-logos img:hover {
    transform: scale(1.08);
    filter: brightness(1);
}

@media (min-width: 768px) {
    .svc-accred-logos img { height: 64px; }
}

ul.icon-list {
   list-style: none;
   padding-left: 0;
   margin: 0;
}
ul.icon-list li {
   position: relative;
   padding-left: 28px;
   margin-bottom: 15px;
   color: #c2c2c2;
}
ol li {
   position: relative;
   padding-left: 10px;
   margin-bottom: 15px;
   color: #c2c2c2;
}
ul.icon-list li strong, ol li strong{
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}
/* Custom icon */
ul.icon-list li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 4px;
   width: 16px;
   height: 16px;
   background-image: url("https://demo.havingado.net/powerarc/wp-content/uploads/2026/05/list-icon.png");
   background-size: contain;
   background-repeat: no-repeat;
}
