.main-header {
    background: #fff;
}

/* Property marketplace */
.listing-marketplace {
    padding: 32px 0 64px;
    background: #f7f8fa;
}

.listing-marketplace .auto-container {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
}

.listing-marketplace-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 18px;
}

.listing-marketplace-heading > div {
    min-width: 0;
}

.listing-marketplace-heading h1 {
    margin: 4px 0 6px;
    color: #101828;
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: 0;
}

.listing-marketplace-heading p {
    max-width: 650px;
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.listing-heading-action {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 17px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    background: #fff;
    color: #101828;
    font-size: 14px;
    font-weight: 700;
}

.listing-heading-action:hover {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}

.marketplace-filter {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 8px 10px;
    overflow: visible;
    border: 1px solid #f2dfe9;
    border-radius: 8px;
    background: #fff6fa;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
}

.marketplace-search {
    position: relative;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) 42px;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    border: 1px solid #dfe3e8;
    border-radius: 8px;
    background: #fff;
}

.marketplace-search > i {
    margin-left: 12px;
    color: #667085;
    font-size: 14px;
}

.marketplace-search input {
    min-width: 0;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 9px;
    border: 0;
    background: transparent;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    outline: 0;
}

.marketplace-search input::placeholder {
    color: #98a2b3;
}

.marketplace-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 4px;
    border: 0;
    border-radius: 8px;
    background: #9d239d;
    color: #fff;
    cursor: pointer;
}

.marketplace-search:focus-within {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(157, 35, 157, 0.08);
}

.marketplace-active-filters {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    overflow-x: auto;
    scrollbar-width: none;
}

.marketplace-active-filters::-webkit-scrollbar,
.marketplace-filter-scroll::-webkit-scrollbar {
    display: none;
}

.marketplace-filter-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 26px;
    padding: 0 8px;
    border: 1px solid #f1d9e6;
    border-radius: 6px;
    background: #fff;
    color: #344054;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.marketplace-filter-chip span {
    color: #9d239d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.marketplace-filter-chip:hover {
    border-color: rgba(157, 35, 157, 0.3);
    background: rgba(157, 35, 157, 0.11);
    color: #101828;
}

.marketplace-clear-all {
    flex: 0 0 auto;
    padding: 4px;
    color: #b42318;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.marketplace-clear-all:hover {
    color: #7a271a;
}

.marketplace-filter-row {
    display: block;
    align-items: center;
    gap: 10px;
    margin-top: 7px;
    padding-bottom: 0;
    overflow: visible;
}

.marketplace-filter-scroll {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
    overflow: visible;
    scrollbar-width: none;
}

.marketplace-filter-menu {
    position: relative;
    flex: 0 0 auto;
    width: 165px;
    margin: 0;
}

.marketplace-filter-menu[open] {
    z-index: 90;
}

.marketplace-filter-menu:nth-child(2) {
    width: 160px;
}

.marketplace-filter-menu:nth-child(3) {
    width: 130px;
}

.marketplace-filter-menu:nth-child(4) {
    width: 165px;
}

.marketplace-filter-menu:nth-child(5) {
    width: 205px;
}

.marketplace-filter-menu summary {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 38px;
    padding: 0 11px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    color: #1d2939;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.marketplace-filter-menu summary::-webkit-details-marker {
    display: none;
}

.marketplace-filter-menu summary::after {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: -4px 1px 0 auto;
    border-right: 2px solid #667085;
    border-bottom: 2px solid #667085;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.marketplace-filter-menu summary i {
    flex: 0 0 auto;
    color: #475467;
    font-size: 14px;
}

.marketplace-filter-menu summary span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace-filter-menu summary:hover {
    border-color: #c9a4c6;
    box-shadow: 0 3px 10px rgba(16, 24, 40, 0.06);
}

.marketplace-filter-menu.active summary {
    border-color: #d6a3cf;
    background: #fff;
    color: #7f1d7f;
}

.marketplace-filter-menu[open] summary {
    border-color: #9d239d;
    background: #9d239d;
    color: #fff;
    box-shadow: 0 5px 14px rgba(157, 35, 157, 0.2);
}

.marketplace-filter-menu[open] summary i {
    color: #fff;
}

.marketplace-filter-menu[open] summary::after {
    margin-top: 3px;
    border-color: #fff;
    transform: rotate(225deg);
}

.marketplace-filter-popover {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 80;
    width: 280px;
    padding: 18px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16, 24, 40, 0.16);
    box-sizing: border-box;
}

.marketplace-filter-popover > strong {
    display: block;
    margin-bottom: 12px;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.marketplace-sort-popover {
    right: 0;
    left: auto;
}

.marketplace-option-list {
    max-height: 270px;
    overflow-y: auto;
}

.marketplace-option {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    margin: 0;
    padding: 5px 6px;
    border-radius: 5px;
    color: #344054;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.marketplace-option:hover {
    background: #f9f5f8;
    color: #7f1d7f;
}

.marketplace-option input {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #9d239d;
}

.marketplace-price-menu .marketplace-filter-popover {
    width: 330px;
}

.marketplace-price-inputs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.marketplace-price-inputs label {
    margin: 0;
}

.marketplace-price-inputs span {
    display: block;
    margin-bottom: 5px;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.marketplace-price-inputs input {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    outline: 0;
    box-sizing: border-box;
}

.marketplace-price-inputs input:focus {
    border-color: #9d239d;
    box-shadow: 0 0 0 3px rgba(157, 35, 157, 0.08);
}

.marketplace-price-presets {
    display: grid;
    gap: 4px;
}

.marketplace-price-presets button {
    width: 100%;
    min-height: 38px;
    padding: 6px 8px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #344054;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.marketplace-price-presets button:hover {
    background: #f9f5f8;
    color: #7f1d7f;
}

.marketplace-filter-control {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    color: #1d2939;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    box-sizing: border-box;
}

.marketplace-filter-control.active {
    border-color: #d6a3cf;
    background: #fff;
    color: #7f1d7f;
}

.marketplace-filter-control:hover,
.marketplace-filter-control:focus-within {
    border-color: #c9a4c6;
    box-shadow: 0 3px 10px rgba(16, 24, 40, 0.06);
}

.marketplace-filter-control i {
    flex: 0 0 auto;
    color: #475467;
    font-size: 17px;
}

.marketplace-filter-control.active i {
    color: var(--brand-primary);
}

.marketplace-filter-control:not(.marketplace-number-control)::after {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: -4px 2px 0 0;
    border-right: 2px solid #667085;
    border-bottom: 2px solid #667085;
    transform: rotate(45deg);
    pointer-events: none;
}

.marketplace-filter-control.active:not(.marketplace-number-control)::after {
    border-color: var(--brand-primary);
}

.marketplace-filter-control select,
.marketplace-filter-control input {
    height: 44px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #1d2939;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
}

.marketplace-filter-control select {
    flex: 1 1 auto;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-transform: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: none !important;
    cursor: pointer;
}

.marketplace-number-control span {
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.marketplace-number-control input {
    width: 105px;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.marketplace-number-control input::-webkit-inner-spin-button,
.marketplace-number-control input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.marketplace-number-control input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.marketplace-filter-control:nth-child(1) {
    width: 205px;
}

.marketplace-filter-control:nth-child(2) {
    width: 185px;
}

.marketplace-filter-control:nth-child(3),
.marketplace-filter-control:nth-child(4) {
    width: 175px;
}

.marketplace-filter-control:nth-child(5) {
    width: 205px;
}

.marketplace-filter-control:nth-child(6) {
    width: 220px;
}

.marketplace-apply,
.marketplace-clear {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 48px;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.marketplace-apply {
    position: static;
    padding: 0 18px;
    border: 1px solid var(--brand-primary);
    background: #9d239d;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
}

.marketplace-apply:hover {
    background: #7f1d7f;
    border-color: #7f1d7f;
    transform: translateY(-1px);
}

.marketplace-clear {
    padding: 0 10px;
    color: #b42318;
}

.marketplace-results-bar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 2px 13px;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.marketplace-results-bar p {
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
}

.marketplace-results-bar strong {
    color: #101828;
    font-size: 16px;
}

.land-card-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.land-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.land-card:hover {
    transform: translateY(-3px);
    border-color: #d0d5dd;
    box-shadow: 0 14px 32px rgba(16, 24, 40, 0.12);
}

.land-card-media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eaecf0;
}

.land-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.land-card-media img.is-fallback {
    padding: 34px 22px;
    background: #f8f9fb;
    object-fit: contain;
}

.land-card:hover .land-card-media img {
    transform: none;
}

.land-card-status,
.land-card-section {
    position: absolute;
    top: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.land-card-status {
    left: 12px;
    background: #157f68;
    color: #fff;
}

.land-card-section {
    right: 12px;
    background: rgba(17, 24, 39, 0.9);
    color: #fff;
}

.land-card-body {
    display: flex;
    flex-direction: column;
    min-height: 310px;
    padding: 17px;
}

.land-card-location {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    margin: 0 0 7px;
    overflow: hidden;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.land-card-location i {
    color: #ed8f15;
}

.land-card h2 {
    min-height: 48px;
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
}

.land-card h2 a {
    color: #101828;
}

.land-card h2 a:hover {
    color: var(--brand-primary);
}

.land-card-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 11px;
}

.land-card-price span {
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}

.land-card-price strong {
    color: var(--brand-primary);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 27px;
}

.land-card-summary {
    display: -webkit-box;
    min-height: 40px;
    margin: 0 0 13px;
    overflow: hidden;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.land-card-facts {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 28px;
    padding-top: 10px;
    border-top: 1px solid #eaecf0;
    color: #475467;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.land-card-facts span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
}

.land-card-facts i {
    color: #667085;
}

.land-card-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
}

.land-card-primary,
.land-card-visit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.land-card-primary {
    background: #111827;
    color: #fff;
}

.land-card-primary:hover {
    background: var(--brand-primary);
    color: #fff;
}

.land-card-visit {
    border: 1px solid #d0d5dd;
    background: #fff;
    color: var(--brand-primary);
}

.land-card-visit:hover {
    border-color: #ed8f15;
    background: #fff7e8;
    color: #b66b08;
}

.marketplace-pagination {
    margin-top: 30px;
}

.marketplace-empty {
    padding: 64px 24px;
    border: 1px solid #e4e7ec;
    background: #fff;
    text-align: center;
}

.marketplace-empty > i {
    color: #98a2b3;
    font-size: 28px;
}

.marketplace-empty h2 {
    margin: 15px 0 5px;
    color: #101828;
    font-size: 23px;
    letter-spacing: 0;
}

.marketplace-empty p {
    margin-bottom: 16px;
    color: #667085;
}

.marketplace-empty a {
    color: var(--brand-primary);
    font-weight: 700;
}

@media (max-width: 1199px) {
    .land-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .listing-marketplace-heading {
        align-items: flex-start;
    }

    .listing-marketplace-heading h1 {
        font-size: 34px;
    }

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

@media (max-width: 767px) {
    .listing-marketplace {
        padding: 30px 0 52px;
    }

    .listing-marketplace-heading {
        display: block;
        margin-bottom: 19px;
    }

    .listing-marketplace-heading h1 {
        font-size: 30px;
    }

    .listing-heading-action {
        margin-top: 15px;
    }

    .marketplace-filter {
        padding: 8px;
    }

    .marketplace-search {
        grid-template-columns: 20px minmax(0, 1fr) 42px;
    }

    .marketplace-results-bar {
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .listing-marketplace .auto-container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .listing-marketplace-heading p {
        font-size: 14px;
    }

    .marketplace-search input {
        font-size: 13px;
    }

    .marketplace-filter-menu,
    .marketplace-filter-menu:nth-child(n) {
        width: calc(50% - 4px);
    }

    .marketplace-filter-menu:nth-child(even) .marketplace-filter-popover {
        right: 0;
        left: auto;
    }

    .marketplace-filter-popover,
    .marketplace-price-menu .marketplace-filter-popover {
        width: min(280px, calc(100vw - 54px));
    }

    .marketplace-results-bar span {
        display: none;
    }

    .land-card-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .land-card-body {
        min-height: 290px;
    }
}

/* Diaspora center */
.diaspora-page {
    background: #fff;
}

.diaspora-intro {
    padding: 46px 0 34px;
    border-bottom: 1px solid #e4e7ec;
    background: #f7f8fa;
}

.diaspora-intro-inner,
.diaspora-article {
    width: min(100%, 1120px);
    margin: 0 auto;
}

.diaspora-intro h1 {
    max-width: 760px;
    margin: 7px 0 12px;
    color: #101828;
    font-size: 42px;
    line-height: 1.16;
    letter-spacing: 0;
}

.diaspora-intro p {
    max-width: 720px;
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.65;
}

.diaspora-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.diaspora-primary-action,
.diaspora-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 17px;
    border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.diaspora-primary-action {
    border: 1px solid #9d239d;
    background: #9d239d;
    color: #fff;
}

.diaspora-primary-action:hover {
    border-color: #7f1d7f;
    background: #7f1d7f;
    color: #fff;
}

.diaspora-secondary-action {
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #101828;
}

.diaspora-secondary-action:hover {
    border-color: #9d239d;
    color: #9d239d;
}

.diaspora-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 25px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid #dfe3e8;
}

.diaspora-assurances li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #344054;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.diaspora-assurances i {
    color: #ed8f15;
    font-size: 11px;
}

.diaspora-article-section {
    padding: 36px 0 44px;
    background: #fff;
}

.diaspora-story {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 34px;
    margin-bottom: 38px;
}

.diaspora-story-copy h2,
.diaspora-benefits h2 {
    margin: 6px 0 12px;
    color: #101828;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0;
}

.diaspora-story-copy p {
    margin: 0 0 18px;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.diaspora-story-copy a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.diaspora-story-copy a:hover {
    border-color: #9d239d;
    color: #9d239d;
}

.diaspora-story-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.diaspora-story-media img {
    display: block;
    width: 100%;
    height: 270px;
    border-radius: 6px;
    object-fit: cover;
}

.diaspora-benefits {
    margin-bottom: 38px;
    padding: 28px 0 32px;
    border-top: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
}

.diaspora-benefits ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0 0;
}

.diaspora-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 62px;
    padding: 13px 14px;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #f9fafb;
    color: #344054;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.diaspora-benefits li i {
    display: inline-flex;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border-radius: 50%;
    background: #f7eaf5;
    color: #8b238b;
    font-size: 10px;
}

.diaspora-feature-image {
    margin: 0 0 30px;
}

.diaspora-feature-image img {
    display: block;
    width: 100%;
    max-height: 520px;
    border-radius: 6px;
    object-fit: cover;
}

.diaspora-process {
    margin: 0 0 38px;
    padding: 28px 0 30px;
    border-top: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
}

.diaspora-process > h2 {
    margin: 5px 0 20px;
    color: #101828;
    font-size: 27px;
    letter-spacing: 0;
}

.diaspora-process ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.diaspora-process li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    min-height: 128px;
    padding: 15px;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #f9fafb;
    box-sizing: border-box;
}

.diaspora-process li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #111827;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
}

.diaspora-process h3 {
    margin: 2px 0 4px;
    color: #101828;
    font-size: 17px;
    letter-spacing: 0;
}

.diaspora-process p {
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.diaspora-rich-content,
.diaspora-empty-content {
    color: #475467;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 1.78;
}

.diaspora-rich-content * {
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
}

.diaspora-rich-content p {
    margin: 0 0 17px !important;
    color: #475467;
    font-size: 16px !important;
    line-height: 1.78 !important;
}

.diaspora-rich-content p:empty {
    display: none;
}

.diaspora-rich-content h1,
.diaspora-rich-content h2,
.diaspora-rich-content h3,
.diaspora-empty-content h2 {
    margin: 32px 0 12px !important;
    color: #101828;
    line-height: 1.25 !important;
    letter-spacing: 0;
}

.diaspora-rich-content h1 {
    font-size: 29px !important;
}

.diaspora-rich-content h2,
.diaspora-empty-content h2 {
    font-size: 25px !important;
}

.diaspora-rich-content h3 {
    font-size: 20px !important;
}

.diaspora-rich-content ul,
.diaspora-rich-content ol {
    margin: 7px 0 24px !important;
    padding-left: 23px !important;
}

.diaspora-rich-content li {
    margin-bottom: 9px;
    color: #475467;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.diaspora-rich-content li::marker {
    color: #9d239d;
}

.diaspora-benefit-section {
    margin: 30px 0 36px;
    padding: 27px 0 30px;
    border-top: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
}

.diaspora-benefit-section > h2 {
    margin: 0 0 18px !important;
    color: #101828;
    font-size: 25px !important;
}

.diaspora-benefit-section ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.diaspora-benefit-section ol li {
    position: relative;
    min-height: 64px;
    margin: 0;
    padding: 13px 14px 13px 42px;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #f9fafb;
    color: #344054;
    font-size: 14px !important;
    line-height: 1.55 !important;
    box-sizing: border-box;
}

.diaspora-benefit-section ol li::before {
    content: "\2713";
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f7eaf5;
    color: #8b238b;
    font-size: 11px;
    font-weight: 800;
}

.diaspora-rich-content img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 420px;
    margin: 24px auto !important;
    border-radius: 6px;
    object-fit: contain;
}

.diaspora-legacy-gallery {
    display: flex !important;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 12px;
    width: min(100%, 760px);
    margin: 24px auto 30px;
}

.diaspora-legacy-gallery img {
    flex: 1 1 0;
    width: calc(50% - 6px) !important;
    min-width: 0;
    height: 220px !important;
    margin: 0 !important;
    border-radius: 6px;
    object-fit: cover;
}

.diaspora-rich-content p:has(img + img) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0 !important;
}

.diaspora-rich-content p:has(img + img) > span,
.diaspora-rich-content p:has(img + img) > span > span {
    display: contents;
}

.diaspora-rich-content p:has(img + img) img {
    width: 100% !important;
    height: 340px !important;
    margin: 0 !important;
    object-fit: cover;
}

.diaspora-rich-content table {
    display: block;
    width: 100% !important;
    margin: 22px 0;
    overflow-x: auto;
    border-collapse: collapse;
}

.diaspora-rich-content a {
    color: #9d239d;
    text-decoration: underline;
}

.diaspora-managed-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.diaspora-managed-gallery img {
    width: 100%;
    height: 230px;
    border-radius: 6px;
    object-fit: cover;
}

.diaspora-contact-band {
    padding: 28px 0;
    background: #111827;
}

.diaspora-contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(100%, 900px);
    margin: 0 auto;
}

.diaspora-contact-inner span {
    color: #f4a024;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.diaspora-contact-inner h2 {
    margin: 4px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
}

.diaspora-contact-inner > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 6px;
    background: #f4a024;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .diaspora-intro {
        padding: 32px 0 26px;
    }

    .diaspora-intro h1 {
        font-size: 32px;
    }

    .diaspora-intro p,
    .diaspora-rich-content p,
    .diaspora-rich-content li {
        font-size: 15px !important;
    }

    .diaspora-assurances {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .diaspora-article-section {
        padding: 32px 0 38px;
    }

    .diaspora-story {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }

    .diaspora-benefits ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .diaspora-contact-inner {
        display: block;
    }

    .diaspora-contact-inner > a {
        margin-top: 16px;
    }

    .diaspora-managed-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .diaspora-process ol {
        grid-template-columns: minmax(0, 1fr);
    }

    .diaspora-benefit-section ol {
        grid-template-columns: minmax(0, 1fr);
    }

    .diaspora-process li {
        min-height: 0;
    }
}

@media (max-width: 480px) {
    .diaspora-intro-actions a {
        width: 100%;
    }

    .diaspora-assurances {
        grid-template-columns: minmax(0, 1fr);
    }

    .diaspora-story-media,
    .diaspora-benefits ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .diaspora-story-media img {
        height: 220px;
    }

    .diaspora-contact-inner h2 {
        font-size: 21px;
    }

    .diaspora-rich-content p:has(img + img) {
        grid-template-columns: minmax(0, 1fr);
    }

    .diaspora-rich-content p:has(img + img) img {
        height: auto !important;
    }

    .diaspora-legacy-gallery {
        display: block !important;
    }

    .diaspora-legacy-gallery img {
        width: 100% !important;
        height: 220px !important;
        margin-bottom: 10px !important;
    }

    .diaspora-managed-gallery {
        grid-template-columns: minmax(0, 1fr);
    }

    .diaspora-managed-gallery img {
        height: auto;
    }
}

/* Diaspora center redesign */
.diaspora-page {
    --diaspora-ink: #111827;
    --diaspora-muted: #667085;
    --diaspora-line: #e4e7ec;
    --diaspora-purple: #982798;
    --diaspora-orange: #f4a024;
    overflow: hidden;
    background: #fff;
    color: var(--diaspora-ink);
    font-family: Arial, Helvetica, sans-serif;
}

.diaspora-page h1,
.diaspora-page h2,
.diaspora-page h3,
.diaspora-page p,
.diaspora-page ul,
.diaspora-page figure {
    margin-top: 0;
}

.diaspora-page p,
.diaspora-page li,
.diaspora-page a,
.diaspora-page button,
.diaspora-page input,
.diaspora-page select,
.diaspora-page label,
.diaspora-page summary,
.diaspora-page figcaption {
    font-family: Arial, Helvetica, sans-serif;
}

.diaspora-page h1,
.diaspora-page h2,
.diaspora-page h3 {
    color: var(--diaspora-ink);
    letter-spacing: 0;
}

.diaspora-kicker {
    display: block;
    color: var(--diaspora-orange);
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
}

.diaspora-hero {
    position: relative;
    display: flex;
    min-height: 510px;
    align-items: center;
    padding: 62px 0;
    background-color: #0a2523;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.diaspora-hero::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 15, 20, 0.96) 0%, rgba(7, 15, 20, 0.89) 34%, rgba(7, 15, 20, 0.43) 62%, rgba(7, 15, 20, 0.12) 100%);
    content: "";
}

.diaspora-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: var(--diaspora-purple);
    content: "";
}

.diaspora-hero .auto-container {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.diaspora-hero-content {
    max-width: 650px;
}

.diaspora-hero .diaspora-kicker {
    margin-bottom: 10px;
    color: #ffb64a;
}

.diaspora-hero h1 {
    max-width: 630px;
    margin-bottom: 17px;
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
}

.diaspora-hero-content > p {
    max-width: 600px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.65;
}

.diaspora-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.diaspora-primary-action,
.diaspora-secondary-action {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
}

.diaspora-primary-action {
    border: 1px solid var(--diaspora-purple);
    background: var(--diaspora-purple);
    color: #fff;
}

.diaspora-primary-action:hover {
    border-color: #7c1f7c;
    background: #7c1f7c;
    color: #fff;
}

.diaspora-secondary-action {
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(10, 18, 23, 0.16);
    color: #fff;
}

.diaspora-secondary-action:hover {
    border-color: #fff;
    background: #fff;
    color: var(--diaspora-ink);
}

.diaspora-hero-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
}

.diaspora-hero-contact i {
    color: var(--diaspora-orange);
}

.diaspora-hero-contact a {
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.34);
    color: #fff;
    font-weight: 700;
}

.diaspora-trust-strip {
    padding: 0;
    border-bottom: 1px solid var(--diaspora-line);
    background: #fff;
}

.diaspora-trust-strip ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
}

.diaspora-trust-strip li {
    display: grid;
    min-height: 88px;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 17px 20px;
    border-right: 1px solid var(--diaspora-line);
    color: #344054;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.diaspora-trust-strip li:first-child {
    border-left: 1px solid var(--diaspora-line);
}

.diaspora-trust-strip li i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff1dd;
    color: #c87400;
    font-size: 13px;
}

.diaspora-projects,
.diaspora-process,
.diaspora-proof,
.diaspora-support,
.diaspora-conversion {
    padding: 68px 0;
}

.diaspora-projects {
    background: #f6f7f9;
}

.diaspora-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
}

.diaspora-section-heading > div {
    max-width: 690px;
}

.diaspora-section-heading h2,
.diaspora-process-intro h2,
.diaspora-proof-copy h2,
.diaspora-faqs h2,
.diaspora-inquiry-panel h2 {
    margin: 6px 0 10px;
    font-size: 32px;
    line-height: 1.22;
}

.diaspora-section-heading p,
.diaspora-process-intro p,
.diaspora-proof-copy > p,
.diaspora-faqs > p,
.diaspora-inquiry-panel > p {
    margin-bottom: 0;
    color: var(--diaspora-muted);
    font-size: 15px;
    line-height: 1.7;
}

.diaspora-section-heading > a,
.diaspora-process-intro > a,
.diaspora-proof-copy > a {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    color: var(--diaspora-ink);
    font-size: 13px;
    font-weight: 800;
}

.diaspora-section-heading > a:hover,
.diaspora-process-intro > a:hover,
.diaspora-proof-copy > a:hover {
    border-color: var(--diaspora-purple);
    color: var(--diaspora-purple);
}

.diaspora-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.diaspora-project-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--diaspora-line);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(16, 24, 40, 0.07);
}

.diaspora-project-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid var(--diaspora-line);
    background: #eef1f4;
}

.diaspora-project-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.diaspora-project-image img.is-fallback {
    padding: 30px;
}

.diaspora-project-image > span {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 0 9px;
    border-radius: 4px;
    background: #147d67;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.diaspora-project-body {
    padding: 18px;
}

.diaspora-project-location {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    overflow: hidden;
    color: var(--diaspora-muted);
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.diaspora-project-location i {
    color: #e88609;
}

.diaspora-project-card h3 {
    min-height: 48px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 19px;
    line-height: 24px;
}

.diaspora-project-card h3 a {
    color: var(--diaspora-ink);
}

.diaspora-project-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.diaspora-project-price span {
    color: var(--diaspora-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.diaspora-project-price strong {
    color: var(--diaspora-purple);
    font-size: 21px;
    line-height: 29px;
}

.diaspora-project-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid #eaecf0;
}

.diaspora-project-actions a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    color: var(--diaspora-ink);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.diaspora-project-actions a:last-child {
    border-color: #138447;
    color: #11793f;
}

.diaspora-project-actions a:hover {
    border-color: var(--diaspora-purple);
    color: var(--diaspora-purple);
}

.diaspora-process {
    margin: 0;
    border: 0;
    background: #fff;
}

.diaspora-process-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 70px;
}

.diaspora-process-intro {
    position: sticky;
    top: 145px;
}

.diaspora-process-intro > a {
    margin-top: 22px;
}

.diaspora-process-list {
    position: relative;
    border-top: 1px solid var(--diaspora-line);
}

.diaspora-process-list::before {
    position: absolute;
    top: 33px;
    bottom: 33px;
    left: 20px;
    width: 1px;
    background: #eadced;
    content: "";
}

.diaspora-process-list details {
    border-bottom: 1px solid var(--diaspora-line);
}

.diaspora-process-list summary,
.diaspora-faq-list summary {
    cursor: pointer;
    list-style: none;
}

.diaspora-process-list summary::-webkit-details-marker,
.diaspora-faq-list summary::-webkit-details-marker {
    display: none;
}

.diaspora-process-list summary {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 66px;
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 12px;
    padding: 10px 9px 10px 3px;
    transition: background-color 0.2s ease;
}

.diaspora-process-list summary:hover {
    background: #fbf8fc;
}

.diaspora-process-list summary span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5eaf5;
    color: var(--diaspora-purple);
    font-size: 11px;
    font-weight: 800;
}

.diaspora-process-list summary strong {
    color: var(--diaspora-ink);
    font-size: 15px;
    line-height: 22px;
}

.diaspora-process-list summary i {
    color: #98a2b3;
    font-size: 11px;
    transition: transform 0.2s ease;
}

.diaspora-process-list details[open] summary i {
    transform: rotate(180deg);
}

.diaspora-process-list details[open] summary strong {
    color: var(--diaspora-purple);
}

.diaspora-process-list details[open] summary {
    background: #fbf8fc;
}

.diaspora-process-list details > p {
    position: relative;
    z-index: 1;
    margin: -4px 30px 18px 55px;
    padding-right: 9px;
    color: var(--diaspora-muted);
    font-size: 14px;
    line-height: 1.65;
}

.diaspora-proof {
    background: #151b20;
}

.diaspora-proof-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    align-items: center;
    gap: 52px;
}

.diaspora-proof-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.diaspora-proof-media figure {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #252c32;
}

.diaspora-proof-media img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center 24%;
}

.diaspora-proof-media figcaption {
    padding: 11px 13px;
    color: #d0d5dd;
    font-size: 11px;
    line-height: 17px;
}

.diaspora-proof-copy h2 {
    color: #fff;
}

.diaspora-proof-copy > p {
    color: #b8c0ca;
}

.diaspora-proof-copy ul {
    display: grid;
    gap: 10px;
    margin: 21px 0 23px;
}

.diaspora-proof-copy li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    color: #e4e7ec;
    font-size: 13px;
    line-height: 1.55;
}

.diaspora-proof-copy li i {
    display: inline-flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 50%;
    background: rgba(244, 160, 36, 0.14);
    color: #ffb64a;
    font-size: 8px;
}

.diaspora-proof-copy > a {
    border-color: #59636d;
    color: #fff;
}

.diaspora-support {
    background: #fff;
}

.diaspora-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid var(--diaspora-line);
}

.diaspora-support-grid li {
    display: grid;
    min-height: 112px;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 20px 22px;
    border-right: 1px solid var(--diaspora-line);
    border-bottom: 1px solid var(--diaspora-line);
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.diaspora-support-grid li:nth-child(3n + 1) {
    border-left: 1px solid var(--diaspora-line);
}

.diaspora-support-grid li > i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f5eaf5;
    color: var(--diaspora-purple);
    font-size: 15px;
}

.diaspora-conversion {
    scroll-margin-top: 130px;
    border-top: 1px solid var(--diaspora-line);
    background: #f3f5f7;
}

.diaspora-conversion-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(400px, 0.94fr);
    align-items: start;
    gap: 54px;
}

.diaspora-faqs {
    padding-top: 8px;
}

.diaspora-faqs > p {
    max-width: 620px;
}

.diaspora-faq-list {
    margin-top: 24px;
    border-top: 1px solid #d8dde4;
}

.diaspora-faq-list details {
    border-bottom: 1px solid #d8dde4;
}

.diaspora-faq-list summary {
    display: grid;
    min-height: 61px;
    grid-template-columns: minmax(0, 1fr) 20px;
    align-items: center;
    gap: 12px;
    padding: 11px 2px;
}

.diaspora-faq-list summary strong {
    color: var(--diaspora-ink);
    font-size: 14px;
    line-height: 21px;
}

.diaspora-faq-list summary i {
    color: var(--diaspora-purple);
    font-size: 11px;
    transition: transform 0.2s ease;
}

.diaspora-faq-list details[open] summary i {
    transform: rotate(45deg);
}

.diaspora-faq-list details > p {
    margin: -3px 32px 17px 0;
    color: var(--diaspora-muted);
    font-size: 13px;
    line-height: 1.65;
}

.diaspora-inquiry-panel {
    padding: 28px;
    border: 1px solid #d8dde4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
}

.diaspora-inquiry-panel h2 {
    font-size: 27px;
}

.diaspora-inquiry-form {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.diaspora-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.diaspora-form-field {
    min-width: 0;
}

.diaspora-form-field label {
    display: block;
    margin-bottom: 6px;
    color: #344054;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}

.diaspora-form-field input,
.diaspora-form-field select {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 12px;
    border: 1px solid #cfd5de;
    border-radius: 5px;
    outline: 0;
    background: #fff;
    color: var(--diaspora-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.diaspora-form-field input::placeholder {
    color: #98a2b3;
}

.diaspora-form-field input:focus,
.diaspora-form-field select:focus {
    border-color: var(--diaspora-purple);
    box-shadow: 0 0 0 3px rgba(152, 39, 152, 0.1);
}

.diaspora-form-field .is-invalid {
    border-color: #d92d20;
}

.diaspora-form-field > span {
    display: block;
    margin-top: 5px;
    color: #b42318;
    font-size: 11px;
    line-height: 16px;
}

.diaspora-form-errors {
    padding: 10px 12px;
    border-left: 3px solid #d92d20;
    background: #fef3f2;
    color: #b42318;
    font-size: 12px;
    line-height: 18px;
}

.diaspora-inquiry-form > button {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 2px;
    border: 1px solid var(--diaspora-purple);
    border-radius: 5px;
    background: var(--diaspora-purple);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.diaspora-inquiry-form > button:hover {
    border-color: #7c1f7c;
    background: #7c1f7c;
}

.diaspora-form-note {
    margin-bottom: 0;
    color: #7a8493;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.diaspora-form-note a {
    color: var(--diaspora-purple);
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .diaspora-hero {
        min-height: 490px;
    }

    .diaspora-hero h1 {
        font-size: 45px;
    }

    .diaspora-process-layout {
        gap: 48px;
    }

    .diaspora-conversion-grid {
        gap: 36px;
    }
}

@media (max-width: 991px) {
    .diaspora-hero {
        min-height: 470px;
        background-position: 58% center;
    }

    .diaspora-hero::before {
        background: linear-gradient(90deg, rgba(7, 15, 20, 0.95) 0%, rgba(7, 15, 20, 0.85) 52%, rgba(7, 15, 20, 0.35) 100%);
    }

    .diaspora-trust-strip ul,
    .diaspora-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .diaspora-trust-strip li:nth-child(odd) {
        border-left: 1px solid var(--diaspora-line);
    }

    .diaspora-trust-strip li {
        border-bottom: 1px solid var(--diaspora-line);
    }

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

    .diaspora-project-card:last-child {
        display: none;
    }

    .diaspora-process-layout,
    .diaspora-proof-layout,
    .diaspora-conversion-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .diaspora-process-intro {
        position: static;
        max-width: 660px;
    }

    .diaspora-proof-layout,
    .diaspora-conversion-grid {
        gap: 36px;
    }

    .diaspora-proof-copy {
        max-width: 690px;
    }

    .diaspora-support-grid li:nth-child(n) {
        border-left: 0;
    }

    .diaspora-support-grid li:nth-child(odd) {
        border-left: 1px solid var(--diaspora-line);
    }
}

@media (max-width: 767px) {
    .diaspora-hero {
        min-height: 455px;
        padding: 48px 0;
        background-position: 64% center;
    }

    .diaspora-hero::before {
        background: rgba(7, 15, 20, 0.8);
    }

    .diaspora-hero-content {
        max-width: 570px;
    }

    .diaspora-hero h1 {
        font-size: 37px;
    }

    .diaspora-hero-content > p {
        font-size: 16px;
        line-height: 1.58;
    }

    .diaspora-projects,
    .diaspora-process,
    .diaspora-proof,
    .diaspora-support,
    .diaspora-conversion {
        padding: 50px 0;
    }

    .diaspora-section-heading {
        display: block;
        margin-bottom: 22px;
    }

    .diaspora-section-heading h2,
    .diaspora-process-intro h2,
    .diaspora-proof-copy h2,
    .diaspora-faqs h2 {
        font-size: 28px;
    }

    .diaspora-section-heading > a {
        margin-top: 15px;
    }

    .diaspora-proof-media img {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .diaspora-hero {
        min-height: 500px;
        background-position: 67% center;
    }

    .diaspora-hero h1 {
        font-size: 34px;
    }

    .diaspora-hero-actions a {
        width: 100%;
    }

    .diaspora-hero-contact a {
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }

    .diaspora-trust-strip ul,
    .diaspora-project-grid,
    .diaspora-support-grid,
    .diaspora-form-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .diaspora-trust-strip li:nth-child(n),
    .diaspora-support-grid li:nth-child(n) {
        min-height: 72px;
        border-right: 1px solid var(--diaspora-line);
        border-left: 1px solid var(--diaspora-line);
    }

    .diaspora-project-card:last-child {
        display: block;
    }

    .diaspora-project-actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .diaspora-process-list summary {
        grid-template-columns: 36px minmax(0, 1fr) 16px;
        gap: 8px;
    }

    .diaspora-process-list details > p {
        margin-left: 44px;
    }

    .diaspora-proof-media {
        grid-template-columns: minmax(0, 1fr);
    }

    .diaspora-proof-media img {
        height: 350px;
    }

    .diaspora-inquiry-panel {
        padding: 22px 17px;
    }

    .diaspora-inquiry-panel h2 {
        font-size: 25px;
    }
}

.header-top {
    padding: 8px 42px !important;
    background: #111827 !important;
}

.header-top .top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 1320px;
    margin: 0 auto;
}

.header-top .left-column,
.header-top .right-column,
.header-top .social-links {
    float: none !important;
}

.header-top .info,
.header-top .social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0;
}

.header-top .info li,
.header-top .social-links li {
    float: none !important;
    margin: 0 !important;
}

.header-top .info li {
    padding-left: 21px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 14px;
    line-height: 1.4;
}

.header-top .info li a,
.header-top .social-links li a,
.header-top .social-links li a i {
    color: rgba(255, 255, 255, 0.86) !important;
}

.header-top .info li i {
    color: var(--brand-secondary) !important;
    top: 2px;
}

.header-top .topbar-phones {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.header-top .topbar-phones span {
    color: rgba(255, 255, 255, 0.35);
}

.header-top .info li:before,
.header-top .social-links:before {
    display: none !important;
}

.header-top .social-links {
    margin-right: 0 !important;
}

.header-top .social-links li a {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.header-top .social-links li a i,
.header-top .social-links li a span {
    font-size: 13px !important;
    font-weight: 700;
}

.front-header-lower {
    min-height: 84px;
    height: auto;
    background: #fff;
    box-shadow: 0 10px 30px rgba(20, 24, 35, 0.07);
}

.main-header .outer-box {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 42px !important;
}

.main-header .outer-box .main-box {
    min-height: 84px;
    flex-wrap: nowrap;
}

.main-header .menu-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex: 1;
}

.main-header .main-menu .navigation > li {
    margin: 0 2px;
    padding: 0 !important;
}

.main-header .main-menu .navigation > li > a {
    position: relative;
    padding: 27px 12px !important;
    border-right: 0 !important;
    color: #151922;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
}

.main-header .main-menu .navigation > li > a:hover {
    color: var(--brand-primary);
}

.main-header .main-menu .navigation > li.current > a {
    color: var(--brand-primary) !important;
}

.main-header .main-menu .navigation > li.current > a::after {
    position: absolute;
    right: 12px;
    bottom: 13px;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background: #f6a321;
    content: "";
}

.main-header .main-menu .navigation > li > ul > li.current > a {
    padding-left: 22px !important;
    border-left: 3px solid var(--brand-primary);
    background: #f7f8fa;
    color: var(--brand-primary) !important;
    font-weight: 800;
}

.mobile-menu .navigation li.current > a {
    color: #f6a321 !important;
    font-weight: 800;
}

.front-logo-box {
    padding: 0;
}

.front-logo {
    max-height: 62px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
}

.front-header-cta {
    display: flex;
    align-items: center;
    margin-left: 4px;
}

.front-header-cta a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--brand-primary);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.front-header-cta a:hover {
    color: #fff;
}

.modern-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #111;
}

.hero-section.modern-hero {
    margin: 0 !important;
    padding: 0 !important;
}

.modern-hero .carousel,
.modern-hero .carousel-inner,
.modern-hero .carousel-item {
    min-height: 520px;
}

.modern-hero .carousel-item::after {
    display: none;
}

.hero-section .carousel-item {
    background: #111;
}

.hero-section .c-img {
    height: 520px;
    object-fit: cover;
    object-position: center;
}

.modern-hero .carousel-indicators,
.modern-hero .carousel-control-prev,
.modern-hero .carousel-control-next {
    display: none;
}

.modern-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.modern-hero-content .auto-container {
    width: 100%;
}

.modern-hero-copy,
.modern-search-panel {
    pointer-events: auto;
}

.modern-hero-copy {
    max-width: 540px;
    color: #fff;
    padding-top: 0;
}

.modern-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.modern-hero h1 {
    color: #fff;
    max-width: 540px;
    margin-bottom: 14px;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 900;
}

.modern-hero p {
    max-width: 520px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.6;
}

.modern-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
}

.modern-hero-actions .theme-btn {
    border-radius: 999px;
    padding: 13px 22px;
}

.modern-hero-actions .btn-two {
    border-color: rgba(255, 255, 255, 0.75) !important;
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.home-search-section {
    padding: 22px 0;
    border-bottom: 1px solid #e1e5eb;
    background: #f5f6f8;
}

.home-hero-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 18px;
}

.home-hero-intro-copy {
    min-width: 0;
}

.home-hero-intro-copy h1 {
    margin: 4px 0 5px;
    color: #101828;
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: 0;
}

.home-hero-intro-copy p {
    max-width: 760px;
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.55;
}

.home-hero-intro-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.home-hero-intro-actions .theme-btn {
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 5px;
}

.home-hero-intro-actions .btn-two {
    border-color: #cfd5df !important;
    background: #fff;
    color: #101828 !important;
}

.modern-search-panel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.9fr auto;
    gap: 10px;
    width: 100%;
    padding: 14px;
    border: 1px solid #dce1e8;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.07);
}

.modern-search-field label {
    display: block;
    margin-bottom: 4px;
    color: #5d6472;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.modern-search-field select,
.modern-search-field input {
    width: 100%;
    height: 44px;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    padding: 0 12px;
    background: #fff;
    color: #151922;
}

.modern-search-field select.ignore {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 38px;
    background-image:
        linear-gradient(45deg, transparent 50%, #697386 50%),
        linear-gradient(135deg, #697386 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 19px,
        calc(100% - 13px) 19px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
}

.modern-search-field select.ignore:disabled {
    color: #9098a7;
    background-color: #f4f5f7;
    cursor: not-allowed;
}

/* Larger homepage slider */
.modern-hero {
    min-height: 0;
    overflow: visible;
    background: #fff;
    margin: 0;
    padding: 0;
}

.modern-hero .carousel,
.modern-hero .carousel-inner,
.modern-hero .carousel-item {
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
}

.modern-hero .carousel-item::before {
    content: none;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: none;
    pointer-events: none;
}

.hero-section .c-img {
    display: block;
    width: 100vw !important;
    max-width: none;
    height: auto;
    aspect-ratio: 1920 / 800;
    object-fit: fill;
    object-position: center;
    background: #fff;
}

.modern-hero picture {
    display: block;
    width: 100%;
}

.modern-hero .carousel {
    margin: 0;
}

.modern-hero .carousel-inner {
    overflow: hidden;
}

.home-hero-content {
    position: absolute;
    inset: 0 0 auto;
    z-index: 3;
    display: flex;
    min-height: 520px;
    align-items: center;
    pointer-events: none;
}

.home-hero-content .auto-container {
    width: 100%;
}

.home-hero-intro-copy,
.home-hero-intro-actions,
.home-search-section {
    pointer-events: auto;
}

.home-hero-intro-copy {
    max-width: 620px;
    color: #fff;
}

.home-hero-intro-copy .modern-section-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(11, 17, 29, 0.38);
    color: #fff;
}

.home-hero-intro-copy h1 {
    max-width: 620px;
    margin: 0 0 14px;
    color: #fff;
    font-size: 62px;
    font-weight: 900;
    line-height: 1.05;
    text-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
}

.home-hero-intro-copy p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 19px;
    line-height: 1.58;
}

.home-hero-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 28px;
}

.home-hero-intro-actions .theme-btn {
    min-height: 56px;
    padding: 15px 25px;
    border-radius: 999px;
}

.home-hero-intro-actions .btn-two {
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.home-search-section {
    position: absolute;
    right: 0;
    bottom: 34px;
    left: 0;
    z-index: 4;
    padding: 0;
    border-bottom: 0;
    background: transparent;
}

.home-search-section .auto-container {
    max-width: 1500px;
}

.modern-search-panel {
    grid-template-columns: 1fr 1fr 1fr 0.9fr auto;
    align-items: end;
    gap: 12px;
    padding: 20px;
    border: 1px solid rgba(221, 226, 234, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.18);
    backdrop-filter: blur(12px);
}

.modern-search-panel .theme-btn {
    min-height: 54px;
    border-radius: 7px;
}

.feature-style-two {
    padding-top: 62px !important;
}

.modern-hero .carousel-indicators {
    right: auto;
    bottom: 10px;
    left: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 7px;
    width: auto;
    padding: 7px 10px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(9, 13, 22, 0.54);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    transform: translateX(-50%);
}

.modern-hero .carousel-indicators li {
    width: 28px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    opacity: 1;
}

.modern-hero .carousel-indicators .active {
    background: #f6a321;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.72);
}

/* Property detail */
.property-profile { padding: 26px 0 58px; background: #f7f8fa; color: #111827; }
.property-profile-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: #667085; font-size: 14px; }
.property-profile-breadcrumb a { color: #667085; }
.property-profile-breadcrumb a:hover { color: #9d2397; }
.property-profile-breadcrumb i { font-size: 9px; }
.property-profile-breadcrumb span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.property-profile-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 24px; }
.property-profile-badges { display: flex; gap: 8px; margin-bottom: 10px; }
.property-profile-badges span { padding: 5px 9px; border: 1px solid #d9dde5; border-radius: 5px; background: #fff; color: #495266; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.property-profile-header > div:first-child { width: 100%; min-width: 0; max-width: 850px; }
.property-profile-header h1 { display: block; width: 100%; max-width: 100%; margin: 0 0 8px; color: #111827; font-size: 38px; line-height: 1.15; overflow-wrap: anywhere; white-space: normal !important; }
.property-profile-header p { margin: 0; color: #667085; font-size: 16px; }
.property-profile-header p i { margin-right: 7px; color: #ff9f2f; }
.property-profile-price { flex: 0 0 auto; text-align: right; }
.property-profile-price small, .property-profile-price span { display: block; color: #667085; }
.property-profile-price strong { display: block; color: #9d2397; font-size: 28px; line-height: 1.2; }

.property-gallery { display: grid; grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr); grid-template-rows: repeat(2, 210px); gap: 8px; height: 428px; margin-bottom: 28px; overflow: hidden; border-radius: 8px; background: #e8ebf0; }
.property-gallery.tz-gallery { padding: 0; }
.property-gallery.single-image { display: block; }
.property-gallery-main { grid-row: 1 / 3; }
.property-gallery a { position: relative; display: block; min-width: 0; overflow: hidden; }
.property-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.property-gallery a:hover img { transform: scale(1.025); }
.property-gallery-thumb span { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; border-radius: 5px; background: rgba(17, 24, 39, 0.84); color: #fff; font-size: 13px; font-weight: 700; }
.property-gallery-hidden { display: none !important; }
.property-gallery-empty { display: grid; place-items: center; gap: 8px; height: 360px; margin-bottom: 28px; border: 1px solid #dfe3e8; border-radius: 8px; background: #eef0f3; color: #667085; }
.property-gallery-empty i { font-size: 38px; }

.property-profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 42px; }
.property-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid #e0e4ea; border-radius: 7px; background: #e0e4ea; }
.property-facts > div { display: flex; align-items: center; gap: 11px; min-height: 76px; padding: 14px; background: #fff; }
.property-facts i { width: 24px; color: #ff9f2f; font-size: 18px; text-align: center; }
.property-facts span { min-width: 0; color: #7a8394; font-size: 12px; }
.property-facts strong { display: block; overflow: hidden; color: #172033; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.property-profile-section { padding: 32px 0; border-bottom: 1px solid #dde2e8; }
.property-profile-section h2 { margin: 4px 0 16px; color: #111827; font-size: 25px; }
.property-description { color: #596274; font-size: 16px; line-height: 1.8; }
.property-payment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.property-payment-plan { padding: 18px; border: 1px solid #dfe3e8; border-radius: 7px; background: #fff; }
.property-payment-plan.featured { border-top: 3px solid #9d2397; }
.property-payment-plan span, .property-payment-plan small { display: block; color: #697386; }
.property-payment-plan strong { display: block; margin: 5px 0; color: #141b2b; font-size: 20px; }
.property-payment-note { margin: 14px 0 0; color: #7a8394; font-size: 13px; }
.property-amenities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; }
.property-amenities li { display: flex; align-items: center; gap: 10px; color: #4e586a; }
.property-amenities i { color: #178b70; }
.property-location-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.property-location-heading a { flex: 0 0 auto; color: #9d2397; font-weight: 700; }
.property-location-heading a i { margin-left: 5px; font-size: 11px; }
.property-map { width: 100%; height: 300px; border: 0; border-radius: 7px; background: #e8ebf0; }

.property-inquiry-panel { position: sticky; top: 110px; padding: 26px; border: 1px solid #dce1e7; border-radius: 8px; background: #fff; box-shadow: 0 16px 38px rgba(20, 27, 43, 0.09); }
.property-inquiry-panel h2 { margin: 5px 0 8px; color: #111827; font-size: 24px; }
.property-inquiry-panel > p { color: #667085; line-height: 1.6; }
.property-inquiry-price { margin: 20px 0; padding: 15px 0; border-top: 1px solid #e4e7ec; border-bottom: 1px solid #e4e7ec; }
.property-inquiry-price small { display: block; color: #788194; }
.property-inquiry-price strong { display: block; color: #9d2397; font-size: 25px; }
.property-inquiry-primary, .property-inquiry-whatsapp { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; margin-top: 10px; border-radius: 6px; font-weight: 800; }
.property-inquiry-primary { background: #9d2397; color: #fff; }
.property-inquiry-primary:hover { background: #7f197a; color: #fff; }
.property-inquiry-whatsapp { border: 1px solid #13955f; color: #128453; }
.property-inquiry-whatsapp:hover { background: #edf9f3; color: #0b7146; }
.property-inquiry-call { display: flex; align-items: center; gap: 12px; margin-top: 20px; color: #222b3c; }
.property-inquiry-call i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fff3e3; color: #e68714; }
.property-inquiry-call span { color: #788194; font-size: 12px; }
.property-inquiry-call strong { display: block; color: #222b3c; font-size: 15px; }
.property-inquiry-panel .property-inquiry-trust { display: flex; gap: 8px; margin: 20px 0 0; padding-top: 17px; border-top: 1px solid #e4e7ec; font-size: 12px; }
.property-inquiry-trust i { margin-top: 3px; color: #178b70; }

@media (max-width: 991px) {
    .property-profile-layout { grid-template-columns: 1fr; gap: 28px; }
    .property-inquiry-panel { position: static; }
    .property-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .property-profile { padding-top: 18px; }
    .property-profile-header { align-items: stretch; flex-direction: column; gap: 14px; }
    .property-profile-header > div:first-child,
    .property-profile-header h1 { width: calc(100vw - 30px); max-width: calc(100vw - 30px); }
    .property-profile-header h1 { font-size: 22px; overflow-wrap: break-word; word-break: normal; }
    .property-profile-price { text-align: left; }
    .property-gallery { display: block; height: 280px; }
    .property-gallery-thumb { display: none !important; }
    .property-facts { grid-template-columns: 1fr 1fr; }
    .property-payment-grid, .property-amenities { grid-template-columns: 1fr; }
    .property-location-heading { align-items: flex-start; flex-direction: column; }
    .property-map { height: 250px; }
}

.modern-search-panel .theme-btn {
    align-self: end;
    min-height: 44px;
    padding: 10px 22px;
    border: 0;
    border-radius: 8px;
}

.modern-section {
    padding: 64px 0 !important;
}

.modern-section-head {
    align-items: center;
    margin-bottom: 26px;
}

.modern-section-head > [class*="col-"] {
    width: 100%;
}

.modern-section-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-secondary);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.modern-section-head h2 {
    color: #151922;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 1.16;
    font-weight: 800;
}

.modern-section-head p,
.modern-section-copy {
    color: #667085;
    font-size: 16px;
    line-height: 1.7;
}

.modern-section-head .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    border-bottom: 0;
}

.modern-section-head .nav-tabs .nav-item {
    margin: 0;
}

.modern-section-head .nav-tabs .nav-link {
    border: 1px solid #e5e7ec;
    border-radius: 999px;
    padding: 8px 16px;
    background: #fff;
    color: var(--brand-primary) !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.modern-section-head .nav-tabs .nav-link.active {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff !important;
}

.modern-property-column {
    margin-bottom: 30px;
}

.feature-block-one .inner-box,
.deals-block-one .inner-box,
.stats-box {
    height: 100%;
}

.feature-block-one .inner-box,
.deals-block-one .inner-box {
    border: 1px solid #eef1f5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 34px rgba(20, 24, 35, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-block-one {
    height: 100%;
}

.feature-block-one .inner-box:hover,
.deals-block-one .inner-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(20, 24, 35, 0.13);
}

.feature-block-one .image-box,
.deals-block-one .image-box {
    position: relative;
}

.modern-property-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border-radius: 999px;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.property-card-image {
    width: 100%;
    height: 270px;
    object-fit: cover;
    background: #eef1f5;
}

.feature-block-one .image-box .image {
    margin: 0;
    background: #eef1f5;
}

.feature-block-one .image-box .image a,
.feature-block-one .image-box a {
    display: block;
}

.modern-property-card-body {
    padding: 24px !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1;
    background: #fff;
}

.modern-property-card-body .header-text-l {
    margin-bottom: 8px;
}

.modern-property-card-body h4 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1.28;
}

.modern-property-location {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 16px;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.modern-property-location i {
    color: var(--brand-secondary);
}

.feature-block-one .price-box {
    margin-bottom: 16px;
    padding: 0;
}

.feature-block-one .price-info h6,
.deals-block-one .price-info h6 {
    color: #7b8494;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.feature-block-one .price-info h4,
.deals-block-one .price-info h4 {
    color: var(--brand-primary) !important;
    font-size: 24px;
    font-weight: 800;
}

.feature-block-one .more-details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature-block-one .more-details li {
    margin: 0;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f4f6f8;
    color: #4b5563;
    font-size: 13px;
    font-weight: 700;
}

.feature-block-one .btn-box .theme-btn {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
}

.modern-track-record {
    background: #f7f9fc;
}

.modern-track-record.modern-section,
.deals-style-two.modern-section {
    padding: 60px 0 !important;
}

.deals-style-two .single-item > .row {
    align-items: stretch;
    margin-right: 0;
    margin-left: 0;
}

.deals-style-two .deals-block {
    display: flex;
    padding-right: 0;
    padding-left: 0;
}

.deals-style-two .image-box,
.deals-style-two .image-box .image,
.deals-style-two .deals-block-one {
    width: 100%;
    height: 100%;
}

.deals-style-two .deals-block-one {
    padding: 14px 14px 14px 18px;
}

.deals-style-two .image-box {
    overflow: hidden;
    border-radius: 0;
    background: #eef1f5;
}

.deals-style-two .image-box .image {
    margin: 0;
}

.deals-style-two .deals-block-one .inner-box {
    display: flex;
    min-height: 382px;
    border: 1px solid #eef1f5;
    border-radius: 10px;
    padding: 0 34px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 24, 40, 0.1);
}

.deals-style-two .deals-block-one .inner-box .lower-content {
    justify-content: center;
    width: 100%;
    min-height: 382px;
}

.deals-style-two .deals-block-one .inner-box .lower-content .title-text h4 {
    max-width: 520px;
    margin-bottom: 9px;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.deals-style-two .deals-block-one .inner-box .lower-content .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.deals-style-two .deals-block-one .inner-box .lower-content .price-info,
.deals-style-two .deals-block-one .inner-box .lower-content .author-box {
    float: none !important;
}

.deals-style-two .deals-block-one .price-info h6 {
    font-size: 12px;
    line-height: 18px;
}

.deals-style-two .deals-block-one .price-info h4 {
    font-size: 22px;
    line-height: 1.2;
}

.deal-card-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.deal-card-location i {
    color: var(--brand-secondary);
}

.deal-card-summary {
    max-width: 560px;
    margin-bottom: 14px;
    color: #596579;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.55;
}

.deals-style-two .deals-block-one .inner-box .lower-content .more-details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
}

.deals-style-two .deals-block-one .inner-box .lower-content .more-details li {
    position: static;
    display: inline-flex;
    align-items: center;
    float: none;
    margin: 0;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f4f6f8;
    color: #4b5563;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.deals-style-two .deals-block-one .inner-box .lower-content .more-details li::before {
    display: none;
}

.deals-style-two .deals-block-one .inner-box .lower-content .more-details li i {
    position: static;
    margin-right: 6px;
    color: var(--brand-secondary);
    font-size: 12px;
    line-height: 1;
}

.deals-style-two .deals-block-one .other-info-box {
    margin-top: 20px;
}

.deals-style-two .deals-block-one .other-info-box .btn-box {
    float: none;
}

.deals-style-two .deals-block-one .other-info-box .theme-btn {
    min-height: 42px;
    padding: 9px 22px !important;
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
}

.modern-centered-title {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.modern-centered-title h5 {
    color: var(--brand-secondary);
    font-weight: 800;
    text-transform: uppercase;
}

.modern-centered-title h2 {
    color: #151922;
    font-size: 40px;
    line-height: 1.16;
    font-weight: 800;
}

.modern-centered-title p {
    color: #667085;
    font-size: 16px;
    line-height: 1.7;
}

.modern-stats-grid {
    justify-content: center;
}

.stats-box {
    border: 1px solid #edf0f4;
    border-radius: 12px;
    padding: 34px 24px;
    box-shadow: 0 12px 30px rgba(20, 24, 35, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(20, 24, 35, 0.1);
}

.stats-box .stats-number {
    color: var(--brand-primary) !important;
    font-size: 36px;
    line-height: 1.1;
}

.stats-box p {
    margin-bottom: 0;
    color: #4b5563;
    font-weight: 700;
}

.chooseus-section.modern-section {
    padding: 58px 0 64px !important;
    background: #fff !important;
}

.chooseus-section .upper-box {
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: 0;
}

.chooseus-section .modern-centered-title {
    max-width: 720px;
    margin-bottom: 26px;
}

.chooseus-section .modern-centered-title h5 {
    margin-bottom: 8px;
    font-size: 15px;
}

.chooseus-section .modern-centered-title h2 {
    margin-bottom: 12px;
    font-size: 34px;
}

.chooseus-section .modern-centered-title p {
    margin-bottom: 0;
}

.chooseus-section .lower-box {
    padding-top: 0;
}

.chooseus-section .chooseus-block {
    margin-bottom: 0;
}

.chooseus-section .chooseus-block-one {
    height: 100%;
}

.chooseus-section .chooseus-block-one .inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 210px;
    padding: 28px 28px 26px;
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20, 24, 35, 0.06);
}

.chooseus-section .chooseus-block-one .inner-box:before,
.chooseus-section .chooseus-block-one .inner-box:after {
    display: none !important;
}

.chooseus-section .chooseus-block-one .icon-box {
    position: static;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: rgba(255, 152, 31, 0.12);
    color: var(--brand-secondary);
    line-height: 52px;
    text-align: center;
}

.chooseus-section .chooseus-block-one .icon-box:before,
.chooseus-section .chooseus-block-one .icon-box:after {
    display: none !important;
}

.chooseus-section .chooseus-block-one .icon-box i {
    color: var(--brand-secondary) !important;
    font-size: 30px;
    line-height: 52px;
}

.chooseus-section .chooseus-block-one h4 {
    margin-bottom: 12px;
    color: #101828;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.chooseus-section .chooseus-block-one .inner-box p {
    margin-bottom: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.65;
}

.book-visit-section {
    padding: 48px 0 54px;
    background: #fff;
    scroll-margin-top: 150px;
}

.modern-tour-widget {
    max-width: 1180px;
}

.modern-tour-widget h2 {
    color: #151922;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.16;
    font-weight: 800;
}

.modern-tour-intro {
    color: #667085;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.6;
}

.modern-tour-contact {
    margin-bottom: 14px;
    padding: 16px 18px;
    border: 1px solid #edf0f4;
    border-radius: 10px;
    background: #f8fafc;
}

.modern-tour-contact:last-child {
    margin-bottom: 0;
}

.modern-tour-contact h5 {
    margin-bottom: 4px !important;
    color: #151922;
    font-size: 17px;
    font-weight: 800;
}

.modern-tour-contact p {
    margin-bottom: 0 !important;
    color: #667085;
    font-size: 15px;
    line-height: 1.55;
}

.modern-tour-contact .icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(8, 107, 91, 0.1);
    color: var(--brand-primary);
}

/* Contact page */
.contact-page {
    background: #f7f8fa;
}

.contact-page-intro {
    padding: 42px 0 30px;
    border-bottom: 1px solid #e4e7ec;
    background: #fff;
}

.contact-page-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.contact-page-heading h1 {
    max-width: 720px;
    margin: 6px 0 10px;
    color: #101828;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: 0;
}

.contact-page-heading p {
    max-width: 760px;
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.contact-page-whatsapp {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 17px;
    border: 1px solid #168a49;
    border-radius: 6px;
    background: #168a49;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.contact-page-whatsapp:hover {
    border-color: #10713b;
    background: #10713b;
    color: #fff;
}

.contact-page-main {
    padding: 36px 0 48px;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.88fr);
    align-items: start;
    gap: 30px;
}

.contact-detail-list {
    border-top: 1px solid #dfe3e8;
}

.contact-detail-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 76px;
    padding: 11px 4px;
    border-bottom: 1px solid #dfe3e8;
    color: #101828;
}

a.contact-detail-item:hover {
    color: #9d239d;
}

.contact-detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f7eaf5;
    color: #92278f;
    font-size: 14px;
}

.contact-detail-item > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.contact-detail-item small,
.contact-office-meta small {
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.contact-detail-item strong,
.contact-office-meta strong {
    overflow-wrap: anywhere;
    color: inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.contact-detail-item > .fa-arrow-right {
    margin-right: 6px;
    color: #98a2b3;
    font-size: 12px;
}

.contact-office-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.contact-office-meta > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #fff;
}

.contact-office-meta i {
    margin-top: 3px;
    color: #ed8f15;
}

.contact-office-meta span {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-map {
    overflow: hidden;
    height: 250px;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background: #e9ecef;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-form-panel {
    padding: 26px;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.07);
}

.contact-form-heading h2 {
    margin: 5px 0 7px;
    color: #101828;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0;
}

.contact-form-heading p {
    margin: 0 0 20px;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.contact-modern-form,
.contact-field {
    display: flex;
    flex-direction: column;
}

.contact-modern-form {
    gap: 14px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-field {
    gap: 6px;
}

.contact-field label {
    margin: 0;
    color: #344054;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    background: #fff;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
}

.contact-field textarea {
    min-height: 112px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: #9d239d;
    outline: 3px solid rgba(157, 35, 157, 0.1);
}

.contact-field > small {
    color: #b42318;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    margin-top: 2px;
    border: 1px solid #9d239d;
    border-radius: 5px;
    background: #9d239d;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.contact-submit:hover {
    border-color: #7f1d7f;
    background: #7f1d7f;
}

.contact-form-consent {
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.contact-form-alert {
    margin-bottom: 16px;
    padding: 10px 12px;
    border: 1px solid #fecdca;
    border-radius: 5px;
    background: #fef3f2;
    color: #b42318;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

@media (max-width: 991px) {
    .contact-page-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-page-details {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
        gap: 20px;
    }

    .contact-office-meta {
        align-content: start;
        grid-template-columns: minmax(0, 1fr);
        margin: 0;
    }

    .contact-map {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .contact-page-intro {
        padding: 32px 0 26px;
    }

    .contact-page-heading {
        display: block;
    }

    .contact-page-heading h1 {
        font-size: 32px;
    }

    .contact-page-whatsapp {
        margin-top: 18px;
    }

    .contact-page-main {
        padding: 28px 0 36px;
    }

    .contact-page-details {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-map {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .contact-page-heading h1 {
        max-width: 100%;
        font-size: 29px;
        overflow-wrap: anywhere;
    }

    .contact-page-heading p {
        max-width: 100%;
    }

    .contact-page-whatsapp {
        width: 100%;
    }

    .contact-form-panel {
        padding: 20px 16px;
    }

    .contact-form-row,
    .contact-office-meta {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Property journal */
.journal-page,
.stories-page {
    background: #f7f8fa;
}

.journal-intro,
.stories-intro {
    padding: 42px 0 0;
    border-bottom: 1px solid #e4e7ec;
    background: #fff;
}

.journal-heading,
.stories-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.journal-heading h1,
.stories-heading h1 {
    max-width: 760px;
    margin: 6px 0 10px;
    color: #101828;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: 0;
}

.journal-heading p,
.stories-heading p {
    max-width: 780px;
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.journal-heading > a,
.stories-heading > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    background: #fff;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.journal-heading > a:hover,
.stories-heading > a:hover {
    border-color: #9d239d;
    color: #9d239d;
}

.journal-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
    padding: 0 0 20px;
}

.journal-categories a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid #dfe3e8;
    border-radius: 5px;
    background: #fff;
    color: #475467;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.journal-categories a:hover,
.journal-categories a.is-active {
    border-color: #9d239d;
    background: #9d239d;
    color: #fff;
}

.journal-profile-resource {
    padding: 28px 0 0;
    background: #f7f8fa;
}

.company-profile-resource {
    display: grid;
    grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
    min-height: 270px;
    overflow: hidden;
    border: 1px solid #344054;
    border-radius: 6px;
    background: #101828;
    box-shadow: 0 16px 38px rgba(16, 24, 40, 0.12);
}

.company-profile-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 34px;
    border-left: 6px solid #ff9e2c;
    background: #fff;
}

.company-profile-visual img {
    display: block;
    width: min(100%, 270px);
    max-height: 135px;
    object-fit: contain;
}

.company-profile-visual span {
    position: absolute;
    right: 20px;
    bottom: 18px;
    color: #9d239d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.company-profile-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 34px 40px;
}

.company-profile-content .modern-section-kicker {
    color: #ff9e2c;
}

.company-profile-content h2 {
    margin: 6px 0 10px;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
}

.company-profile-content p {
    max-width: 720px;
    margin: 0 0 20px;
    color: #d0d5dd;
    font-size: 16px;
    line-height: 1.65;
}

.company-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.company-profile-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.company-profile-primary {
    background: #ff9e2c;
    color: #101828;
}

.company-profile-primary:hover {
    background: #fff;
    color: #101828;
}

.company-profile-secondary {
    border-color: #667085 !important;
    color: #fff;
}

.company-profile-secondary:hover {
    border-color: #fff !important;
    color: #fff;
}

.company-profile-file {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    color: #98a2b3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.journal-content {
    padding: 34px 0 48px;
}

.journal-results-heading,
.stories-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.journal-results-heading h2,
.stories-section-heading h2 {
    margin: 0;
    color: #101828;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 0;
}

.journal-results-heading > span {
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.journal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.journal-card {
    display: grid;
    grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #fff;
}

.journal-card:first-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
    height: 350px;
    min-height: 340px;
}

.journal-card-image {
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #eef0f3;
}

.journal-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    transition: transform 220ms ease;
}

.journal-card:first-child .journal-card-image img {
    min-height: 340px;
}

.journal-card:hover .journal-card-image img {
    transform: scale(1.025);
}

.journal-card-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
}

.journal-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 12px;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.journal-card-meta span {
    color: #9d239d;
    font-weight: 800;
}

.journal-card h3 {
    margin: 12px 0 9px;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
}

.journal-card h3 a {
    color: #101828;
}

.journal-card h3 a:hover {
    color: #9d239d;
}

.journal-card p {
    display: -webkit-box;
    margin: 0 0 18px;
    overflow: hidden;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.journal-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.journal-card-link:hover {
    color: #9d239d;
}

.journal-pagination {
    margin-top: 28px;
}

.journal-pagination nav > div:first-child {
    display: none;
}

.journal-pagination .pagination {
    justify-content: center;
    margin: 0;
}

.journal-empty {
    padding: 58px 20px;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}

.journal-empty > i {
    color: #9d239d;
    font-size: 30px;
}

.journal-empty h2 {
    margin: 13px 0 7px;
    font-size: 24px;
}

.journal-empty p {
    margin-bottom: 17px;
    color: #667085;
}

.journal-empty a {
    color: #9d239d;
    font-weight: 800;
}

/* Client stories */
.stories-intro {
    padding-bottom: 34px;
}

.stories-video-section,
.stories-written-section {
    padding: 38px 0 44px;
}

.stories-video-section {
    background: #fff;
}

.stories-written-section {
    border-top: 1px solid #e4e7ec;
    background: #f7f8fa;
}

.stories-section-heading .modern-section-kicker {
    display: block;
    margin-bottom: 5px;
}

.stories-section-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #475467;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.stories-section-heading > a:hover {
    color: #9d239d;
}

.stories-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.story-video-card,
.story-quote-card {
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #fff;
}

.story-video-frame {
    aspect-ratio: 16 / 9;
    background: #111827;
}

.story-video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.story-video-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 74px;
    padding: 14px 16px;
}

.story-video-caption > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.story-video-caption strong,
.story-quote-card footer strong {
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.story-video-caption span,
.story-quote-card footer span {
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.story-video-caption p {
    max-width: 46%;
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}

.stories-written-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.story-quote-card {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    padding: 22px;
}

.story-quote-card > i {
    color: #ed8f15;
    font-size: 20px;
}

.story-quote-card blockquote {
    margin: 16px 0 22px;
    color: #344054;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    line-height: 1.65;
}

.story-quote-card footer {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: auto;
}

.story-quote-card footer img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.story-quote-card footer div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.stories-cta {
    padding: 24px 0;
    background: #111827;
}

.stories-cta .auto-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.stories-cta span {
    color: #f6a321;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.stories-cta h2 {
    margin: 3px 0 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0;
}

.stories-cta a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 5px;
    background: #f6a321;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 991px) {
    .company-profile-resource {
        grid-template-columns: minmax(210px, 0.75fr) minmax(0, 1.25fr);
    }

    .company-profile-content {
        padding: 30px;
    }

    .journal-card,
    .journal-card:first-child {
        grid-template-columns: minmax(0, 1fr);
    }

    .journal-card:first-child {
        height: auto;
    }

    .journal-card-image img,
    .journal-card:first-child .journal-card-image img {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

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

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

@media (max-width: 767px) {
    .journal-intro,
    .stories-intro {
        padding-top: 32px;
    }

    .journal-heading,
    .stories-heading {
        display: block;
    }

    .journal-heading h1,
    .stories-heading h1 {
        font-size: 32px;
    }

    .journal-heading > a,
    .stories-heading > a {
        margin-top: 18px;
    }

    .journal-categories {
        flex-wrap: nowrap;
        margin-top: 22px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .journal-profile-resource {
        padding-top: 20px;
    }

    .company-profile-resource {
        grid-template-columns: minmax(0, 1fr);
    }

    .company-profile-visual {
        min-height: 170px;
        padding: 28px;
    }

    .company-profile-visual img {
        max-height: 105px;
    }

    .company-profile-content {
        padding: 26px;
    }

    .company-profile-content h2 {
        font-size: 26px;
    }

    .journal-content,
    .stories-video-section,
    .stories-written-section {
        padding: 30px 0 36px;
    }

    .journal-grid,
    .stories-video-grid,
    .stories-written-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .journal-card:first-child {
        grid-column: auto;
    }

    .stories-cta .auto-container {
        display: block;
    }

    .stories-cta a {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .journal-heading h1,
    .stories-heading h1 {
        font-size: 29px;
    }

    .journal-card-body,
    .story-quote-card {
        padding: 18px;
    }

    .journal-card h3 {
        font-size: 20px;
    }

    .story-video-caption {
        display: block;
    }

    .story-video-caption p {
        max-width: none;
        margin-top: 8px;
        text-align: left;
    }
}

/* Company and leadership pages */
.company-page,
.leadership-page {
    background: #fff;
}

.company-intro,
.leadership-intro {
    padding: 42px 0 34px;
    border-bottom: 1px solid #e4e7ec;
    background: #f7f8fa;
}

.company-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
    align-items: center;
    gap: 56px;
}

.company-intro h1,
.leadership-heading h1 {
    max-width: 760px;
    margin: 6px 0 12px;
    color: #101828;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: 0;
}

.company-intro p,
.leadership-heading p {
    max-width: 770px;
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.company-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.company-intro-actions a,
.leadership-heading > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.company-primary-action {
    border: 1px solid #9d239d;
    background: #9d239d;
    color: #fff;
}

.company-primary-action:hover {
    border-color: #7f1d7f;
    background: #7f1d7f;
    color: #fff;
}

.company-secondary-action,
.leadership-heading > a {
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #101828;
}

.company-secondary-action:hover,
.leadership-heading > a:hover {
    border-color: #9d239d;
    color: #9d239d;
}

.company-trust-list {
    border-top: 1px solid #dfe3e8;
}

.company-trust-list li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 0;
    border-bottom: 1px solid #dfe3e8;
}

.company-trust-list li > i,
.leadership-principles li > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    margin-top: 2px;
    border-radius: 50%;
    background: #f7eaf5;
    color: #92278f;
    font-size: 10px;
}

.company-trust-list span,
.leadership-principles li span {
    display: flex;
    flex-direction: column;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.company-trust-list strong,
.leadership-principles li strong {
    margin-bottom: 2px;
    color: #101828;
    font-size: 14px;
}

.company-story-section {
    padding: 42px 0;
}

.company-story-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 42px;
}

.company-story-image {
    position: relative;
    overflow: hidden;
    height: 370px;
    margin: 0;
    border-radius: 6px;
    background: #eef0f3;
}

.company-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-story-image figcaption {
    position: absolute;
    right: 14px;
    bottom: 14px;
    max-width: 250px;
    padding: 10px 12px;
    border-radius: 5px;
    background: rgba(17, 24, 39, 0.9);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.company-story-copy h2,
.company-section-heading h2,
.leadership-section-heading h2,
.leadership-principles h2 {
    margin: 5px 0 13px;
    color: #101828;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0;
}

.company-story-copy p {
    margin: 0 0 14px;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.72;
}

.company-story-copy > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
    color: #9d239d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.company-direction-section,
.company-values-section,
.company-services-section,
.leadership-profiles,
.leadership-principles {
    padding: 38px 0 44px;
}

.company-direction-section,
.company-services-section,
.leadership-principles {
    border-top: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
    background: #f7f8fa;
}

.company-section-heading,
.leadership-section-heading {
    margin-bottom: 20px;
}

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

.company-direction-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    padding: 22px;
    border-left: 3px solid #9d239d;
    border-radius: 0 5px 5px 0;
    background: #fff;
}

.company-direction-grid article > span {
    color: #ed8f15;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.company-direction-grid h3,
.company-values-grid h3,
.company-services-grid h3 {
    margin: 0 0 7px;
    color: #101828;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0;
}

.company-direction-grid p,
.company-values-grid p,
.company-services-grid p {
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.company-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.company-values-grid article {
    min-height: 160px;
    padding: 18px;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #fff;
}

.company-values-grid article > span {
    display: block;
    margin-bottom: 17px;
    color: #ed8f15;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
}

.company-services-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.company-services-heading > p {
    max-width: 350px;
    margin: 0 0 5px;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.company-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.company-services-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #fff;
}

.company-services-grid article > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #111827;
    color: #fff;
    font-size: 15px;
}

.company-cta,
.leadership-cta {
    padding: 24px 0;
    background: #111827;
}

.company-cta .auto-container,
.leadership-cta .auto-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.company-cta span,
.leadership-cta span {
    color: #f6a321;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.company-cta h2,
.leadership-cta h2 {
    margin: 3px 0 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0;
}

.company-cta a,
.leadership-cta a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 5px;
    background: #f6a321;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
}

/* Leadership */
.leadership-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

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

.leadership-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.leadership-photo {
    position: relative;
    display: flex;
    height: 270px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #d6dbe3;
    border-bottom: 1px solid #e4e7ec;
    border-radius: 8px 8px 0 0;
    background: #eef1f5;
}

.leadership-photo > span {
    color: #9d239d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 52px;
    font-weight: 800;
}

.leadership-photo img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.leadership-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 17px 18px 16px;
}

.leadership-person {
    min-height: 63px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e7ec;
}

.leadership-person h2 {
    margin: 0 0 3px;
    color: #101828;
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: 0;
}

.leadership-person p {
    margin: 0;
    color: #9d239d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.leadership-bio {
    margin: 0;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.leadership-bio-details {
    margin: 12px 0 15px;
}

.leadership-bio-preview {
    display: block !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding: 0 0 10px 0 !important;
    color: #667085 !important;
    border-bottom: 1px solid #f0f2f5 !important;
    visibility: visible !important;
    position: static !important;
}

.leadership-bio-details[open] .leadership-bio-preview {
    display: none !important;
}

.leadership-bio-full {
    display: none !important;
    margin: 0 0 10px 0;
    color: #667085;
}

.leadership-bio-details[open] .leadership-bio-full {
    display: block !important;
}

.leadership-bio-details summary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    list-style: none;
    color: #9d239d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.leadership-bio-details summary::-webkit-details-marker {
    display: none;
}

.leadership-bio-details summary i {
    font-size: 9px;
    transition: transform 0.2s ease;
}

.leadership-bio-details[open] summary i {
    transform: rotate(90deg);
}

.leadership-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f0f2f5;
}

.leadership-card-footer > span {
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.leadership-card-footer ul {
    display: flex;
    gap: 7px;
}

.leadership-card-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #dfe3e8;
    border-radius: 50%;
    color: #475467;
    font-size: 13px;
}

.leadership-card-footer a:hover {
    border-color: #9d239d;
    background: #9d239d;
    color: #fff;
}

.leadership-principles .auto-container {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 50px;
}

.leadership-principles ul {
    border-top: 1px solid #dfe3e8;
}

.leadership-principles li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 0;
    border-bottom: 1px solid #dfe3e8;
}

@media (max-width: 991px) {
    .company-intro-grid,
    .company-story-grid,
    .leadership-principles .auto-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .company-values-grid,
    .leadership-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-story-image {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .company-intro,
    .leadership-intro {
        padding: 32px 0 28px;
    }

    .company-intro h1,
    .leadership-heading h1 {
        font-size: 32px;
    }

    .leadership-heading,
    .company-services-heading {
        display: block;
    }

    .leadership-heading > a {
        margin-top: 18px;
    }

    .company-story-section,
    .company-direction-section,
    .company-values-section,
    .company-services-section,
    .leadership-profiles,
    .leadership-principles {
        padding: 30px 0 36px;
    }

    .company-direction-grid,
    .company-services-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .company-services-heading > p {
        margin-top: 8px;
    }

    .company-cta .auto-container,
    .leadership-cta .auto-container {
        display: block;
    }

    .company-cta a,
    .leadership-cta a {
        margin-top: 15px;
    }
}

@media (max-width: 560px) {
    .company-values-grid,
    .leadership-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .company-story-image,
    .leadership-photo {
        height: 240px;
    }

    .company-story-copy h2,
    .company-section-heading h2,
    .leadership-section-heading h2,
    .leadership-principles h2 {
        font-size: 25px;
    }
}

/* Our team refinement */
.leadership-page {
    background: #f7f8fb;
    font-family: Arial, Helvetica, sans-serif;
}

.leadership-intro {
    position: relative;
    overflow: hidden;
    padding: 40px 0 26px;
    border-bottom: 1px solid #e6eaf0;
    background: linear-gradient(180deg, #fff 0%, #f6f8fb 100%);
}

.leadership-heading {
    align-items: center;
}

.leadership-heading h1 {
    max-width: 760px;
    margin: 7px 0 11px;
    color: #06162f;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
}

.leadership-heading p {
    max-width: 780px;
    color: #52627a;
    font-size: 16px;
    line-height: 1.62;
}

.leadership-heading > a {
    min-height: 48px;
    padding: 0 18px;
    border-color: #9d239d;
    border-radius: 6px;
    background: #9d239d;
    color: #fff;
    white-space: nowrap;
    box-shadow: 0 14px 28px rgba(157, 35, 157, 0.18);
}

.leadership-heading > a:hover {
    border-color: #f6a321;
    background: #f6a321;
    color: #101828;
}

.leadership-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 820px;
    margin-top: 24px;
}

.leadership-metrics div {
    min-height: 86px;
    padding: 16px 18px;
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
}

.leadership-metrics strong {
    display: block;
    color: #9d239d;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.leadership-metrics span {
    display: block;
    margin-top: 8px;
    color: #52627a;
    font-size: 13px;
    font-weight: 700;
}

.leadership-profiles {
    padding: 36px 0 42px;
}

.leadership-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.leadership-section-heading h2 {
    margin: 0;
    color: #06162f;
    font-size: 30px;
    font-weight: 800;
}

.leadership-section-heading p {
    max-width: 420px;
    margin: 0;
    color: #52627a;
    font-size: 14px;
    line-height: 1.55;
}

.leadership-grid {
    align-items: stretch;
    gap: 18px;
}

.leadership-card {
    border-color: #dfe5ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.leadership-card:hover {
    transform: translateY(-3px);
    border-color: rgba(157, 35, 157, 0.3);
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.11);
}

.leadership-photo {
    height: 286px;
    border: 0;
    border-bottom: 1px solid #e4e7ec;
    border-radius: 8px 8px 0 0;
    background: #eef2f7;
}

.leadership-photo::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(16,24,40,0.08) 100%);
    pointer-events: none;
}

.leadership-photo img {
    object-fit: cover;
    object-position: center top;
}

.leadership-card:nth-child(2) .leadership-photo img {
    object-position: center 12%;
}

.leadership-card:nth-child(3) .leadership-photo img {
    object-position: center 8%;
}

.leadership-card-body {
    padding: 19px 20px 17px;
}

.leadership-person {
    min-height: auto;
    padding-bottom: 12px;
}

.leadership-person h2 {
    color: #06162f;
    font-size: 21px;
    font-weight: 800;
}

.leadership-person p {
    color: #9d239d;
    font-size: 12px;
    font-weight: 800;
    text-transform: none;
}

.leadership-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 12px 0 0;
}

.leadership-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff4e4;
    color: #8a4d00;
    font-size: 12px;
    font-weight: 800;
}

.leadership-bio-shell {
    margin: 14px 0 16px;
}

.leadership-bio-details {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.leadership-bio {
    color: #52627a;
    font-size: 13px;
    line-height: 1.62;
}

.leadership-bio-preview {
    min-height: 88px;
    margin: 0 0 11px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #eef1f5 !important;
}

.leadership-bio-shell:has(.leadership-bio-details[open]) .leadership-bio-preview {
    display: none !important;
}

.leadership-bio-full {
    order: 1;
    max-height: 190px;
    overflow-y: auto;
    margin: 0 0 11px !important;
    padding-bottom: 12px;
    padding-right: 8px;
    border-bottom: 1px solid #eef1f5;
    scrollbar-width: thin;
    scrollbar-color: #c8ced8 transparent;
}

.leadership-bio-full::-webkit-scrollbar {
    width: 5px;
}

.leadership-bio-full::-webkit-scrollbar-track {
    background: transparent;
}

.leadership-bio-full::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #c8ced8;
}

.leadership-bio-details summary {
    order: 2;
    width: max-content;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #ead4ea;
    border-radius: 999px;
    background: #fff;
}

.leadership-read-less-label,
.leadership-bio-details[open] .leadership-read-more-label {
    display: none;
}

.leadership-bio-details[open] .leadership-read-less-label {
    display: inline;
}

.leadership-card-footer {
    padding-top: 13px;
}

.leadership-card-footer a {
    width: 34px;
    height: 34px;
    background: #f8fafc;
}

.leadership-principles {
    padding: 32px 0;
    background: #fff;
}

.leadership-principles .auto-container {
    gap: 36px;
}

.leadership-principles h2 {
    color: #06162f;
    font-size: 28px;
    font-weight: 800;
}

.leadership-principles ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    border-top: 0;
}

.leadership-principles li {
    min-height: 118px;
    padding: 18px;
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    background: #f7f8fb;
}

.leadership-principles li span {
    color: #52627a;
}

.leadership-cta {
    padding: 24px 0;
    background: #101828;
}

.leadership-cta a {
    border-radius: 6px;
}

.leadership-empty {
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px solid #dfe5ed;
    border-radius: 8px;
    background: #fff;
}

.leadership-empty h2 {
    margin: 0 0 8px;
    color: #06162f;
}

.leadership-empty p {
    margin: 0 0 14px;
    color: #52627a;
}

.leadership-empty a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 6px;
    background: #9d239d;
    color: #fff;
    font-weight: 800;
}

@media (max-width: 1199px) {
    .leadership-grid {
        gap: 16px;
    }

    .leadership-photo {
        height: 250px;
    }
}

@media (max-width: 991px) {
    .leadership-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .leadership-metrics {
        max-width: none;
    }

    .leadership-section-heading {
        display: block;
    }

    .leadership-section-heading p {
        margin-top: 8px;
    }

    .leadership-principles ul {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .leadership-heading h1 {
        font-size: 32px;
    }

    .leadership-metrics {
        grid-template-columns: minmax(0, 1fr);
    }

    .leadership-metrics div {
        min-height: 72px;
    }

    .leadership-photo {
        height: 310px;
    }
}

@media (max-width: 560px) {
    .leadership-intro {
        padding: 30px 0 22px;
    }

    .leadership-profiles {
        padding: 28px 0 34px;
    }

    .leadership-heading > a {
        width: 100%;
    }

    .leadership-photo {
        height: 280px;
    }

    .leadership-card-body {
        padding: 17px 16px 16px;
    }
}

.modern-tour-form {
    padding: 28px;
    border: 1px solid #e8ecf2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(20, 24, 35, 0.08);
}

.modern-tour-form h5 {
    color: var(--brand-primary);
    font-size: 24px;
    font-weight: 800;
}

.modern-tour-form .form-group {
    margin-bottom: 14px;
}

.modern-tour-form .form-control {
    min-height: 48px;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    font-size: 15px;
}

.modern-tour-form select.form-control {
    width: 100%;
    padding: 10px 36px 10px 14px;
    color: #667085;
    background-color: #fff;
}

.modern-tour-form .form-control.is-invalid {
    border-color: #dc3545;
}

.modern-tour-form .invalid-feedback {
    display: block;
    margin-top: 5px;
    color: #b42318;
    font-size: 13px;
    line-height: 1.4;
}

.modern-tour-form .site-visit-errors {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
}

.modern-tour-form .theme-btn {
    width: 100%;
    border-radius: 8px;
    min-height: 50px;
    padding: 13px 20px;
}

.property-list-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    background: #eef1f5;
}

.property-deal-image {
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
    background: #eef1f5;
}

.feature-block-one .lower-content,
.deals-block-one .lower-content {
    display: flex;
    flex-direction: column;
}

.feature-block-one .btn-box,
.deals-block-one .other-info-box {
    margin-top: auto;
}

.modern-footer {
    background: #0f172a;
    font-family: Arial, Helvetica, sans-serif;
}

.modern-footer .footer-top {
    padding: 28px 0 10px !important;
    background: #0f172a !important;
}

.modern-footer .footer-column {
    margin-bottom: 12px;
}

.modern-footer .footer-widget {
    margin-bottom: 0 !important;
}

.modern-footer .row {
    align-items: flex-start;
}

.modern-footer .widget-title {
    margin-bottom: 10px !important;
}

.modern-footer .widget-title h3 {
    color: #fff;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 800;
    letter-spacing: 0;
}

.modern-footer .footer-summary,
.modern-footer .footer-widget p,
.modern-footer .info-list li,
.modern-footer .info-list li a,
.modern-footer .links-list li a {
    color: rgba(255, 255, 255, 0.76) !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.modern-footer .footer-summary {
    max-width: 360px;
    margin-bottom: 12px !important;
    line-height: 1.65;
}

.modern-footer .links-list li {
    margin-bottom: 3px !important;
}

.modern-footer .links-list li a {
    display: inline-flex;
    line-height: 1.45;
    transition: color 0.2s ease, transform 0.2s ease;
}

.modern-footer .links-list li a:hover {
    color: #fff !important;
    transform: translateX(3px);
}

.modern-footer .links-list li a:before,
.modern-footer .footer-nav li:before {
    display: none !important;
}

.modern-footer .info-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 28px;
}

.modern-footer .info-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    color: var(--brand-secondary);
    font-size: 16px;
    line-height: 18px;
}

.modern-footer .footer-phone-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 12px;
}

.modern-footer .social-linksb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.modern-footer .social-linksb li {
    margin: 0 !important;
}

.modern-footer .social-linksb li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff !important;
    font-size: 14px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.modern-footer .social-linksb li a:hover {
    border-color: var(--brand-secondary);
    background: var(--brand-secondary);
    transform: translateY(-2px);
}

.modern-footer .subscribe-widget {
    max-width: none;
    margin-right: 52px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.modern-footer .subscribe-widget p {
    margin-bottom: 0;
}

.modern-footer .updates-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(140px, 0.72fr);
    gap: 8px;
    padding-top: 10px;
}

.modern-footer .updates-form > .form-group:first-of-type {
    grid-column: 1;
    grid-row: 1;
}

.modern-footer .updates-form > .text-center {
    grid-column: 2;
    grid-row: 1;
}

.modern-footer .updates-form .form-group {
    display: block;
    float: none;
    min-width: 0;
    margin: 0 !important;
}

.modern-footer .updates-fields {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
}

.modern-footer .subscribe-widget select,
.modern-footer .subscribe-widget .form-control {
    width: 100%;
    height: 36px !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    padding: 0 12px;
    background: #fff !important;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.modern-footer .subscribe-widget .nice-select {
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 34px 0 11px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 36px !important;
    text-transform: none !important;
    float: none !important;
}

.modern-footer .subscribe-widget .nice-select::after {
    right: 12px !important;
    color: #667085 !important;
}

.modern-footer .subscribe-widget .btn {
    width: 100%;
    min-height: 36px !important;
    border: 0;
    border-radius: 7px;
    background: var(--brand-secondary);
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.modern-footer .updates-form > .text-center,
.modern-footer .updates-form > .text-center .btn {
    height: 36px;
}

.modern-footer .subscribe-widget .btn:hover {
    background: #fff;
    color: #101828;
}

.modern-footer .footer-bottom {
    padding: 9px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #0b1220 !important;
}

.modern-footer .footer-bottom .inner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.modern-footer .copyright,
.modern-footer .footer-nav {
    float: none !important;
}

.modern-footer .copyright p,
.modern-footer .copyright a,
.modern-footer .footer-nav li a {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72) !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.modern-footer .copyright a,
.modern-footer .footer-nav li a:hover {
    color: #fff !important;
}

.modern-footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.modern-footer .footer-nav li {
    margin: 0;
}

.whatsapp-chat {
    z-index: 1001;
}

.whatsapp-float img {
    width: 58px;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(20, 24, 35, 0.18);
}

.whatsapp-float {
    left: 28px !important;
    right: auto !important;
    bottom: 28px;
}

.call-float {
    position: fixed;
    left: 30px;
    bottom: 98px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--brand-primary);
    color: #fff;
    font-size: 21px;
    box-shadow: 0 12px 28px rgba(20, 24, 35, 0.2);
    transition: transform 0.2s ease, background 0.2s ease;
}

.call-float i {
    color: #fff !important;
    font-size: 20px;
    line-height: 1;
}

.call-float:hover {
    background: var(--brand-secondary);
    color: #fff;
    transform: translateY(-2px);
}

.ai-float {
    position: fixed;
    right: 28px;
    bottom: 88px;
    z-index: 1003;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--brand-secondary);
    color: #111827;
    font-size: 20px;
    box-shadow: 0 12px 28px rgba(20, 24, 35, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.ai-float:hover {
    color: #111827;
    filter: brightness(1.05);
    transform: translateY(-2px);
}

.ai-float.loading {
    cursor: wait;
    opacity: 0.7;
}

.ai-lead-panel {
    position: fixed;
    right: 28px;
    bottom: 154px;
    z-index: 1004;
    display: none;
    width: min(350px, calc(100vw - 32px));
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.22);
}

.ai-lead-panel.open {
    display: block;
}

.ai-lead-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: #111827;
}

.ai-lead-header strong,
.ai-lead-header span {
    display: block;
    color: #fff;
}

.ai-lead-header strong {
    font-size: 17px;
    line-height: 1.25;
}

.ai-lead-header span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.ai-lead-header button {
    width: 26px;
    height: 26px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.ai-lead-form {
    padding: 18px 20px 20px;
}

.ai-lead-form .form-group {
    margin-bottom: 12px;
}

.ai-lead-form label {
    display: block;
    margin-bottom: 5px;
    color: #344054;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.ai-lead-form input {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    padding: 0 12px;
    background: #fff;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
}

.ai-lead-form input:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(157, 35, 157, 0.12);
}

.ai-lead-error {
    min-height: 18px;
    margin: -2px 0 4px;
    color: #b42318;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.ai-lead-consent {
    margin-bottom: 12px;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.45;
}

.ai-lead-submit {
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 6px;
    background: var(--brand-primary);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.ai-lead-submit:hover {
    background: #111827;
}

.whatsapp-chat {
    left: 28px !important;
    right: auto !important;
    bottom: 166px;
    width: 330px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20, 24, 35, 0.18);
}

.whatsapp-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 24px 14px;
    background: #086b5b;
    color: #fff;
}

.whatsapp-header strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.whatsapp-header span {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.whatsapp-header button {
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.whatsapp-body {
    min-height: 205px;
    padding: 26px 24px;
    background-color: #f4f1ea;
    background-image:
        radial-gradient(circle at 20px 20px, rgba(8, 107, 91, 0.08) 2px, transparent 3px),
        radial-gradient(circle at 70px 55px, rgba(8, 107, 91, 0.07) 1px, transparent 2px),
        linear-gradient(135deg, transparent 0 48%, rgba(8, 107, 91, 0.04) 49% 51%, transparent 52%);
    background-size: 92px 92px, 80px 80px, 34px 34px;
}

.whatsapp-message {
    max-width: 258px;
    padding: 12px 14px;
    border-radius: 4px;
    background: #d9fac8;
    color: #101828;
    box-shadow: 0 1px 0 rgba(20, 24, 35, 0.05);
}

.whatsapp-message p {
    margin: 0;
    color: #101828;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 650;
}

.whatsapp-footer {
    padding: 16px 24px 10px;
    text-align: center;
    background: #fff;
}

.whatsapp-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.whatsapp-footer a:hover {
    color: #fff;
    background: #1fbd59;
}

.whatsapp-footer i {
    color: #fff;
    font-size: 20px;
}

.whatsapp-footer small {
    display: block;
    margin-top: 12px;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}

.scroll-top {
    right: 28px !important;
    left: auto !important;
    bottom: -90px !important;
    width: 46px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 28px !important;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 14px 34px rgba(20, 24, 35, 0.18);
}

.scroll-top.open {
    bottom: 28px !important;
    opacity: 1;
    visibility: visible;
}

.scroll-top::before,
.scroll-top::after {
    display: none !important;
    content: none !important;
    animation: none !important;
    box-shadow: none !important;
}

.bpFab,
[class*="bpFab"] {
    right: 28px !important;
    left: auto !important;
    bottom: 88px !important;
    z-index: 1002 !important;
}

.bpFabWrapper,
.bpFabContainer,
.bpFab {
    display: none !important;
}

.bpFab,
[class*="bpFab"] {
    transform: scale(0.86);
    transform-origin: bottom right;
}

@media (max-width: 1199px) {
    .modern-section-head {
        display: block;
    }

    .modern-section-head > .col-lg-5,
    .modern-section-head > .col-lg-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .modern-section-head .text-end {
        text-align: left !important;
        margin-top: 22px;
    }

    .modern-section-head .nav-tabs {
        justify-content: flex-start;
    }

    .property-card-image {
        height: 250px;
    }

    .hero-section.modern-hero {
        width: 100vw;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
    }

    .modern-hero .carousel,
    .modern-hero .carousel-inner,
    .modern-hero .carousel-item,
    .hero-section .c-img {
        width: 100vw;
        height: clamp(360px, 92vw, 560px);
    }

    .hero-section .c-img {
        object-fit: cover;
        object-position: center;
    }

    .main-header .outer-box {
        padding: 0 20px !important;
    }

    .main-header .outer-box .main-box {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 92px;
    }

    .main-header .logo-box {
        padding: 0 !important;
    }

    .main-header .logo-box .logo {
        max-width: none;
        margin: 0 !important;
    }

    .front-logo {
        display: block;
        width: auto !important;
        max-width: min(250px, calc(100vw - 115px));
        max-height: 74px;
    }

    .main-header .menu-area {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 48px;
        width: 48px;
        gap: 0;
    }

    .menu-area .mobile-nav-toggler {
        display: flex !important;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        float: none;
        padding: 0;
        margin: 0 !important;
        line-height: 1;
    }

    .menu-area .mobile-nav-toggler .icon-bar {
        width: 28px;
        height: 2px;
        margin: 0 0 6px;
        background-color: #111827;
    }

    .menu-area .mobile-nav-toggler .icon-bar:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .header-top {
        padding: 8px 18px !important;
    }

    .header-top .top-inner {
        justify-content: center;
    }

    .header-top .right-column {
        display: none;
    }

    .header-top .info {
        justify-content: center;
        gap: 10px 16px;
    }

    .header-top .info li {
        font-size: 13px;
    }

    .main-header .outer-box {
        padding: 0 18px !important;
    }

    .main-header .outer-box .main-box {
        min-height: 74px;
    }

    .main-header .menu-area {
        flex: 0 0 auto;
    }

    .front-header-cta {
        display: none;
    }

    .front-header-lower .main-box {
        min-height: 78px;
    }

    .front-logo {
        max-height: 54px;
        max-width: 180px;
    }

    .modern-hero,
    .modern-hero .carousel,
    .modern-hero .carousel-inner,
    .modern-hero .carousel-item,
    .hero-section .c-img {
        min-height: 0;
        height: clamp(420px, 95vw, 620px);
    }

    .hero-section .c-img {
        object-fit: cover;
        object-position: center;
    }

    .hero-section .c-img {
        width: 100% !important;
    }

    .home-hero-content {
        min-height: 470px;
    }

    .home-hero-intro-copy h1 {
        font-size: 48px;
    }

    .home-hero-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .home-hero-intro-actions {
        justify-content: flex-start;
    }

    .modern-search-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modern-search-panel .theme-btn {
        width: 100%;
    }

    .property-list-image,
    .property-deal-image {
        height: 280px;
    }

    .deals-style-two .deals-block-one .inner-box,
    .deals-style-two .deals-block-one .inner-box .lower-content {
        min-height: 252px;
    }

    .deals-style-two .deals-block-one .inner-box {
        padding: 0 28px;
    }

    .book-visit-section {
        padding: 58px 0;
    }
}

@media (max-width: 991px) {
    .modern-footer .footer-top {
        padding: 26px 0 10px !important;
    }

    .modern-footer .footer-bottom .inner-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .modern-footer .subscribe-widget {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .home-search-section {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 12px 12px 0;
        background: #fff;
    }

    .modern-hero,
    .modern-hero .carousel,
    .modern-hero .carousel-inner,
    .modern-hero .carousel-item {
        min-height: 0;
        height: clamp(250px, 52vw, 360px) !important;
    }

    .modern-hero picture,
    .hero-section .c-img {
        width: 100% !important;
        height: clamp(250px, 52vw, 360px) !important;
        aspect-ratio: auto;
        object-fit: fill;
        object-position: center;
        background: #fff;
    }

    .home-search-section .auto-container {
        padding-right: 0;
        padding-left: 0;
    }

    .feature-style-two {
        padding-top: 34px !important;
    }

    .modern-hero .carousel-indicators {
        display: none;
    }

    .modern-search-panel {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px;
    }

    .modern-search-field label {
        margin-bottom: 4px;
        font-size: 10px;
        line-height: 14px;
    }

    .modern-search-field select,
    .modern-search-field input {
        height: 40px;
        padding: 0 11px;
        border-radius: 7px;
        font-size: 14px;
    }

    .modern-search-panel .theme-btn {
        min-height: 40px;
        padding: 9px 15px !important;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 575px) {
    .header-top {
        display: none;
    }

    .front-header-lower {
        min-height: 92px;
    }

    .main-header .outer-box {
        padding: 0 20px !important;
    }

    .main-header .outer-box .main-box {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
        align-items: center;
        min-height: 92px;
        gap: 16px;
    }

    .front-logo-box,
    .main-header .logo-box {
        padding: 0 !important;
    }

    .main-header .logo-box .logo {
        max-width: none;
        margin: 0;
    }

    .front-logo {
        display: block;
        width: auto !important;
        max-width: min(240px, calc(100vw - 110px));
        max-height: 74px;
    }

    .main-header .menu-area {
        justify-content: flex-end;
        width: 48px;
        gap: 0;
    }

    .main-menu {
        display: none;
    }

    .menu-area .mobile-nav-toggler {
        display: flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        float: none;
        line-height: 1;
    }

    .menu-area .mobile-nav-toggler .icon-bar {
        width: 28px;
        height: 2px;
        margin: 0 0 6px;
        background-color: #111827;
    }

    .menu-area .mobile-nav-toggler .icon-bar:last-child {
        margin-bottom: 0;
    }

    .modern-hero,
    .modern-hero .carousel,
    .modern-hero .carousel-inner,
    .modern-hero .carousel-item,
    .hero-section .c-img {
        min-height: 0;
        height: clamp(240px, 52vw, 330px) !important;
    }

    .modern-hero picture,
    .hero-section .c-img {
        height: clamp(240px, 52vw, 330px) !important;
        object-fit: fill;
        object-position: center;
        background: #fff;
    }

    .home-hero-content {
        min-height: 430px;
        align-items: flex-start;
        padding-top: 34px;
    }

    .home-hero-intro-copy h1 {
        font-size: 32px;
        line-height: 1.08;
    }

    .home-hero-intro-copy p {
        max-width: 450px;
        font-size: 15px;
        line-height: 1.55;
    }

    .home-hero-intro-actions {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .home-hero-intro-actions .theme-btn {
        width: 100%;
        min-height: 52px;
        padding: 12px 14px;
        text-align: center;
    }

    .modern-search-panel {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px;
        border-radius: 8px;
        box-shadow: 0 12px 30px rgba(16, 24, 40, 0.12);
    }

    .modern-search-field label {
        margin-bottom: 4px;
        font-size: 10px;
        line-height: 14px;
    }

    .modern-search-field select,
    .modern-search-field input {
        height: 40px;
        padding: 0 11px;
        border-radius: 7px;
        font-size: 14px;
    }

    .modern-search-panel .theme-btn {
        min-height: 40px;
        padding: 9px 15px !important;
        font-size: 14px;
        line-height: 18px;
    }

    .home-search-section {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 3;
        padding: 10px 10px 0;
        background: #fff;
    }

    .feature-style-two {
        padding-top: 32px !important;
    }

    .modern-hero .carousel-indicators {
        display: none;
    }

    .modern-section {
        padding: 52px 0 !important;
    }

    .modern-section-head h2 {
        font-size: 30px;
    }

    .modern-centered-title h2,
    .modern-tour-widget h2 {
        font-size: 30px;
    }

    .modern-tour-form {
        padding: 24px;
    }

    .modern-footer .footer-top {
        padding: 24px 0 8px !important;
    }

    .modern-footer .subscribe-widget {
        padding: 0;
    }

    .modern-footer .updates-form {
        grid-template-columns: 1fr;
    }

    .modern-footer .updates-form > .form-group:first-of-type,
    .modern-footer .updates-form > .text-center,
    .modern-footer .updates-fields {
        grid-column: 1;
        grid-row: auto;
    }

    .modern-footer .updates-fields {
        grid-template-columns: 1fr;
    }

    .modern-footer .footer-nav {
        gap: 12px;
    }

    .property-card-image,
    .property-list-image,
    .property-deal-image {
        height: 230px;
    }

    .deals-style-two .deals-block-one .inner-box,
    .deals-style-two .deals-block-one .inner-box .lower-content {
        min-height: 0;
    }

    .deals-style-two .deals-block-one .inner-box {
        padding: 24px;
    }

    .whatsapp-chat {
        left: 12px !important;
        right: auto !important;
        width: min(330px, calc(100vw - 24px));
        bottom: 154px;
    }

    .whatsapp-float {
        left: 16px !important;
        right: auto !important;
        bottom: 18px;
    }

    .call-float {
        left: 18px;
        bottom: 84px;
        width: 50px;
        height: 50px;
    }

    .ai-float {
        right: 16px;
        bottom: 74px;
        width: 50px;
        height: 50px;
    }

    .ai-lead-panel {
        right: 12px;
        bottom: 136px;
        width: min(350px, calc(100vw - 24px));
    }

    .bpFab,
    [class*="bpFab"] {
        right: 16px !important;
        left: auto !important;
        bottom: 74px !important;
    }

    .scroll-top {
        right: 16px !important;
        bottom: -90px !important;
    }

    .scroll-top.open {
        bottom: 18px !important;
    }
}
