/* Home landing page */
.home-landing {
    --home-wide: min(1580px, calc(100vw - 48px));
    --home-accent: #f6a333;
    --home-accent-soft: #ffc64f;
    --home-dark: #071017;
    --home-ink: #101722;
    --home-muted: #586172;
    --home-line: rgba(16, 23, 34, 0.10);
    --home-shadow: 0 18px 46px rgba(15, 23, 42, 0.10);
    background:
        radial-gradient(circle at 50% 0, rgba(246, 163, 51, 0.045), transparent 30rem),
        linear-gradient(180deg, #ffffff 0%, #f7f8fa 56%, #ffffff 100%);
    box-sizing: border-box;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    overflow-x: clip;
    padding: 0 0 34px;
    width: 100vw;
}

.home-landing .home-premium-section,
.home-landing-section,
.home-landing-hero__inner,
.home-intro-cards,
.home-dashboard-grid,
.home-mobile-trust-summary,
.home-region-showcase,
.home-process-section,
.home-featured-section,
.home-partner-cta,
.home-trust-band {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: var(--home-wide);
}

.home-landing .home-premium-hero,
.home-landing-hero {
    background:
        linear-gradient(90deg, rgba(5, 10, 15, 0.72) 0%, rgba(5, 10, 15, 0.58) 39%, rgba(5, 10, 15, 0.25) 72%, rgba(5, 10, 15, 0.13) 100%),
        var(--hero-cover, linear-gradient(135deg, #101820, #344737));
    background-position: center;
    background-size: cover;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    min-height: 370px;
    overflow: visible;
    position: relative;
    width: 100%;
}

.home-landing-hero::before {
    background:
        linear-gradient(90deg, rgba(5, 10, 15, 0.72) 0%, rgba(5, 10, 15, 0.58) 39%, rgba(5, 10, 15, 0.25) 72%, rgba(5, 10, 15, 0.13) 100%),
        radial-gradient(circle at 84% 18%, rgba(246, 163, 51, 0.12), transparent 19rem);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.home-landing-hero__video {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.home-landing-hero__inner {
    align-items: center;
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, 0.86fr) minmax(380px, 460px);
    min-height: 370px;
    padding: 38px 0 58px;
    position: relative;
    z-index: 2;
}

.home-landing-kicker,
.home-section-kicker {
    color: var(--home-accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.18em;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.home-landing-kicker {
    margin-bottom: 14px;
}

.home-landing-hero h1 {
    color: #ffffff;
    font-size: clamp(38px, 3.65vw, 52px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.02;
    margin-bottom: 14px;
    max-width: 610px;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
}

.home-landing-hero h1 span {
    color: var(--home-accent-soft);
}

.home-landing-hero__lead {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14.5px;
    line-height: 1.48;
    max-width: 620px;
}

.home-landing-hero__lead-mobile,
.home-partner-cta__mobile {
    display: none;
}

.home-landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.home-landing-actions .hero-partner-button,
.home-partner-cta .hero-partner-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 12px 22px;
    text-decoration: none;
}

.home-landing-actions .hero-partner-button--apply,
.home-partner-cta .hero-partner-button--apply {
    background: linear-gradient(135deg, var(--home-accent-soft), var(--home-accent));
    box-shadow: 0 16px 34px rgba(246, 163, 51, 0.30);
    color: #121212;
}

.home-landing-actions .hero-partner-button--info {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.36);
    color: #ffffff;
}

.home-landing-actions .hero-partner-button::after,
.home-partner-cta .hero-partner-button::after,
.home-section-link::after {
    content: "›";
    font-size: 17px;
    line-height: 1;
    margin-left: 11px;
}

.home-landing-panel {
    align-self: center;
    background: rgba(7, 16, 23, 0.60);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 16px;
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28);
    justify-self: end;
    max-width: 460px;
    padding: 20px 22px;
    width: 100%;
    backdrop-filter: blur(18px);
}

.home-landing-panel__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-landing-panel .home-premium-stat {
    align-items: center;
    display: grid;
    gap: 8px;
    justify-items: center;
    min-width: 0;
    padding: 0 14px;
    text-align: center;
}

.home-landing-panel .home-premium-stat + .home-premium-stat {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.home-premium-stat__icon,
.home-landing-panel__trust-icon {
    color: var(--home-accent-soft);
    display: inline-flex;
}

.home-premium-stat__icon {
    height: 28px;
    width: 28px;
}

.home-premium-stat__icon svg,
.home-landing-panel__trust-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.home-premium-stat__icon svg path,
.home-landing-panel__trust-icon svg path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.home-landing-panel .home-premium-stat strong {
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    line-height: 0.95;
    min-width: 0;
}

.home-landing-panel .home-premium-stat small {
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.home-landing-panel__trust {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.88);
    display: grid;
    gap: 11px;
    grid-template-columns: 30px minmax(0, 1fr);
    margin-top: 18px;
    padding-top: 16px;
}

.home-landing-panel__trust-icon {
    height: 30px;
    width: 30px;
}

.home-landing-panel__trust span:last-child {
    font-size: 12.5px;
    font-weight: 850;
    line-height: 1.45;
}

.home-intro-cards {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(16, 23, 34, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -34px;
    padding: 0;
    position: relative;
    z-index: 4;
}

.home-info-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 13px;
    grid-template-columns: 42px minmax(0, 1fr) 16px;
    min-height: 86px;
    padding: 14px 18px;
    position: relative;
}

.home-info-card:not(:last-child) {
    border-right: 1px solid rgba(16, 23, 34, 0.10);
}

.home-info-card::after {
    align-self: center;
    color: #111827;
    content: "›";
    font-size: 26px;
    font-weight: 300;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    opacity: 0.88;
}

.home-info-card__icon {
    align-items: center;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.92), transparent 43%),
        linear-gradient(135deg, #ffe0b0 0%, #ffbd72 100%);
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(184, 86, 12, 0.18);
    color: #c65d10;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 42px;
}

.home-info-card__icon svg {
    display: block;
    height: 27px;
    width: 27px;
}

.home-info-card__icon svg path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.home-info-card h2 {
    color: var(--home-ink);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}

.home-info-card p {
    color: var(--home-muted);
    font-size: 10.8px;
    line-height: 1.36;
    margin-bottom: 0;
}

.home-info-card a {
    display: none;
}

.home-soft-badge {
    align-items: center;
    background: #dff2df;
    border-radius: 999px;
    color: #257035;
    display: inline-flex;
    font-size: 9.5px;
    font-weight: 900;
    margin-top: 6px;
    padding: 6px 10px;
}

.home-soft-badge::before {
    content: "✓";
    margin-right: 6px;
}

.home-landing .home-featured-section {
    padding: 28px 0 22px;
}

.home-featured-head {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.home-featured-head .home-section-kicker {
    display: none;
}

.home-featured-head h2 {
    color: var(--home-ink);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.045em;
    margin: 0;
}

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

.home-showcase-card {
    background: #ffffff;
    border: 1px solid rgba(16, 23, 34, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(132px, 0.95fr);
    min-height: 172px;
    min-width: 0;
    overflow: hidden;
    transition: box-shadow .18s ease, transform .18s ease;
}

.home-showcase-card:hover {
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
    transform: translateY(-2px);
}

.home-showcase-card__body {
    align-content: start;
    display: grid;
    gap: 6px;
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    padding: 13px 12px 12px;
}

.home-showcase-card__media {
    background: #e5e7eb;
    display: block;
    grid-column: 2;
    grid-row: 1;
    min-height: 172px;
    min-width: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.home-showcase-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.home-showcase-card__top {
    align-items: center;
    display: flex;
    gap: 7px;
    min-width: 0;
}

.home-showcase-card__badge {
    background: var(--home-accent-soft);
    border-radius: 7px;
    color: #111827;
    flex: 0 0 auto;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: 0.045em;
    line-height: 1;
    padding: 5px 7px;
    text-transform: uppercase;
}

.home-showcase-card__location {
    color: #475569;
    font-size: 9.5px;
    font-weight: 850;
    line-height: 1.2;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-showcase-card__location::before {
    color: #b45309;
    content: "⌖";
    margin-right: 4px;
}

.home-showcase-card__title {
    color: var(--home-ink);
    font-size: 13.5px;
    font-weight: 950;
    letter-spacing: -0.035em;
    line-height: 1.15;
    margin: 0;
    min-width: 0;
}

.home-showcase-card__title a {
    color: inherit;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-showcase-card__price {
    color: #050505;
    display: block;
    font-size: 17px;
    font-weight: 950;
    letter-spacing: -0.048em;
    line-height: 1.02;
}

.home-showcase-card__meta {
    color: #475569;
    font-size: 9.8px;
    font-weight: 850;
    line-height: 1.2;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-showcase-card__offer {
    background: linear-gradient(135deg, #fff8dc, #fff0b5);
    border: 1px solid rgba(240, 176, 51, 0.38);
    border-radius: 9px;
    display: grid;
    gap: 2px;
    margin-top: 2px;
    padding: 7px 8px;
}

.home-showcase-card__offer span {
    color: #6b7280;
    font-size: 7.2px;
    font-weight: 950;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.home-showcase-card__offer strong {
    color: #159447;
    font-size: 10.5px;
    font-weight: 950;
    line-height: 1.05;
}

.home-showcase-card__actions {
    align-self: end;
    display: grid;
    gap: 6px;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1fr) 34px;
    margin-top: 4px;
}

.home-showcase-card__action {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 8px;
    color: #111827;
    display: inline-flex;
    font-size: 9.5px;
    font-weight: 950;
    justify-content: center;
    min-height: 31px;
    padding: 0 8px;
    text-decoration: none;
    white-space: nowrap;
}

.home-showcase-card__action--primary {
    background: #050505;
    border-color: #050505;
    color: #ffffff;
}

.home-showcase-card__action--whatsapp {
    background: #18a843;
    border-color: #18a843;
    color: transparent;
    font-size: 0;
    padding: 0;
    position: relative;
}

.home-showcase-card__action--whatsapp::before {
    color: #ffffff;
    content: "☎";
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.home-showcase-card__placeholder {
    align-items: center;
    background: linear-gradient(135deg, #1f2937, #111827);
    color: #ffffff;
    display: flex;
    font-size: 10px;
    font-weight: 950;
    height: 100%;
    justify-content: center;
    padding: 12px;
    text-align: center;
}

.home-showcase-card__count {
    background: rgba(5, 5, 5, 0.74);
    border-radius: 999px;
    bottom: 8px;
    color: #ffffff;
    font-size: 8.5px;
    font-weight: 900;
    padding: 4px 7px;
    position: absolute;
    right: 8px;
}

.home-premium-empty {
    background: #ffffff;
    border: 1px solid var(--home-line);
    border-radius: 14px;
    box-shadow: var(--home-shadow);
    color: var(--home-muted);
    display: grid;
    gap: 5px;
    padding: 22px;
}

.home-premium-empty strong {
    color: var(--home-ink);
}

.home-dashboard-grid {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.12fr) minmax(0, 0.95fr);
    padding: 0 0 26px;
}

.home-partner-cta,
.home-mobile-trust-summary,
.home-region-showcase {
    border-radius: 16px;
    box-sizing: border-box;
    min-height: 168px;
    min-width: 0;
    width: 100%;
}

.home-partner-cta {
    align-content: stretch;
    background:
        radial-gradient(circle at 9% 22%, rgba(244, 199, 107, 0.19), transparent 12rem),
        linear-gradient(135deg, #0b131c 0%, #050505 68%, #111923 100%);
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
    color: #ffffff;
    display: grid;
    gap: 14px;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 22px 22px 18px;
    position: relative;
}

.home-partner-cta::before {
    color: var(--home-accent-soft);
    content: "∞";
    font-size: 58px;
    font-weight: 300;
    grid-column: 1;
    grid-row: 1 / span 2;
    line-height: 0.82;
    opacity: 0.96;
}

.home-partner-cta__content {
    align-self: start;
    display: grid;
    gap: 5px;
    grid-column: 2;
    min-width: 0;
}

.home-partner-cta .home-section-kicker {
    color: var(--home-accent-soft);
    font-size: 10px;
    letter-spacing: 0.16em;
    margin: 0;
}

.home-partner-cta h2,
.home-mobile-trust-summary h2,
.home-region-showcase h2 {
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -0.045em;
    line-height: 1.06;
    margin: 0;
}

.home-partner-cta h2 {
    color: #ffffff;
}

.home-partner-cta p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12.4px;
    line-height: 1.36;
    margin: 0;
}

.home-partner-cta .hero-partner-button {
    align-self: end;
    grid-column: 2;
    justify-self: end;
    min-height: 38px;
    padding: 10px 24px;
}

.home-partner-cta::after {
    align-items: center;
    bottom: 17px;
    color: rgba(255, 255, 255, 0.84);
    content: "✓ İlanlarınızı yönetin   ✓ Teklifleri takip edin   ✓ Kontrollü onay akışı";
    display: flex;
    font-size: 10.5px;
    font-weight: 850;
    gap: 8px;
    left: 22px;
    max-width: calc(100% - 190px);
    overflow: hidden;
    position: absolute;
    right: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-mobile-trust-summary {
    background:
        radial-gradient(circle at 50% 0%, rgba(244, 199, 107, 0.08), transparent 15rem),
        #ffffff;
    border: 1px solid rgba(16, 23, 34, 0.09);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
    display: grid;
    gap: 16px;
    padding: 22px;
}

.home-mobile-trust-summary h2,
.home-region-showcase h2 {
    color: var(--home-ink);
}

.home-mobile-trust-summary ul {
    align-items: stretch;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-mobile-trust-summary li {
    align-content: start;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(16, 23, 34, 0.08);
    border-radius: 14px;
    color: #334155;
    display: grid;
    font-size: 10.6px;
    font-weight: 800;
    gap: 7px;
    line-height: 1.32;
    min-width: 0;
    padding: 12px 10px;
}

.home-mobile-trust-summary li::before {
    align-items: center;
    background:
        radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.96), transparent 42%),
        linear-gradient(135deg, #fff1c7, #f4c76b);
    border: 1px solid rgba(180, 83, 9, 0.16);
    border-radius: 999px;
    color: #111827;
    content: "✓";
    display: inline-flex;
    font-size: 14px;
    font-weight: 950;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.home-region-showcase {
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.96), rgba(255, 255, 255, 0.99));
    border: 1px solid rgba(217, 119, 6, 0.18);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
    display: grid;
    gap: 14px;
    padding: 22px;
}

.home-region-showcase .home-section-copy {
    display: grid;
    gap: 5px;
}

.home-region-showcase .home-section-kicker {
    color: #d97706;
    font-size: 9.5px;
    letter-spacing: 0.16em;
    margin: 0;
}

.home-region-showcase .home-section-copy p:not(.home-section-kicker) {
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.36;
    margin: 0;
}

.home-region-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-region-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(217, 119, 6, 0.15);
    border-radius: 14px;
    color: #1f2937;
    display: grid;
    font-size: 10.5px;
    font-weight: 900;
    gap: 7px;
    justify-items: center;
    min-height: 74px;
    padding: 10px 8px;
    position: relative;
    text-align: center;
}

.home-region-card::before {
    align-items: center;
    color: #111827;
    display: inline-flex;
    font-size: 23px;
    height: 26px;
    justify-content: center;
    line-height: 1;
    width: 26px;
}

.home-region-card--coast::before {
    content: "⌂";
}

.home-region-card--land::before {
    content: "♧";
}

.home-region-card--stone::before {
    content: "⌖";
}

.home-region-card--tourism::before {
    content: "⚿";
}

.home-region-card::after {
    color: #b45309;
    content: "⌄";
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.home-region-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(217, 119, 6, 0.15);
    border-radius: 10px;
    color: #1f2937;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
    padding: 9px 10px;
    text-align: center;
}

.site-footer {
    margin-top: 0;
}

@media (max-width: 1180px) {
    .home-landing {
        --home-wide: min(1120px, calc(100vw - 40px));
    }

    .home-landing-hero__inner {
        gap: 28px;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
    }

    .home-featured-section .home-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-dashboard-grid {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.12fr) minmax(0, 0.96fr);
    padding: 0 0 26px;
}

.home-partner-cta,
.home-mobile-trust-summary,
.home-region-showcase {
    border-radius: 16px;
    box-sizing: border-box;
    min-height: 154px;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.home-partner-cta {
    background:
        radial-gradient(circle at 16% 16%, rgba(246, 195, 88, 0.18), transparent 11rem),
        linear-gradient(135deg, #0a121b 0%, #050505 72%, #111923 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.13);
    color: #ffffff;
    display: grid;
    gap: 12px;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 20px 22px 18px;
    position: relative;
}

.home-partner-cta::before {
    align-self: start;
    background:
        radial-gradient(circle at 30% 35%, transparent 0 7px, #f4c76b 7.5px 10px, transparent 10.5px),
        radial-gradient(circle at 70% 35%, transparent 0 7px, #f4c76b 7.5px 10px, transparent 10.5px),
        linear-gradient(#f4c76b, #f4c76b) 50% 78% / 42px 3px no-repeat;
    content: "";
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 48px;
    margin-top: 4px;
    opacity: 0.96;
    width: 48px;
}

.home-partner-cta__content {
    display: grid;
    gap: 5px;
    grid-column: 2 / span 2;
    min-width: 0;
}

.home-partner-cta .home-section-kicker {
    color: var(--home-accent-soft);
    font-size: 10px;
    letter-spacing: 0.16em;
    margin: 0;
}

.home-partner-cta h2,
.home-mobile-trust-summary h2,
.home-region-showcase h2 {
    font-size: 21px;
    font-weight: 950;
    letter-spacing: -0.045em;
    line-height: 1.05;
    margin: 0;
}

.home-partner-cta h2 {
    color: #ffffff;
}

.home-partner-cta p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12.3px;
    line-height: 1.35;
    margin: 0;
}

.home-partner-cta .hero-partner-button {
    align-self: end;
    grid-column: 3;
    justify-self: end;
    min-height: 36px;
    padding: 9px 24px;
}

.home-partner-cta__content::after {
    color: rgba(255, 255, 255, 0.78);
    content: "İlan yönetimi · Teklif takibi · Kontrollü onay akışı";
    display: block;
    font-size: 10.4px;
    font-weight: 850;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-mobile-trust-summary {
    background:
        radial-gradient(circle at 52% -18%, rgba(244, 199, 107, 0.12), transparent 13rem),
        #ffffff;
    border: 1px solid rgba(16, 23, 34, 0.09);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
    display: grid;
    gap: 15px;
    padding: 20px 22px;
}

.home-mobile-trust-summary h2,
.home-region-showcase h2 {
    color: var(--home-ink);
}

.home-mobile-trust-summary ul {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-mobile-trust-summary li {
    align-content: start;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(16, 23, 34, 0.08);
    border-radius: 14px;
    color: #334155;
    display: grid;
    font-size: 10.7px;
    font-weight: 850;
    gap: 7px;
    line-height: 1.28;
    min-width: 0;
    padding: 12px 11px;
}

.home-mobile-trust-summary li::before {
    align-items: center;
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.94), transparent 42%),
        linear-gradient(135deg, #fff3c4, #f4c76b);
    border: 1px solid rgba(180, 83, 9, 0.16);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(180, 83, 9, 0.10);
    color: #111827;
    content: "✓";
    display: inline-flex;
    font-size: 12px;
    font-weight: 950;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.home-region-showcase {
    background:
        radial-gradient(circle at 88% 12%, rgba(244, 199, 107, 0.18), transparent 11rem),
        linear-gradient(135deg, rgba(255, 247, 237, 0.96), rgba(255, 255, 255, 0.99));
    border: 1px solid rgba(217, 119, 6, 0.18);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
    display: grid;
    gap: 13px;
    padding: 20px 22px;
}

.home-region-showcase .home-section-copy {
    display: grid;
    gap: 5px;
}

.home-region-showcase .home-section-kicker {
    color: #d97706;
    font-size: 9.5px;
    letter-spacing: 0.16em;
    margin: 0;
}

.home-region-showcase .home-section-copy p:not(.home-section-kicker) {
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.35;
    margin: 0;
}

.home-region-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-region-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(217, 119, 6, 0.15);
    border-radius: 14px;
    color: #1f2937;
    display: grid;
    font-size: 10.5px;
    font-weight: 900;
    gap: 6px;
    justify-items: center;
    min-height: 70px;
    padding: 10px 8px;
    position: relative;
    text-align: center;
}

.home-region-card::before {
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    color: #111827;
    display: inline-flex;
    font-size: 17px;
    height: 28px;
    justify-content: center;
    line-height: 1;
    width: 28px;
}

.home-region-card--coast::before {
    content: "⌂";
}

.home-region-card--land::before {
    content: "♧";
}

.home-region-card--stone::before {
    content: "⌖";
}

.home-region-card--tourism::before {
    content: "⚿";
}

.home-region-card::after {
    color: #b45309;
    content: "⌄";
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}
    .home-mobile-trust-summary {
        order: 1;
    }

    .home-partner-cta {
        order: 2;
    }

    .home-region-showcase {
        order: 3;
    }
}

@media (max-width: 520px) {
    .home-landing {
        --home-wide: calc(100% - 24px);
    }

    .home-landing-hero__inner {
        padding: 16px 0 14px;
    }

    .home-showcase-card {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 154px minmax(0, auto);
    }

    .home-showcase-card__media {
        grid-column: 1;
        grid-row: 1;
        min-height: 154px;
    }

    .home-showcase-card__body {
        grid-column: 1;
        grid-row: 2;
        padding: 10px;
    }

    .home-showcase-card__title {
        font-size: 13px;
    }

    .home-showcase-card__badge {
        font-size: 7.5px;
        padding: 4px 6px;
    }

    .home-showcase-card__actions {
        gap: 5px;
        grid-template-columns: minmax(0, .8fr) minmax(0, 1fr) 42px;
    }

    .home-showcase-card__action {
        font-size: 9.5px;
        min-height: 42px;
        padding: 0 7px;
    }

    .home-showcase-card__action--whatsapp {
        padding: 0;
    }

    .home-partner-cta,
    .home-mobile-trust-summary,
    .home-region-showcase {
        padding: 18px;
    }

    .home-region-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* Home listing card premium refinement */
@media (min-width: 1181px) {
    .home-landing .home-featured-section {
        width: min(1580px, calc(100vw - 48px));
    }

    .home-featured-section .home-featured-grid {
        gap: 18px;
    }

    .home-showcase-card {
        grid-template-columns: minmax(154px, 0.84fr) minmax(190px, 1.16fr);
        min-height: 188px;
        border-radius: 17px;
    }

    .home-showcase-card__body {
        gap: 4px;
        padding: 12px 10px 10px 12px;
    }

    .home-showcase-card__media {
        min-height: 188px;
    }

    .home-showcase-card__media::before,
    .home-showcase-card__media::after {
        align-items: center;
        background: rgba(5, 10, 15, 0.50);
        border-radius: 999px;
        color: #ffffff;
        display: flex;
        font-size: 23px;
        font-weight: 800;
        height: 30px;
        justify-content: center;
        line-height: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
    }

    .home-showcase-card__media::before {
        content: "‹";
        left: 8px;
    }

    .home-showcase-card__media::after {
        content: "›";
        right: 8px;
    }

    .home-showcase-card__badge {
        border-radius: 6px;
        font-size: 7.1px;
        padding: 4px 6px;
    }

    .home-showcase-card__location {
        font-size: 8.3px;
        font-weight: 850;
    }

    .home-showcase-card__title {
        font-size: 12.7px;
        font-weight: 950;
        letter-spacing: -0.026em;
        line-height: 1.13;
    }

    .home-showcase-card__price {
        font-size: 15.8px;
        font-weight: 950;
        letter-spacing: -0.04em;
    }

    .home-showcase-card__meta {
        font-size: 8.8px;
        font-weight: 850;
    }

    .home-showcase-card__offer {
        border-radius: 8px;
        margin-top: 2px;
        padding: 6px 7px;
    }

    .home-showcase-card__offer span {
        font-size: 6.8px;
    }

    .home-showcase-card__offer strong {
        font-size: 10px;
    }

    .home-showcase-card__actions {
        gap: 5px;
        grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr) 31px;
        margin-top: 4px;
    }

    .home-showcase-card__action {
        border-radius: 8px;
        font-size: 8.7px;
        min-height: 29px;
        padding: 0 7px;
    }
}

@media (min-width: 1181px) and (max-width: 1420px) {
    .home-landing .home-featured-section {
        width: min(1320px, calc(100vw - 40px));
    }

    .home-featured-section .home-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-showcase-card {
        grid-template-columns: minmax(190px, 0.85fr) minmax(240px, 1.15fr);
        min-height: 198px;
    }

    .home-showcase-card__media {
        min-height: 198px;
    }
}

.home-showcase-card__action--whatsapp {
    align-items: center;
    background: #16a647;
    border-color: #16a647;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    padding: 0;
}

.home-showcase-card__action--whatsapp::before {
    content: none;
}

.home-showcase-card__action--whatsapp svg {
    display: block;
    fill: currentColor;
    height: 17px;
    width: 17px;
}

.home-showcase-card__media img {
    object-fit: cover;
    object-position: center center;
}

.home-showcase-card__placeholder {
    min-height: 100%;
}
/* Home showcase gallery repair */
.home-showcase-card__media {
    isolation: isolate;
    position: relative;
}

.home-showcase-card__media::before,
.home-showcase-card__media::after {
    content: none;
}

.home-showcase-card__media-link {
    display: block;
    height: 100%;
    inset: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}

.home-showcase-card__media .home-showcase-card__photo {
    display: none;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    width: 100%;
}

.home-showcase-card__media .home-showcase-card__photo.is-active {
    display: block;
}

.home-showcase-card__gallery-button {
    align-items: center;
    background: rgba(5, 10, 15, 0.54);
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 22px;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 4;
}

.home-showcase-card__gallery-button--prev {
    left: 8px;
}

.home-showcase-card__gallery-button--next {
    right: 8px;
}

.home-showcase-card__gallery-button:hover,
.home-showcase-card__gallery-button:focus-visible {
    background: rgba(5, 10, 15, 0.76);
}

.home-showcase-card__count {
    z-index: 5;
}

.home-showcase-card__placeholder {
    height: 100%;
    min-height: 100%;
}
/* Home investment ticker */
.home-investment-ticker {
    background: linear-gradient(135deg, #070b10 0%, #111923 100%);
    border: 1px solid rgba(244, 199, 107, 0.18);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    color: #ffffff;
    margin: 16px auto 16px;
    overflow: hidden;
    position: relative;
    width: min(1580px, calc(100vw - 48px));
}

.home-investment-ticker::before,
.home-investment-ticker::after {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 90px;
    z-index: 2;
}

.home-investment-ticker::before {
    background: linear-gradient(90deg, #070b10 0%, rgba(7, 11, 16, 0) 100%);
    left: 0;
}

.home-investment-ticker::after {
    background: linear-gradient(270deg, #111923 0%, rgba(17, 25, 35, 0) 100%);
    right: 0;
}

.home-investment-ticker__track {
    align-items: center;
    animation: homeTickerMove 38s linear infinite;
    display: flex;
    gap: 32px;
    min-height: 48px;
    padding: 0 32px;
    white-space: nowrap;
    width: max-content;
}

.home-investment-ticker__track span {
    align-items: center;
    color: rgba(255, 255, 255, 0.88);
    display: inline-flex;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: -0.015em;
}

.home-investment-ticker__track span::before {
    background: #f4c76b;
    border-radius: 999px;
    content: "";
    height: 7px;
    margin-right: 14px;
    width: 7px;
}

@keyframes homeTickerMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.home-investment-ticker:hover .home-investment-ticker__track {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .home-investment-ticker {
        border-radius: 10px;
        margin: 12px auto 16px;
        width: var(--home-wide);
    }

    .home-investment-ticker__track {
        animation-duration: 28s;
        gap: 24px;
        min-height: 48px;
        padding: 0 24px;
    }

    .home-investment-ticker__track span {
        font-size: 11.5px;
    }
}
/* Home dashboard final desktop composition */
@media (min-width: 1181px) {
    .home-dashboard-grid {
        align-items: stretch;
        display: grid;
        gap: 18px;
        grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.12fr) minmax(0, 0.96fr);
        padding: 0 0 26px;
    }

    .home-partner-cta,
    .home-mobile-trust-summary,
    .home-region-showcase {
        border-radius: 16px;
        box-sizing: border-box;
        min-height: 152px;
        overflow: hidden;
        width: 100%;
    }

    .home-partner-cta {
        background:
            radial-gradient(circle at 16% 18%, rgba(244, 199, 107, 0.20), transparent 12rem),
            linear-gradient(135deg, #0a121b 0%, #050505 70%, #111923 100%);
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 18px 44px rgba(15, 23, 42, 0.13);
        color: #ffffff;
        display: grid;
        gap: 12px;
        grid-template-columns: 58px minmax(0, 1fr) auto;
        grid-template-rows: minmax(0, 1fr) auto;
        padding: 20px 22px 18px;
        position: relative;
    }

    .home-partner-cta::before {
        align-self: start;
        background:
            radial-gradient(circle at 30% 35%, transparent 0 7px, #f4c76b 7.5px 10px, transparent 10.5px),
            radial-gradient(circle at 70% 35%, transparent 0 7px, #f4c76b 7.5px 10px, transparent 10.5px),
            linear-gradient(#f4c76b, #f4c76b) 50% 78% / 42px 3px no-repeat;
        content: "";
        grid-column: 1;
        grid-row: 1 / span 2;
        height: 48px;
        margin-top: 4px;
        width: 48px;
    }

    .home-partner-cta::after {
        content: none;
    }

    .home-partner-cta__content {
        display: grid;
        gap: 5px;
        grid-column: 2 / span 2;
        min-width: 0;
    }

    .home-partner-cta__content::after {
        color: rgba(255, 255, 255, 0.78);
        content: "İlan yönetimi · Teklif takibi · Kontrollü onay akışı";
        display: block;
        font-size: 10.4px;
        font-weight: 850;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-partner-cta .home-section-kicker {
        color: var(--home-accent-soft);
        font-size: 10px;
        letter-spacing: 0.16em;
        margin: 0;
    }

    .home-partner-cta h2,
    .home-mobile-trust-summary h2,
    .home-region-showcase h2 {
        font-size: 21px;
        font-weight: 950;
        letter-spacing: -0.045em;
        line-height: 1.05;
        margin: 0;
    }

    .home-partner-cta p {
        color: rgba(255, 255, 255, 0.78);
        font-size: 12.3px;
        line-height: 1.35;
        margin: 0;
    }

    .home-partner-cta .hero-partner-button {
        align-self: end;
        grid-column: 3;
        justify-self: end;
        min-height: 36px;
        padding: 9px 24px;
    }

    .home-mobile-trust-summary {
        background:
            radial-gradient(circle at 52% -18%, rgba(244, 199, 107, 0.12), transparent 13rem),
            #ffffff;
        border: 1px solid rgba(16, 23, 34, 0.09);
        box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
        display: grid;
        gap: 15px;
        padding: 20px 22px;
    }

    .home-mobile-trust-summary ul {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .home-mobile-trust-summary li {
        align-content: start;
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(16, 23, 34, 0.08);
        border-radius: 14px;
        color: #334155;
        display: grid;
        font-size: 10.7px;
        font-weight: 850;
        gap: 7px;
        line-height: 1.28;
        padding: 12px 11px;
    }

    .home-mobile-trust-summary li::before {
        align-items: center;
        background: linear-gradient(135deg, #fff3c4, #f4c76b);
        border: 1px solid rgba(180, 83, 9, 0.16);
        border-radius: 999px;
        box-shadow: 0 8px 18px rgba(180, 83, 9, 0.10);
        color: #111827;
        content: "✓";
        display: inline-flex;
        font-size: 12px;
        font-weight: 950;
        height: 30px;
        justify-content: center;
        width: 30px;
    }

    .home-region-showcase {
        background:
            radial-gradient(circle at 88% 12%, rgba(244, 199, 107, 0.18), transparent 11rem),
            linear-gradient(135deg, rgba(255, 247, 237, 0.96), rgba(255, 255, 255, 0.99));
        border: 1px solid rgba(217, 119, 6, 0.18);
        box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
        display: grid;
        gap: 13px;
        padding: 20px 22px;
    }

    .home-region-grid {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-region-card {
        align-items: center;
        background: rgba(255, 255, 255, 0.86);
        border: 1px solid rgba(217, 119, 6, 0.15);
        border-radius: 14px;
        color: #1f2937;
        display: grid;
        font-size: 10.5px;
        font-weight: 900;
        gap: 6px;
        justify-items: center;
        min-height: 70px;
        padding: 10px 8px;
        text-align: center;
    }

    .home-region-card::before {
        align-items: center;
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 999px;
        color: #111827;
        display: inline-flex;
        font-size: 17px;
        height: 28px;
        justify-content: center;
        line-height: 1;
        width: 28px;
    }

    .home-region-card--coast::before {
        content: "⌂";
    }

    .home-region-card--land::before {
        content: "♧";
    }

    .home-region-card--stone::before {
        content: "⌖";
    }

    .home-region-card--tourism::before {
        content: "⚿";
    }

    .home-region-card::after {
        color: #b45309;
        content: "⌄";
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
    }
}
/* Home dashboard premium SVG icon set */
@media (min-width: 1181px) {
    .home-partner-cta::before {
        background:
            url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23f4c76b' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='22' cy='21' r='9'/%3E%3Ccircle cx='42' cy='21' r='9'/%3E%3Cpath d='M10 50c2.5-10 9-15 18-15'/%3E%3Cpath d='M54 50c-2.5-10-9-15-18-15'/%3E%3Cpath d='M24 41h16'/%3E%3C/svg%3E") center / contain no-repeat;
        content: "";
        height: 52px;
        width: 52px;
    }

    .home-mobile-trust-summary li::before {
        background:
            url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111727' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 5 10 11v10c0 10.5 6 18 14 22 8-4 14-11.5 14-22V11L24 5Z'/%3E%3Cpath d='m17 24 5 5 10-12'/%3E%3C/svg%3E") center / 25px 25px no-repeat,
            linear-gradient(135deg, #fff3c4, #f4c76b);
        content: "";
        height: 34px;
        width: 34px;
    }

    .home-region-card::before {
        background-color: rgba(255, 255, 255, 0.82);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 22px 22px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 999px;
        content: "";
        height: 34px;
        width: 34px;
    }

    .home-region-card--coast::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111727' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 24 24 11l16 13'/%3E%3Cpath d='M13 22v17h22V22'/%3E%3Cpath d='M20 39V28h8v11'/%3E%3C/svg%3E");
    }

    .home-region-card--land::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111727' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 39V17'/%3E%3Cpath d='M24 17c-7 0-12 4-12 10 7 0 12-4 12-10Z'/%3E%3Cpath d='M24 20c7 0 12 4 12 10-7 0-12-4-12-10Z'/%3E%3Cpath d='M13 39h22'/%3E%3C/svg%3E");
    }

    .home-region-card--stone::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111727' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 6v36'/%3E%3Cpath d='M6 24h36'/%3E%3Cpath d='M14 14h20v20H14z'/%3E%3C/svg%3E");
    }

    .home-region-card--tourism::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111727' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 38h12'/%3E%3Cpath d='M24 28v10'/%3E%3Cpath d='M15 20a9 9 0 1 1 18 0c0 7-9 14-9 14s-9-7-9-14Z'/%3E%3Ccircle cx='24' cy='20' r='3'/%3E%3C/svg%3E");
    }

    .home-region-card::after {
        content: "›";
        font-size: 13px;
    }
}
/* Public home mobile responsive refinement */
@media (max-width: 768px) {
    .home-landing {
        --home-wide: calc(100% - 24px);
        margin-left: 0;
        margin-right: 0;
        overflow-x: hidden;
        width: 100%;
    }

    .home-landing .home-premium-section,
    .home-landing-section,
    .home-landing-hero__inner,
    .home-intro-cards,
    .home-dashboard-grid,
    .home-mobile-trust-summary,
    .home-region-showcase,
    .home-process-section,
    .home-featured-section,
    .home-partner-cta,
    .home-trust-band {
        max-width: var(--home-wide);
        min-width: 0;
        width: var(--home-wide);
    }

    .home-landing-hero {
        min-height: 0;
        overflow: hidden;
    }

    .home-landing-hero__inner {
        gap: 16px;
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
        padding: 20px 0 18px;
    }

    .home-landing-hero h1 {
        font-size: clamp(25px, 7.2vw, 38px);
        letter-spacing: -0.042em;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .home-landing-hero__lead {
        max-width: 100%;
    }

    .home-landing-actions {
        display: grid;
        gap: 9px;
        grid-template-columns: minmax(0, 1fr);
    }

    .home-landing-actions .hero-partner-button {
        flex: none;
        min-width: 0;
        width: 100%;
    }

    .home-landing-panel {
        justify-self: stretch;
        max-width: 100%;
        padding: 14px;
    }

    .home-landing-panel .home-premium-stat {
        padding: 0 8px;
    }

    .home-landing-panel .home-premium-stat strong {
        font-size: clamp(24px, 7vw, 32px);
    }

    .home-landing-panel .home-premium-stat small {
        font-size: 9.8px;
        overflow-wrap: anywhere;
    }

    .home-intro-cards {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 12px;
        overflow: hidden;
    }

    .home-info-card {
        grid-template-columns: 38px minmax(0, 1fr) 14px;
        min-height: 76px;
        padding: 12px 14px;
    }

    .home-info-card:not(:last-child) {
        border-bottom: 1px solid rgba(16, 23, 34, 0.10);
        border-right: 0;
    }

    .home-featured-section .home-featured-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-showcase-card {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(170px, auto) minmax(0, auto);
    }

    .home-showcase-card__media {
        grid-column: 1;
        grid-row: 1;
        min-height: 170px;
    }

    .home-showcase-card__body {
        grid-column: 1;
        grid-row: 2;
    }

    .home-dashboard-grid {
        grid-template-columns: minmax(0, 1fr);
        padding-bottom: 20px;
    }

    .home-mobile-trust-summary ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-partner-cta {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .home-partner-cta .hero-partner-button {
        grid-column: 1 / -1;
        justify-self: stretch;
    }

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

@media (max-width: 430px) {
    .home-landing {
        --home-wide: calc(100% - 20px);
    }

    .home-landing-hero__content {
        min-width: 0;
    }

    .home-landing-hero h1 {
        font-size: clamp(25px, 7.2vw, 31px);
        line-height: 1.08;
        overflow-wrap: break-word;
    }

    .home-landing-actions .hero-partner-button {
        flex-basis: 100%;
        padding-left: 12px;
        padding-right: 12px;
        white-space: normal;
        width: 100%;
    }

    .home-landing-panel .home-premium-stat {
        padding: 0 5px;
    }

    .home-landing-panel .home-premium-stat small {
        font-size: 9.5px;
        overflow-wrap: anywhere;
    }

    .home-showcase-card__actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-showcase-card__action,
    .home-showcase-card__action--whatsapp {
        width: 100%;
    }

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

/* Home region cards refined professional icons */
@media (min-width: 1181px) {
    .home-region-card {
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(217, 119, 6, 0.16);
        border-radius: 14px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055);
        color: #111827;
        min-height: 76px;
        transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    }

    .home-region-card:hover {
        border-color: rgba(217, 119, 6, 0.28);
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.09);
        transform: translateY(-1px);
    }

    .home-region-card::before {
        background-color: #fff7e6;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 23px 23px;
        border: 1px solid rgba(217, 119, 6, 0.20);
        border-radius: 999px;
        box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.58);
        content: "";
        height: 38px;
        width: 38px;
    }

    .home-region-card--coast::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23b45309' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 25 24 12l16 13'/%3E%3Cpath d='M13 23v17h22V23'/%3E%3Cpath d='M20 40V29h8v11'/%3E%3Cpath d='M18 22h12'/%3E%3C/svg%3E");
    }

    .home-region-card--land::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23b45309' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 39V18'/%3E%3Cpath d='M24 18c-7.5 0-12.5 4.2-12.5 10.5 7.5 0 12.5-4.2 12.5-10.5Z'/%3E%3Cpath d='M24 21c7.5 0 12.5 4.2 12.5 10.5-7.5 0-12.5-4.2-12.5-10.5Z'/%3E%3Cpath d='M12 39h24'/%3E%3C/svg%3E");
    }

    .home-region-card--stone::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23b45309' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 14h28v20H10z'/%3E%3Cpath d='M24 8v32'/%3E%3Cpath d='M6 24h36'/%3E%3Cpath d='M15 19h6'/%3E%3Cpath d='M27 29h6'/%3E%3C/svg%3E");
    }

    .home-region-card--tourism::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23b45309' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 39h16'/%3E%3Cpath d='M24 29v10'/%3E%3Cpath d='M15 20a9 9 0 1 1 18 0c0 7-9 14-9 14s-9-7-9-14Z'/%3E%3Ccircle cx='24' cy='20' r='3.2'/%3E%3C/svg%3E");
    }

    .home-region-card::after {
        color: #b45309;
        content: "›";
        font-size: 13px;
        font-weight: 950;
    }
}

/* --- LISTING-FIRST REDESIGN OVERRIDES --- */

/* 1. Filter Bar */
.home-filter-container {
    margin: 0 0 24px;
    width: 100%;
}
.home-filter-area {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 235, 0.72));
    border: 1px solid rgba(217, 119, 6, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
    padding: 18px;
}
.home-filter-primary {
    display: flex;
    gap: 14px;
    align-items: flex-end;
    flex-wrap: wrap;
}
.home-filter-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 150px;
}
.home-filter-label {
    font-size: 11px;
    font-weight: 850;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-left: 2px;
}
.home-filter-inputs {
    display: flex;
    gap: 8px;
}
.home-filter-select {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 12px;
    padding: 0 34px 0 13px;
    font-size: 14px;
    font-weight: 650;
    color: #0f172a;
    background-color: rgba(255, 255, 255, 0.86);
    background-image: linear-gradient(45deg, transparent 50%, #b45309 50%), linear-gradient(135deg, #b45309 50%, transparent 50%);
    background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    cursor: pointer;
    appearance: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.home-filter-select:hover {
    border-color: rgba(180, 83, 9, 0.28);
}
.home-filter-select:focus {
    outline: none;
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
    background: #ffffff;
}
.home-filter-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 2px;
    flex-wrap: wrap;
}
.home-filter-btn {
    height: 44px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    transition: all 0.2s ease;
}
.home-filter-btn--apply {
    background: linear-gradient(135deg, #111827, #030712);
    color: #ffffff;
    padding: 0 30px;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.14);
}
.home-filter-btn--apply:hover {
    background: #111827;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
}
.home-filter-btn--clear {
    background: transparent;
    color: #475569;
    padding: 0 16px;
}
.home-filter-btn--clear:hover {
    color: #0f172a;
    background: rgba(241, 245, 249, 0.9);
}
.home-filter-btn--link {
    background: transparent;
    color: #92400e;
    padding: 0 8px;
    text-decoration: none;
    font-weight: 800;
}
.home-filter-btn--link:hover {
    color: #f59e0b;
}

.home-filter-warning {
    margin-top: 14px;
    padding: 12px 16px;
    background: #fffbeb;
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-left: 4px solid #f59e0b;
    border-radius: 10px;
    color: #92400e;
    font-size: 13px;
    font-weight: 750;
}

.home-no-match {
    text-align: center;
    padding: 48px 20px;
    background: linear-gradient(180deg, #ffffff, #fffaf0);
    border-radius: 18px;
    border: 1px solid rgba(217, 119, 6, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

@media (max-width: 1180px) {
    .home-filter-mobile-triggers {
        display: flex !important;
    }
    .home-filter-area {
        display: none;
        flex-direction: column;
        background: linear-gradient(180deg, #ffffff, #fffaf0);
        border: 1px solid rgba(217, 119, 6, 0.14);
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
        padding: 20px;
    }
    .home-filter-primary {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        gap: 20px;
    }
    .home-filter-group {
        width: 100%;
    }
    .home-filter-inputs {
        flex-direction: row;
    }
    .home-filter-actions {
        flex-direction: column;
        width: 100%;
        margin-top: 8px;
    }
    .home-filter-btn {
        width: 100%;
    }
    .home-filter-btn--link {
        margin-top: 8px;
        padding: 12px 0;
        background: #fff7ed;
        color: #92400e;
    }
}

@media (max-width: 520px) {
    .home-filter-area {
        padding: 16px;
    }

    .home-filter-inputs {
        flex-direction: column;
    }

    .home-filter-select,
    .home-filter-btn {
        min-height: 44px;
    }
}
.home-featured-section .home-featured-grid,
.home-featured-section .home-showcase-grid {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    overflow: visible !important;
}

@media (min-width: 768px) {
    .home-featured-section .home-featured-grid,
    .home-featured-section .home-showcase-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1181px) {
    .home-featured-section .home-featured-grid,
    .home-featured-section .home-showcase-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 320px)) !important;
        justify-content: start !important;
    }
}

/* 4. Showcase Card overrides */
.home-showcase-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    height: 100% !important;
    width: 100% !important;
    border: 1px solid rgba(16, 23, 34, 0.05) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.home-showcase-card:hover {
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08) !important;
    transform: translateY(-2px) !important;
}
.home-showcase-card__media {
    width: 100% !important;
    min-height: 180px !important;
    height: 180px !important;
    flex-shrink: 0;
    order: -1 !important; /* Force image to top */
}

/* Card Body Layout */
.home-showcase-card__body {
    display: flex !important;
    flex-direction: column !important;
    padding: 14px !important;
    flex-grow: 1;
}

/* Meta row: Badge + Location */
.home-showcase-card__top {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
    flex-wrap: wrap !important;
}
.home-showcase-card__badge {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    padding: 4px 6px !important;
    border-radius: 4px !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
}
.home-showcase-card__location {
    font-size: 11.5px !important;
    color: #64748b !important;
    font-weight: 600 !important;
}

/* Title */
.home-showcase-card__title {
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.01em !important;
    line-height: 1.3 !important;
    margin-bottom: 4px !important;
}
.home-showcase-card__title a {
    color: #0f172a !important;
}

/* Type / Muted Info */
.home-showcase-card__meta {
    font-size: 12px !important;
    color: #64748b !important;
    margin-bottom: 8px !important;
}

/* Price */
.home-showcase-card__price {
    font-size: 21px !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    margin: 4px 0 12px !important;
    color: #0f172a !important;
}

/* Son Teklif Box */
.home-showcase-card__offer {
    margin-top: auto !important;
    height: 36px !important;
    padding: 0 12px !important;
    background: #f8fafc !important;
    border: 1px solid rgba(16, 23, 34, 0.05) !important;
    border-radius: 6px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 14px !important;
}
.home-showcase-card__offer span {
    font-size: 12px !important;
    color: #64748b !important;
    font-weight: 500 !important;
}
.home-showcase-card__offer strong {
    font-size: 13px !important;
    color: #0f172a !important;
    font-weight: 700 !important;
}

/* Actions */
.home-showcase-card__actions {
    display: flex !important;
    gap: 6px !important;
    padding-top: 0 !important;
}
.home-showcase-card__action {
    height: 38px !important;
    min-height: 38px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-showcase-card__action--primary {
    background: #111827 !important;
    color: #ffffff !important;
}
.home-showcase-card__action--whatsapp {
    flex: 0 0 38px !important;
    width: 38px !important;
    padding: 0 !important;
    background: #10b981 !important;
    color: #ffffff !important;
}
.home-showcase-card__action--whatsapp svg {
    width: 20px !important;
    height: 20px !important;
    fill: #ffffff !important;
    stroke: none !important;
}

@media (max-width: 768px) {
    .home-showcase-card__action {
        height: 44px !important;
        min-height: 44px !important;
    }
    .home-showcase-card__action--whatsapp {
        flex: 0 0 44px !important;
        width: 44px !important;
    }
}

/* 5. Mobile Order Override for Bottom Cards & general spacing */
.home-dashboard-grid {
    gap: 16px;
    padding-bottom: 24px;
}
.home-dashboard-grid > article {
    border-radius: 12px !important;
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    border: 1px solid rgba(16, 23, 34, 0.05) !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03) !important;
}
.home-partner-cta {
    background: #0f172a !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1) !important;
}
.home-mobile-trust-summary {
    background: #ffffff !important;
}
.home-region-showcase {
    background: #fffbeb !important;
    border: 1px solid #fef3c7 !important;
}

@media (min-width: 1181px) {
    .home-dashboard-grid {
        align-items: stretch !important;
    }
}
@media (max-width: 1180px) {
    .home-dashboard-grid {
        display: flex !important;
        flex-direction: column !important;
    }
    .home-mobile-trust-summary {
        order: 1 !important;
    }
    .home-region-showcase {
        order: 2 !important;
    }
    .home-partner-cta {
        order: 3 !important;
    }
}

/* Premium dashboard trio: partner CTA, controlled offer process, regional value */
.home-landing.home-premium .home-dashboard-grid--premium {
    align-items: stretch !important;
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: minmax(280px, .95fr) minmax(360px, 1.18fr) minmax(280px, .95fr) !important;
    margin: 34px auto 58px !important;
    max-width: min(1480px, calc(100vw - 48px)) !important;
    padding-bottom: 0 !important;
    width: 100% !important;
}

.home-landing.home-premium .home-dashboard-card {
    border-radius: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 360px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 28px !important;
    position: relative !important;
}

.home-landing.home-premium .home-dashboard-card::before,
.home-landing.home-premium .home-dashboard-card::after {
    content: none !important;
}

.home-landing.home-premium .home-dashboard-card .home-section-kicker {
    color: #d89218 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .18em !important;
    line-height: 1 !important;
    margin: 0 0 11px !important;
    text-transform: uppercase !important;
}

.home-landing.home-premium .home-dashboard-card h2 {
    letter-spacing: -.045em !important;
    line-height: 1.02 !important;
    margin: 0 !important;
}

.home-landing.home-premium .home-partner-cta--premium {
    background:
        radial-gradient(circle at 86% 78%, rgba(246, 199, 107, .20), transparent 11rem),
        linear-gradient(145deg, #111827 0%, #07111f 58%, #030712 100%) !important;
    border: 1px solid rgba(246, 199, 107, .30) !important;
    box-shadow: 0 26px 68px rgba(7, 17, 31, .22), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
    color: #fff !important;
    order: initial !important;
}

.home-landing.home-premium .home-partner-cta__mark {
    align-items: center !important;
    background: linear-gradient(135deg, rgba(246, 199, 107, .28), rgba(255, 255, 255, .05)) !important;
    border: 1px solid rgba(246, 199, 107, .36) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 38px rgba(246, 163, 51, .12) !important;
    color: #f7d27a !important;
    display: flex !important;
    height: 58px !important;
    justify-content: center !important;
    margin-bottom: 22px !important;
    width: 62px !important;
}

.home-landing.home-premium .home-partner-cta__mark svg {
    height: 31px !important;
    width: 31px !important;
}

.home-landing.home-premium .home-partner-cta--premium h2 {
    color: #fff !important;
    font-size: clamp(25px, 2vw, 34px) !important;
    font-weight: 950 !important;
    max-width: 360px !important;
}

.home-landing.home-premium .home-partner-cta--premium p:not(.home-section-kicker) {
    color: #dbe5f2 !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.55 !important;
    margin: 13px 0 0 !important;
    max-width: 370px !important;
}

.home-landing.home-premium .home-partner-benefits {
    display: grid !important;
    gap: 10px !important;
    list-style: none !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
}

.home-landing.home-premium .home-partner-benefits li {
    align-items: center !important;
    color: #f3f7ff !important;
    display: grid !important;
    font-size: 12.5px !important;
    font-weight: 850 !important;
    gap: 10px !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    line-height: 1.25 !important;
}

.home-landing.home-premium .home-partner-benefits li::before {
    align-items: center !important;
    background: rgba(246, 199, 107, .14) !important;
    border: 1px solid rgba(246, 199, 107, .36) !important;
    border-radius: 999px !important;
    color: #f7d27a !important;
    content: "✓" !important;
    display: flex !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    height: 22px !important;
    justify-content: center !important;
    width: 22px !important;
}

.home-landing.home-premium .home-partner-cta--premium .hero-partner-button {
    align-self: flex-start !important;
    background: linear-gradient(135deg, #f7d27a, #f5a329) !important;
    border: 1px solid rgba(255, 255, 255, .20) !important;
    border-radius: 15px !important;
    box-shadow: 0 18px 36px rgba(246, 163, 51, .24) !important;
    color: #111827 !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    justify-content: center !important;
    margin-top: auto !important;
    min-height: 48px !important;
    min-width: 178px !important;
    padding: 0 24px !important;
    text-decoration: none !important;
}

.home-landing.home-premium .home-trust-process {
    background:
        radial-gradient(circle at 92% 14%, rgba(246, 199, 107, .14), transparent 9rem),
        linear-gradient(145deg, #ffffff 0%, #fffdf8 100%) !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    box-shadow: 0 24px 64px rgba(15, 23, 42, .08) !important;
    order: initial !important;
}

.home-landing.home-premium .home-trust-process h2 {
    color: #07111f !important;
    font-size: clamp(26px, 2vw, 36px) !important;
    font-weight: 950 !important;
    max-width: 360px !important;
}

.home-landing.home-premium .home-process-list {
    counter-reset: process !important;
    display: grid !important;
    gap: 12px !important;
    list-style: none !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
}

.home-landing.home-premium .home-process-list li {
    align-items: center !important;
    background: rgba(255, 255, 255, .88) !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .055) !important;
    display: grid !important;
    gap: 13px !important;
    grid-template-columns: 42px minmax(0, 1fr) 38px !important;
    min-height: 72px !important;
    padding: 12px 14px !important;
}

.home-landing.home-premium .home-process-list li::before {
    align-items: center !important;
    background: linear-gradient(135deg, #ffe49a, #f6b33d) !important;
    border-radius: 15px !important;
    box-shadow: 0 12px 24px rgba(246, 163, 51, .18) !important;
    color: #07111f !important;
    content: "✓" !important;
    display: flex !important;
    font-size: 19px !important;
    font-weight: 950 !important;
    height: 42px !important;
    justify-content: center !important;
    width: 42px !important;
}

.home-landing.home-premium .home-process-list li::after {
    color: rgba(15, 23, 42, .14) !important;
    content: "0" counter(process) !important;
    counter-increment: process !important;
    font-size: 28px !important;
    font-weight: 950 !important;
    letter-spacing: -.06em !important;
    text-align: right !important;
}

.home-landing.home-premium .home-process-list strong {
    color: #111827 !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1.16 !important;
}

.home-landing.home-premium .home-process-list span {
    color: #596273 !important;
    display: block !important;
    font-size: 11.5px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    margin-top: 4px !important;
}

.home-landing.home-premium .home-process-link {
    align-items: center !important;
    background: #07111f !important;
    border-radius: 15px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    justify-content: center !important;
    margin-top: 18px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    text-decoration: none !important;
    width: fit-content !important;
}

.home-landing.home-premium .home-region-showcase--premium {
    background:
        radial-gradient(circle at 88% 16%, rgba(246, 199, 107, .24), transparent 8rem),
        linear-gradient(145deg, #fff9e8 0%, #fffdf6 62%, #fff4d8 100%) !important;
    border: 1px solid rgba(246, 199, 107, .36) !important;
    box-shadow: 0 24px 64px rgba(138, 90, 0, .09) !important;
    order: initial !important;
}

.home-landing.home-premium .home-region-showcase--premium h2 {
    color: #07111f !important;
    font-size: clamp(28px, 2vw, 38px) !important;
    font-weight: 950 !important;
}

.home-landing.home-premium .home-region-showcase--premium p:not(.home-section-kicker):not(.home-region-label) {
    color: #5e6777 !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.45 !important;
    margin: 9px 0 0 !important;
}

.home-landing.home-premium .home-region-stats {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 20px !important;
}

.home-landing.home-premium .home-region-stat {
    background: rgba(255, 255, 255, .74) !important;
    border: 1px solid rgba(246, 199, 107, .24) !important;
    border-radius: 17px !important;
    box-shadow: 0 14px 30px rgba(138, 90, 0, .055) !important;
    padding: 13px !important;
}

.home-landing.home-premium .home-region-stat strong {
    color: #07111f !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    letter-spacing: -.04em !important;
}

.home-landing.home-premium .home-region-stat span {
    color: #6b4a12 !important;
    display: block !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin-top: 3px !important;
}

.home-landing.home-premium .home-region-label {
    color: #6b4a12 !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: .08em !important;
    margin: 20px 0 10px !important;
    text-transform: uppercase !important;
}

.home-landing.home-premium .home-region-grid {
    display: grid !important;
    gap: 9px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 0 !important;
}

.home-landing.home-premium .home-region-card {
    align-items: center !important;
    background: rgba(255, 255, 255, .80) !important;
    border: 1px solid rgba(246, 199, 107, .26) !important;
    border-radius: 15px !important;
    box-shadow: 0 14px 30px rgba(138, 90, 0, .055) !important;
    color: #111827 !important;
    display: flex !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    gap: 9px !important;
    min-height: 46px !important;
    padding: 10px 11px !important;
}

.home-landing.home-premium .home-region-card::before {
    align-items: center !important;
    background: rgba(255, 255, 255, .78) !important;
    border: 1px solid rgba(246, 199, 107, .38) !important;
    border-radius: 999px !important;
    color: #d89218 !important;
    content: "⌂" !important;
    display: flex !important;
    flex: 0 0 auto !important;
    font-size: 15px !important;
    height: 30px !important;
    justify-content: center !important;
    width: 30px !important;
}

.home-landing.home-premium .home-dashboard-trust-band {
    align-items: stretch !important;
    background: linear-gradient(135deg, #07111f, #111827) !important;
    border: 1px solid rgba(246, 199, 107, .22) !important;
    border-radius: 22px !important;
    box-shadow: 0 22px 54px rgba(7, 17, 31, .16) !important;
    color: #f8fafc !important;
    display: grid !important;
    gap: 10px !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    padding: 16px !important;
}

.home-landing.home-premium .home-dashboard-trust-band span {
    align-items: center !important;
    background: rgba(255, 255, 255, .055) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    border-radius: 15px !important;
    display: flex !important;
    font-size: 12.5px !important;
    font-weight: 850 !important;
    gap: 9px !important;
    min-height: 46px !important;
    padding: 0 12px !important;
}

.home-landing.home-premium .home-dashboard-trust-band span::before {
    color: #f7d27a !important;
    content: "✓" !important;
    font-weight: 950 !important;
}

@media (max-width: 1180px) {
    .home-landing.home-premium .home-dashboard-grid--premium {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .home-landing.home-premium .home-region-showcase--premium,
    .home-landing.home-premium .home-dashboard-trust-band {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 768px) {
    .home-landing.home-premium .home-dashboard-grid--premium {
        gap: 16px !important;
        grid-template-columns: minmax(0, 1fr) !important;
        margin: 26px auto 38px !important;
        max-width: min(100%, calc(100vw - 24px)) !important;
    }

    .home-landing.home-premium .home-dashboard-card {
        min-height: auto !important;
        padding: 22px !important;
    }

    .home-landing.home-premium .home-process-list li {
        grid-template-columns: 38px minmax(0, 1fr) !important;
    }

    .home-landing.home-premium .home-process-list li::after {
        display: none !important;
    }

    .home-landing.home-premium .home-region-stats,
    .home-landing.home-premium .home-region-grid,
    .home-landing.home-premium .home-dashboard-trust-band {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}
/* Premium dark-gold homepage listing card override */
.home-featured-section .home-featured-grid {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
    justify-content: start;
}

.home-showcase-card {
    background: #07111f;
    border: 1px solid rgba(246, 199, 107, 0.24);
    border-radius: 20px;
    box-shadow:
        0 24px 54px rgba(7, 17, 31, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.08) inset;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 188px minmax(0, auto);
    min-height: 0;
    overflow: hidden;
    position: relative;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.home-showcase-card:hover {
    border-color: rgba(246, 199, 107, 0.42);
    box-shadow:
        0 30px 68px rgba(7, 17, 31, 0.24),
        0 0 0 1px rgba(246, 199, 107, 0.08) inset;
    transform: translateY(-3px);
}

.home-showcase-card__media {
    background: #0b1220;
    grid-column: 1;
    grid-row: 1;
    min-height: 188px;
    overflow: hidden;
    position: relative;
}

.home-showcase-card__media::after {
    background: linear-gradient(180deg, rgba(7, 17, 31, 0) 42%, rgba(7, 17, 31, 0.34) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.home-showcase-card__media .home-showcase-card__photo,
.home-showcase-card__media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.home-showcase-card__gallery-button {
    background: rgba(7, 17, 31, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    color: #ffffff;
    height: 34px;
    width: 34px;
}

.home-showcase-card__gallery-button:hover,
.home-showcase-card__gallery-button:focus-visible {
    background: rgba(7, 17, 31, 0.82);
    border-color: rgba(246, 199, 107, 0.44);
}

.home-showcase-card__count {
    background: rgba(7, 17, 31, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    bottom: 10px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.02em;
    padding: 5px 9px;
    right: 10px;
    z-index: 5;
}

.home-showcase-card__body {
    background:
        radial-gradient(circle at 88% 16%, rgba(246, 199, 107, 0.10), transparent 9rem),
        linear-gradient(160deg, #0b1424 0%, #07111f 58%, #050b13 100%);
    color: #f8fafc;
    display: grid;
    gap: 10px;
    grid-column: 1;
    grid-row: 2;
    padding: 16px 16px 15px;
    position: relative;
}

.home-showcase-card__body::before {
    background: linear-gradient(90deg, rgba(246, 199, 107, 0.72), rgba(246, 199, 107, 0.12), transparent);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.home-showcase-card__top {
    align-items: center;
    display: flex;
    gap: 9px;
    min-width: 0;
}

.home-showcase-card__badge {
    background: linear-gradient(135deg, rgba(246, 199, 107, 0.95), rgba(246, 163, 51, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(246, 163, 51, 0.16);
    color: #0b1220;
    flex: 0 0 auto;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 0.06em;
    line-height: 1;
    padding: 6px 8px;
    text-transform: uppercase;
}

.home-showcase-card__location {
    color: #d6dee9;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-showcase-card__location::before {
    color: #f4c76b;
    content: "✦";
    margin-right: 6px;
}

.home-showcase-card__title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: -0.025em;
    line-height: 1.08;
    margin: 2px 0 0;
    min-width: 0;
    text-transform: uppercase;
}

.home-showcase-card__title a {
    color: inherit;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-showcase-card__price {
    color: #f7d27a;
    display: block;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -0.045em;
    line-height: 1;
    text-shadow: 0 8px 24px rgba(246, 199, 107, 0.16);
}

.home-showcase-card__meta {
    align-items: center;
    color: #cbd5e1;
    display: flex;
    font-size: 12px;
    font-weight: 850;
    gap: 8px;
    line-height: 1.2;
    margin: -1px 0 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-showcase-card__meta::before {
    background: rgba(246, 199, 107, 0.95);
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 5px;
    width: 5px;
}

.home-showcase-card__offer {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(246, 199, 107, 0.08)),
        rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(246, 199, 107, 0.38);
    border-radius: 13px;
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.10) inset;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 2px;
    min-height: 42px;
    padding: 9px 11px;
    position: relative;
}

.home-showcase-card__offer::before {
    background: radial-gradient(circle, rgba(246, 199, 107, 0.36), transparent 62%);
    content: "";
    height: 42px;
    left: -12px;
    opacity: 0.8;
    position: absolute;
    top: -12px;
    width: 42px;
}

.home-showcase-card__offer span {
    color: #d8c7a0;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.14em;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.home-showcase-card__offer strong {
    color: #22c55e;
    font-size: 14px;
    font-weight: 950;
    line-height: 1;
    position: relative;
    text-align: right;
    white-space: nowrap;
}

.home-showcase-card__actions {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.1fr) 42px;
    margin-top: 4px;
}

.home-showcase-card__action {
    align-items: center;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(203, 213, 225, 0.22);
    border-radius: 11px;
    color: #f8fafc;
    display: inline-flex;
    font-size: 11px;
    font-weight: 950;
    justify-content: center;
    min-height: 40px;
    padding: 0 10px;
    text-decoration: none;
    transition:
        background 160ms ease,
        border-color 160ms ease,
        color 160ms ease,
        transform 160ms ease;
    white-space: nowrap;
}

.home-showcase-card__action:hover,
.home-showcase-card__action:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(246, 199, 107, 0.44);
    color: #ffffff;
    transform: translateY(-1px);
}

.home-showcase-card__action--primary {
    background: linear-gradient(135deg, #f7d27a, #f6a333);
    border-color: rgba(246, 199, 107, 0.72);
    box-shadow: 0 12px 26px rgba(246, 163, 51, 0.18);
    color: #111827;
}

.home-showcase-card__action--primary:hover,
.home-showcase-card__action--primary:focus-visible {
    background: linear-gradient(135deg, #ffe29a, #f6a333);
    color: #111827;
}

.home-showcase-card__action--whatsapp {
    background: linear-gradient(135deg, #16c46b, #0fa958);
    border-color: rgba(22, 196, 107, 0.74);
    box-shadow: 0 12px 26px rgba(16, 185, 129, 0.18);
    color: #ffffff;
    min-width: 42px;
    padding: 0;
}

.home-showcase-card__action--whatsapp:hover,
.home-showcase-card__action--whatsapp:focus-visible {
    background: linear-gradient(135deg, #20d879, #10b981);
    border-color: rgba(32, 216, 121, 0.9);
    color: #ffffff;
}

.home-showcase-card__action--whatsapp svg {
    display: block;
    fill: currentColor;
    height: 17px;
    width: 17px;
}

.home-showcase-card__placeholder {
    background:
        radial-gradient(circle at 50% 12%, rgba(246, 199, 107, 0.14), transparent 10rem),
        linear-gradient(135deg, #111827, #050b13);
    color: #fff7df;
}

@media (max-width: 1180px) {
    .home-featured-section .home-featured-grid {
        grid-template-columns: repeat(auto-fit, minmax(270px, 320px));
        justify-content: start;
    }

    .home-showcase-card {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 190px minmax(0, auto);
    }

    .home-showcase-card__media {
        grid-column: 1;
        grid-row: 1;
        min-height: 190px;
    }

    .home-showcase-card__body {
        grid-column: 1;
        grid-row: 2;
    }
}

@media (max-width: 768px) {
    .home-featured-section .home-featured-grid {
        gap: 18px;
        grid-template-columns: minmax(0, 1fr);
        justify-content: stretch;
    }

    .home-showcase-card {
        border-radius: 18px;
        grid-template-rows: 220px minmax(0, auto);
        width: 100%;
    }

    .home-showcase-card__media {
        min-height: 220px;
    }

    .home-showcase-card__body {
        gap: 11px;
        padding: 16px;
    }

    .home-showcase-card__title {
        font-size: 17px;
    }

    .home-showcase-card__price {
        font-size: 25px;
    }

    .home-showcase-card__meta {
        font-size: 12.5px;
    }

    .home-showcase-card__offer {
        min-height: 44px;
    }

    .home-showcase-card__actions {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) 46px;
    }

    .home-showcase-card__action {
        font-size: 12px;
        min-height: 44px;
    }

    .home-showcase-card__action--whatsapp {
        min-width: 46px;
    }
}

@media (max-width: 430px) {
    .home-showcase-card {
        grid-template-rows: 210px minmax(0, auto);
    }

    .home-showcase-card__media {
        min-height: 210px;
    }

    .home-showcase-card__body {
        padding: 15px;
    }

    .home-showcase-card__actions {
        gap: 7px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 46px;
    }

    .home-showcase-card__action {
        width: auto;
    }

    .home-showcase-card__offer {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

/* --- PROOF SECTION (BOTTOM DASHBOARD REPLACEMENT) --- */
.home-landing .home-proof-section {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
}
.home-landing .home-proof-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1.05fr;
    gap: 24px;
    align-items: stretch;
}
.home-landing .home-proof-card {
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
}
.home-landing .home-proof-kicker {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    color: #b45309;
}
.home-landing .home-proof-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #0f172a;
}
.home-landing .home-proof-text {
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
    margin-bottom: 24px;
}

/* 1. Left Card: Partner */
.home-landing .home-proof-partner {
    background: linear-gradient(145deg, #0f172a, #1e293b);
    color: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.15);
}
.home-landing .home-proof-partner .home-proof-kicker {
    color: #fcd34d;
}
.home-landing .home-proof-partner .home-proof-title {
    color: #ffffff;
}
.home-landing .home-proof-partner .home-proof-text {
    color: #94a3b8;
}
.home-landing .home-proof-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex-grow: 1;
}
.home-landing .home-proof-benefits li {
    font-size: 13px;
    font-weight: 500;
    color: #e2e8f0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.home-landing .home-proof-benefits li::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(252, 211, 77, 0.15);
    color: #fcd34d;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}
.home-landing .home-proof-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #fcd34d;
    color: #0f172a;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s ease, transform 0.2s ease;
}
.home-landing .home-proof-btn:hover {
    background: #fbbf24;
    transform: translateY(-2px);
}

/* 2. Middle Card: Process */
.home-landing .home-proof-process {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.home-landing .home-proof-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 12px;
}
.home-landing .home-proof-step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.home-landing .home-proof-step-num {
    font-size: 14px;
    font-weight: 800;
    color: #b45309;
    font-variant-numeric: tabular-nums;
    padding-top: 2px;
}
.home-landing .home-proof-step-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.home-landing .home-proof-step-content strong {
    font-size: 14px;
    color: #0f172a;
}
.home-landing .home-proof-step-content span {
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}

/* 3. Right Card: Region */
.home-landing .home-proof-region {
    background: #fffbeb;
    border: 1px solid rgba(217, 119, 6, 0.15);
    box-shadow: 0 8px 24px rgba(217, 119, 6, 0.04);
}
.home-landing .home-proof-region .home-proof-text {
    color: #78350f;
}
.home-landing .home-proof-categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home-landing .home-proof-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.8);
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    border: 1px solid rgba(217, 119, 6, 0.1);
    transition: transform 0.2s ease;
}
.home-landing .home-proof-category:hover {
    transform: translateY(-2px);
    background: #ffffff;
    border-color: rgba(217, 119, 6, 0.25);
}
.home-landing .home-proof-category::after {
    content: "›";
    color: #b45309;
    font-size: 18px;
    font-weight: 400;
}

/* 4. Bottom Trust Strip */
.home-landing .home-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
}
.home-landing .home-proof-strip-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}
.home-landing .home-proof-strip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #f1f5f9;
    color: #0f172a;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .home-landing .home-proof-grid {
        grid-template-columns: 1fr;
    }
    .home-landing .home-proof-strip {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .home-landing .home-proof-strip-item {
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .home-landing .home-proof-card {
        padding: 24px;
    }
    .home-landing .home-proof-title {
        font-size: 22px;
    }
}

/* --- MOBILE-FIRST RESPONSIVE FIXES --- */

/* 1. Remove blind overflow hiding, use clip for safety */
@media (max-width: 768px) {
    .home-landing {
        overflow-x: clip !important;
        max-width: 100vw;
    }
}

/* 2. Re-order Home Proof Section for Mobile: Neden -> Referans -> Datça */
@media (max-width: 1024px) {
    .home-landing .home-proof-partner { order: 2; }
    .home-landing .home-proof-process { order: 1; }
    .home-landing .home-proof-region { order: 3; }
}

@media (max-width: 768px) {
    /* 3. Proof Cards Paddings */
    .home-landing .home-proof-card {
        padding: 20px;
    }
    
    /* 4. Trust Strip Mobile Grid */
    .home-landing .home-proof-strip {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 12px;
    }
    .home-landing .home-proof-strip-item {
        font-size: 13px;
        gap: 8px;
    }

    /* 5. Menga Widget position fix */
    .menga-widget__launcher {
        bottom: 80px !important;
        right: 16px !important;
        transform: scale(0.85);
        transform-origin: bottom right;
    }
}

@media (max-width: 430px) {
    /* Filter Bar specific tweaks for small screens */
    .home-filter-inputs {
        flex-direction: column !important;
    }
    
    .home-showcase-card__actions {
        flex-direction: column !important;
        gap: 8px !important;
    }
    
    .home-showcase-card__action {
        width: 100% !important;
        flex: none !important;
        height: 48px !important;
        min-height: 48px !important;
    }

    .home-showcase-card__action--whatsapp {
        width: 100% !important;
        flex: none !important;
    }
}

/* 6. Horizontal Mobile Listing Carousel */
@media (max-width: 768px) {
    .home-featured-section .home-showcase-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        padding-bottom: 24px;
        padding-top: 10px;
        gap: 16px;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none; /* Hide scrollbar in Firefox */
        width: 100%;
    }
    
    .home-featured-section .home-showcase-grid::-webkit-scrollbar {
        display: none; /* Hide scrollbar in Webkit */
    }

    .home-showcase-card {
        flex: 0 0 min(92vw, 390px) !important;
        scroll-snap-align: center;
        max-width: none !important;
    }
    
    /* Ensure there's a bit of padding on the first and last items so they don't stick to the absolute edges */
    .home-featured-section .home-showcase-grid::before,
    .home-featured-section .home-showcase-grid::after {
        content: "";
        flex: 0 0 1vw;
    }
}

/* --- FINAL MOBILE DASHBOARD CAROUSEL FIX --- */
@media (max-width: 768px) {
    body .home-landing .home-investment-ticker,
    body .home-landing.home-premium .home-investment-ticker {
        margin-bottom: 8px !important;
    }

    body .home-landing .home-featured-section,
    body .home-landing.home-premium .home-featured-section {
        padding-bottom: 10px !important;
    }

    body .home-landing .home-dashboard-trust-band,
    body .home-landing.home-premium .home-dashboard-trust-band {
        display: none !important;
    }

    body .home-landing .home-dashboard-grid.home-dashboard-grid--premium,
    body .home-landing.home-premium .home-dashboard-grid.home-dashboard-grid--premium {
        align-items: stretch !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 14px !important;
        grid-template-columns: none !important;
        justify-content: flex-start !important;
        margin: 8px auto 22px !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 12px 10px !important;
        scroll-behavior: smooth !important;
        scroll-padding-left: 12px !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        -webkit-overflow-scrolling: touch !important;
        width: 100% !important;
    }
    body .home-landing .home-dashboard-grid.home-dashboard-grid--premium::-webkit-scrollbar,
    body .home-landing.home-premium .home-dashboard-grid.home-dashboard-grid--premium::-webkit-scrollbar {
        display: none !important;
    }

    body .home-landing .home-dashboard-grid.home-dashboard-grid--premium > .home-dashboard-card,
    body .home-landing.home-premium .home-dashboard-grid.home-dashboard-grid--premium > .home-dashboard-card {
        box-sizing: border-box !important;
        display: flex !important;
        flex: 0 0 min(88vw, 390px) !important;
        flex-direction: column !important;
        height: auto !important;
        justify-content: flex-start !important;
        max-width: min(88vw, 390px) !important;
        min-height: 430px !important;
        min-width: 0 !important;
        overflow: hidden !important;
        padding: 22px !important;
        scroll-snap-align: center !important;
        width: min(88vw, 390px) !important;
    }

    body .home-landing .home-partner-cta--premium,
    body .home-landing.home-premium .home-partner-cta--premium {
        background:
            radial-gradient(circle at 88% 80%, rgba(246, 199, 107, .22), transparent 10rem),
            linear-gradient(145deg, #111827 0%, #07111f 58%, #030712 100%) !important;
        border: 1px solid rgba(246, 199, 107, .30) !important;
        color: #ffffff !important;
    }

    body .home-landing .home-trust-process,
    body .home-landing.home-premium .home-trust-process {
        background:
            radial-gradient(circle at 92% 14%, rgba(246, 199, 107, .14), transparent 9rem),
            linear-gradient(145deg, #ffffff 0%, #fffdf8 100%) !important;
        border: 1px solid rgba(15, 23, 42, .08) !important;
        color: #111827 !important;
    }

    body .home-landing .home-region-showcase--premium,
    body .home-landing.home-premium .home-region-showcase--premium {
        background:
            radial-gradient(circle at 88% 16%, rgba(246, 199, 107, .24), transparent 8rem),
            linear-gradient(145deg, #fff9e8 0%, #fffdf6 62%, #fff4d8 100%) !important;
        border: 1px solid rgba(246, 199, 107, .36) !important;
        color: #111827 !important;
    }

    body .home-landing .home-dashboard-card h2,
    body .home-landing.home-premium .home-dashboard-card h2 {
        font-size: clamp(23px, 6.2vw, 30px) !important;
        line-height: 1.05 !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    body .home-landing .home-partner-cta--premium h2,
    body .home-landing.home-premium .home-partner-cta--premium h2 {
        color: #ffffff !important;
    }

    body .home-landing .home-trust-process h2,
    body .home-landing .home-region-showcase--premium h2,
    body .home-landing.home-premium .home-trust-process h2,
    body .home-landing.home-premium .home-region-showcase--premium h2 {
        color: #07111f !important;
    }

    body .home-landing .home-partner-cta--premium p:not(.home-section-kicker),
    body .home-landing.home-premium .home-partner-cta--premium p:not(.home-section-kicker) {
        color: #dbe5f2 !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    body .home-landing .home-trust-process p,
    body .home-landing .home-region-showcase--premium p:not(.home-section-kicker):not(.home-region-label),
    body .home-landing.home-premium .home-trust-process p,
    body .home-landing.home-premium .home-region-showcase--premium p:not(.home-section-kicker):not(.home-region-label) {
        color: #5e6777 !important;
        font-size: 13px !important;
        line-height: 1.42 !important;
    }

    body .home-landing .home-partner-benefits,
    body .home-landing.home-premium .home-partner-benefits {
        gap: 9px !important;
        margin-top: 18px !important;
    }

    body .home-landing .home-partner-benefits li,
    body .home-landing.home-premium .home-partner-benefits li {
        color: #f3f7ff !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
    }

    body .home-landing .home-process-list,
    body .home-landing.home-premium .home-process-list {
        gap: 10px !important;
        margin-top: 18px !important;
    }

    body .home-landing .home-process-list li,
    body .home-landing.home-premium .home-process-list li {
        grid-template-columns: 38px minmax(0, 1fr) !important;
        min-height: 66px !important;
        padding: 11px 12px !important;
    }

    body .home-landing .home-process-list li::after,
    body .home-landing.home-premium .home-process-list li::after {
        display: none !important;
    }

    body .home-landing .home-process-list strong,
    body .home-landing.home-premium .home-process-list strong {
        font-size: 12.5px !important;
    }

    body .home-landing .home-process-list span,
    body .home-landing.home-premium .home-process-list span {
        font-size: 10.8px !important;
        line-height: 1.32 !important;
    }

    body .home-landing .home-region-stats,
    body .home-landing.home-premium .home-region-stats {
        gap: 8px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-top: 16px !important;
    }

    body .home-landing .home-region-stat,
    body .home-landing.home-premium .home-region-stat {
        border-radius: 14px !important;
        padding: 11px !important;
    }

    body .home-landing .home-region-stat strong,
    body .home-landing.home-premium .home-region-stat strong {
        font-size: 18px !important;
    }

    body .home-landing .home-region-stat span,
    body .home-landing.home-premium .home-region-stat span {
        font-size: 9.8px !important;
        line-height: 1.22 !important;
    }

        body .home-landing .home-region-label,
    body .home-landing.home-premium .home-region-label,
    body .home-landing .home-region-grid,
    body .home-landing.home-premium .home-region-grid {
        display: none !important;
    }

    body .home-landing .home-region-showcase--premium,
    body .home-landing.home-premium .home-region-showcase--premium {
        justify-content: flex-start !important;
        min-height: 330px !important;
    }

    body .home-landing .home-region-showcase--premium .home-section-copy,
    body .home-landing.home-premium .home-region-showcase--premium .home-section-copy {
        gap: 7px !important;
        margin-bottom: 12px !important;
    }

    body .home-landing .home-region-showcase--premium .home-section-kicker,
    body .home-landing.home-premium .home-region-showcase--premium .home-section-kicker {
        font-size: 9px !important;
        letter-spacing: 0.18em !important;
        margin: 0 !important;
    }

    body .home-landing .home-region-stats,
    body .home-landing.home-premium .home-region-stats {
        display: grid !important;
        gap: 7px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-top: 8px !important;
    }

    body .home-landing .home-region-stat,
    body .home-landing.home-premium .home-region-stat {
        align-content: center !important;
        border-radius: 13px !important;
        min-height: 66px !important;
        padding: 10px 9px !important;
    }

    body .home-landing .home-region-stat strong,
    body .home-landing.home-premium .home-region-stat strong {
        font-size: 18px !important;
        line-height: 1 !important;
        margin-bottom: 4px !important;
    }

    body .home-landing .home-region-stat span,
    body .home-landing.home-premium .home-region-stat span {
        font-size: 9.2px !important;
        line-height: 1.18 !important;
    }

    body .home-landing .home-partner-cta--premium .hero-partner-button,
    body .home-landing.home-premium .home-partner-cta--premium .hero-partner-button,
    body .home-landing .home-process-link,
    body .home-landing.home-premium .home-process-link {
        margin-top: auto !important;
        min-height: 44px !important;
        width: 100% !important;
    }

    body .menga-widget__launcher {
        bottom: 64px !important;
        right: 12px !important;
        transform: scale(0.7) !important;
        transform-origin: bottom right !important;
        z-index: 9999 !important;
    }
}

@media (max-width: 430px) {
    body .home-landing .home-dashboard-grid.home-dashboard-grid--premium > .home-dashboard-card,
    body .home-landing.home-premium .home-dashboard-grid.home-dashboard-grid--premium > .home-dashboard-card {
        flex-basis: 86vw !important;
        max-width: 86vw !important;
        min-height: 420px !important;
        padding: 20px !important;
        width: 86vw !important;
    }

    body .menga-widget__launcher {
        bottom: 56px !important;
        right: 10px !important;
        transform: scale(0.65) !important;
    }
}