.descriptive-text {
    margin-bottom: 1rem;
    font-style: italic;
}

/* ==========================
   TRUST / SOCIAL PROOF
   ========================== */
.trust-bar {
    background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 60%, #1d4ed8 100%);
    color: #fff;
    padding: 0.9rem 1rem;
}

.trust-bar__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.55rem;
    max-width: 1100px;
    margin: 0 auto;
}

.trust-bar__left {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.trust-bar__label {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 0.9rem;
    white-space: nowrap;
}

.trust-bar__rating {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 0.95rem;
}

.trust-bar__score {
    font-size: 1.05rem;
}

.trust-bar__count {
    font-weight: 600;
    opacity: 0.9;
}

.trust-bar__link {
    display: none;
}

.trust-bar__note {
    margin: 0;
    font-style: italic;
    font-size: 0.92rem;
}

.trust-bar__note a {
    color: #0b1224;
    text-decoration: underline;
    font-weight: 700;
}

/* Shared band styling */
.services-mini-strip,
.trust-cta-band,
.proof-strip,
.cta-strip {
    background: linear-gradient(90deg, #0f172a 0%, #1f2937 60%, #0f172a 100%);
    color: #e5e7eb;
}

.services-mini-strip__inner,
.proof-strip__inner,
.cta-strip__inner {
    max-width: 1100px;
    margin: 0 auto;
}

/* Proof & CTA strips */
.proof-strip__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.75rem;
    padding: 1.1rem 1.25rem;
}

.cta-strip,
.proof-strip {
    margin-top: -1px;
}

.proof-strip__item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 0.85rem 0.9rem;
    display: grid;
    gap: 0.25rem;
}

.proof-strip__label {
    font-size: 0.9rem;
    color: #cbd5e1;
}

.proof-strip__value {
    font-weight: 800;
    font-size: 1.05rem;
}

.cta-strip__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1.35rem 1.25rem;
}

.cta-strip__content h3 {
    margin: 0 0 0.35rem;
}

.cta-strip__content p {
    margin: 0;
    color: #cbd5e1;
}

.cta-strip__action {
    display: grid;
    gap: 0.35rem;
    align-content: center;
}

.cta-strip__note {
    margin: 0;
    font-size: 0.95rem;
    color: #cbd5e1;
}

.cta-strip__note a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}

.property-manager-bar {
    background: #bfdbfe;
    color: #0f172a;
    margin-top: -1px;
}

.property-manager-bar__link {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    max-width: 1100px;
    min-height: 58px;
    margin: 0 auto;
    padding: 0.9rem 1.25rem;
    color: inherit;
    text-decoration: none;
}

.property-manager-bar__copy {
    display: grid;
    gap: 0.18rem;
    line-height: 1.25;
}

.property-manager-bar__heading {
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-transform: uppercase;
}

.property-manager-bar__text {
    color: #0f172a;
    font-weight: 800;
    line-height: 1.28;
}

.property-manager-bar__arrow {
    width: 1.65rem;
    height: 1.65rem;
    color: #0f172a;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.25;
    transition: transform 0.18s ease;
}

.property-manager-bar__link:hover .property-manager-bar__arrow,
.property-manager-bar__link:focus-visible .property-manager-bar__arrow {
    transform: translateX(3px);
}

.home-review-carousel-section.review-carousel-section {
    margin-top: 0;
    margin-bottom: 0;
}

.trust-feature {
    background: #0f172a;
    color: #e5e7eb;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-feature__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr;
}

.trust-feature__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: rgba(255, 255, 255, 0.06);
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    width: fit-content;
}

.trust-feature__stars {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
}

.trust-feature__label {
    font-weight: 800;
    margin: 0;
}

.trust-feature__sub {
    margin: 0;
    color: #cbd5e1;
    font-size: 0.95rem;
}

.trust-feature__copy {
    font-size: 1rem;
    max-width: 760px;
}

.trust-feature__note {
    margin: 0;
    font-style: italic;
}

.trust-feature__note a {
    color: #fbbf24;
    text-decoration: underline;
    font-weight: 700;
}

.hero-review-badge {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.45rem;
    background: rgba(15, 23, 42, 0.7);
    padding: 0.68rem 0.85rem;
    border-radius: 12px;
    margin: 0 auto 1rem;
    width: fit-content;
    backdrop-filter: blur(4px);
}

.hero-review-badge__stars {
    letter-spacing: 0.06em;
    font-size: 1.1rem;
}

.hero-review-badge__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.hero-review-badge__score {
    font-weight: 800;
}

.hero-review-badge__count {
    font-size: 0.95rem;
    color: #dbeafe;
}

.hero-review-badge__note {
    grid-column: 1 / -1;
    font-style: italic;
    font-size: 0.95rem;
}

.hero-review-badge__note a {
    color: inherit;
    text-decoration: underline;
    font-weight: 700;
}

@media (min-width: 768px) {
    .hero-review-badge {
        grid-template-columns: auto 1fr auto;
        gap: 0.6rem;
    }

    .hero-review-badge__stars {
        transform: translateX(-4px);
    }

    .hero-review-badge__note {
        grid-column: 3 / 4;
        text-align: right;
        transform: translateX(4px);
        font-size: 0.96rem;
    }

    .hero-review-badge__text {
        align-items: flex-start;
    }
}

.trust-bar--slim {
    padding: 0.8rem 1rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 720px) {
    .trust-bar__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .trust-bar__left {
        justify-content: center;
    }

    .trust-bar__link {
        width: 100%;
    }

    .trust-feature__inner {
        gap: 0.75rem;
    }

    .trust-feature__badge {
        width: 100%;
        justify-content: center;
    }

    .trust-feature__cta {
        justify-content: center;
    }

    .hero-review-badge {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        width: 100%;
        max-width: 420px;
    }
}

@media (min-width: 768px) {
    .hero-review-badge {
        grid-template-columns: auto 1fr auto;
        gap: 0.6rem;
    }

    .hero-review-badge__stars {
        transform: translateX(-4px);
    }

    .hero-review-badge__note {
        grid-column: 3 / 4;
        text-align: right;
        transform: translateX(4px);
        font-size: 0.96rem;
    }

    .hero-review-badge__text {
        align-items: flex-start;
    }

    .proof-strip__inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cta-strip__inner {
        grid-template-columns: 1fr auto;
        align-items: center;
    }
}

/* Combined trust + CTA band */
.trust-cta-band {
    background: linear-gradient(90deg, #0f172a 0%, #1f2937 60%, #0f172a 100%);
    color: #e5e7eb;
    padding: 0.4rem 0 0.5rem;
}

.trust-cta-band__inner {
    display: grid;
    gap: 0;
}

.trust-cta-band .cta-strip__inner {
    border-top: none;
    padding-top: 1.15rem;
}

/* Mini services strip */
.services-mini-strip {
    background: #e0f2fe;
    color: #0f172a;
    border-bottom: 1px solid #cbd5e1;
}

.services-mini-strip__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-auto-flow: column;
    gap: 0.45rem;
    padding: 0.45rem 1rem;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    position: relative;
}

.services-mini-strip__btn {
    background: linear-gradient(135deg, #0f172a, #1f2937);
    color: #f8fafc;
    text-decoration: none;
    padding: 0.42rem 0.9rem;
    border-radius: 999px;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.services-mini-strip__btn:hover,
.services-mini-strip__btn:focus-visible {
    background: linear-gradient(135deg, #1b2a45, #243554);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
}

@media (max-width: 720px) {
    .services-mini-strip__inner {
        grid-auto-flow: column;
        grid-auto-columns: 80%;
        scroll-snap-type: x mandatory;
    }

    .services-mini-strip__btn {
        width: 100%;
        justify-content: center;
        text-align: center;
        scroll-snap-align: start;
    }
}

.services-mini-strip__controls {
    position: relative;
}

.services-mini-strip__arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #1f2937;
    background: #f8fafc;
    color: #0f172a;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.16);
}

.services-mini-strip__arrow:hover,
.services-mini-strip__arrow:focus-visible {
    background: #e2e8f0;
}

.services-mini-strip__arrow--left { left: 8px; }
.services-mini-strip__arrow--right { right: 8px; }

@media (max-width: 720px) {
    .services-mini-strip__arrow {
        display: flex;
    }
}

/* ==========================
   SERVICE SPOTLIGHT
   ========================== */
.service-spotlights {
    max-width: 1100px;
    margin: 0 auto;
}

.service-spotlights__intro {
    text-align: center;
    margin-bottom: 1.25rem;
}

.service-spotlights__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #075985;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.service-spotlights__sub {
    color: #475569;
    margin: 0.35rem 0 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.service-spotlights__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 1.25rem;
}

.service-spotlight {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-spotlight:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
    border-color: #94a3b8;
}

.service-spotlight__image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #0f172a;
}

.service-spotlight__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms ease;
}

.service-spotlight:hover .service-spotlight__image img {
    transform: scale(1.03);
}

.service-spotlight__body {
    position: relative;
    padding: 1rem 1.2rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
}

.service-spotlight__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.6rem;
    border-radius: 10px;
    background: rgb(224, 242, 254);
    color: #0f172a;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.01em;
    width: fit-content;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.service-spotlight h3 {
    margin: 0.2rem 0 0;
}

.service-spotlight__body p {
    margin: 0;
    color: #475569;
    line-height: 1.5;
}

.service-spotlight__cta {
    margin-top: auto;
    padding-top: 0.6rem;
    align-self: flex-start;
}

.service-spotlight__cta a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    color: #f8fafc;
    text-decoration: none;
    padding: 0.6rem 0.85rem;
    border-radius: 10px;
    border: 1px solid #1f2937;
    background: linear-gradient(135deg, #0f172a, #1f2937);
    transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease, border-color 140ms ease;
}

.service-spotlight__cta a::after {
    content: "→";
    font-size: 0.95rem;
}

.service-spotlight__cta a:hover,
.service-spotlight__cta a:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
    border-color: #0ea5e9;
}

.service-spotlights__footer {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}

.service-spotlights__cta-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1.2rem;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #0f172a;
    background: linear-gradient(120deg, #cde8f6, #a9d5ee);
    border: none;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.16);
    width: 100%;
    text-align: center;
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.service-spotlights__cta-main:hover,
.service-spotlights__cta-main:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.2);
}

@media (max-width: 960px) {
    .service-spotlights__grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}

@media (max-width: 640px) {
    .service-spotlights__grid {
        grid-template-columns: 1fr;
    }

    .service-spotlight__body {
        padding: 0.9rem 1rem 1.1rem;
    }
}

/* ==========================
   SERVICE LIST
   ========================== */
#detailed-services-list {
    text-align: center;
}

.service-list {
    list-style: disc inside;
    margin-top: 1rem;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.service-list li {
    margin-bottom: 0.5rem;
}

.service-area {
    margin-top: 1rem;
}
