.emlak-sss {
    padding-top: 78px;
    background: #f5f5f5;
    color: #212529;
}

.emlak-sss__hero .alt-sayfa-hero__metin {
    max-width: 760px;
    text-align: left;
}

.emlak-sss__hero span {
    color: #3b71ca;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.emlak-sss__hero h1 {
    margin: 8px 0 10px;
    color: #fff;
    font: 700 clamp(30px, 4vw, 44px)/1.2 Montserrat, sans-serif;
}

.emlak-sss__hero p {
    max-width: 720px;
    margin: 0;
    color: rgb(255 255 255 / 82%);
    line-height: 1.7;
}

.emlak-sss__wrap {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
    padding: 36px 0 72px;
}

.emlak-sss__filtre {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px;
}

.emlak-sss__filtre button {
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    background: #fff;
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 700;
}

.emlak-sss__filtre button.is-active,
.emlak-sss__filtre button:hover {
    border-color: #3b71ca;
    background: #3b71ca;
    color: #fff;
}

.emlak-sss__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 24px;
    align-items: start;
}

.emlak-sss__liste {
    display: grid;
    gap: 10px;
}

.emlak-sss__soru {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}

.emlak-sss__soru[hidden] {
    display: none;
}

.emlak-sss__soru > button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border: 0;
    background: #fff;
    color: #212529;
    text-align: left;
    font-weight: 700;
}

.emlak-sss__soru > button i {
    color: #3b71ca;
    transition: transform .2s ease;
}

.emlak-sss__soru > div {
    display: none;
    padding: 0 20px 19px;
}

.emlak-sss__soru > div p {
    margin: 0;
    color: #6c757d;
    line-height: 1.7;
}

.emlak-sss__soru.is-open {
    border-color: #3b71ca;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.emlak-sss__soru.is-open > button i {
    transform: rotate(180deg);
}

.emlak-sss__soru.is-open > div {
    display: block;
}

.emlak-sss__grid aside {
    position: sticky;
    top: 100px;
    padding: 26px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: #212529;
}

.emlak-sss__grid aside > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 6px;
    background: rgba(59, 113, 202, .12);
    color: #3b71ca;
}

.emlak-sss__grid aside h2 {
    margin: 18px 0 8px;
    font: 700 21px/1.3 Montserrat, sans-serif;
}

.emlak-sss__grid aside p {
    margin: 0 0 20px;
    color: #6c757d;
    font-size: 14px;
    line-height: 1.65;
}

.emlak-sss__grid aside a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    border: 1px solid #3b71ca;
    border-radius: 6px;
    background: #fff;
    color: #3b71ca;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.emlak-sss__grid aside a:first-of-type,
.emlak-sss__grid aside a:hover {
    background: #3b71ca;
    color: #fff;
}

html[data-theme-mode="dark"] .emlak-sss {
    background: #212529;
    color: #fff;
}

html[data-theme-mode="dark"] .emlak-sss__hero,
html[data-theme-mode="dark"] .emlak-sss__soru,
html[data-theme-mode="dark"] .emlak-sss__soru > button,
html[data-theme-mode="dark"] .emlak-sss__grid aside,
html[data-theme-mode="dark"] .emlak-sss__filtre button {
    border-color: #4f4f4f;
    background: #332d2d;
    color: #fff;
}

html[data-theme-mode="dark"] .emlak-sss__hero h1 {
    color: #fff;
}

html[data-theme-mode="dark"] .emlak-sss__hero p,
html[data-theme-mode="dark"] .emlak-sss__soru > div p,
html[data-theme-mode="dark"] .emlak-sss__grid aside p {
    color: #bdbdbd;
}

html[data-theme-mode="dark"] .emlak-sss__filtre button.is-active,
html[data-theme-mode="dark"] .emlak-sss__filtre button:hover {
    border-color: #3b71ca;
    background: #3b71ca;
}

@media (max-width: 820px) {
    .emlak-sss__grid {
        grid-template-columns: 1fr;
    }

    .emlak-sss__grid aside {
        position: static;
    }
}

@media (max-width: 520px) {
    .emlak-sss__wrap {
        width: min(100% - 28px, 1180px);
    }

    .emlak-sss__hero {
        padding: 38px 18px;
    }

    .emlak-sss__soru > button {
        padding: 16px;
    }

    .emlak-sss__soru > div {
        padding: 0 16px 16px;
    }
}
