:root {
    --dsa-navy: #0b0b67;
    --dsa-ink: #11121a;
    --dsa-muted: rgba(17, 18, 26, .58);
    --dsa-line: #e3e4ed;
    --dsa-surface: #f8f8fb;
}

html,
body.dsa-about-document {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
}

body.dsa-about-document {
    overflow-x: hidden;
}

body.dsa-about-document > header:not([class*="dsl"]):not([class*="divansalar"]):not([class*="landing"]),
body.dsa-about-document > footer:not([class*="dsl"]):not([class*="divansalar"]):not([class*="landing"]) {
    display: none !important;
}

.dsa-imported-landing-header {
    position: relative;
    z-index: 9999;
    width: 100%;
}

.dsa-imported-landing-header > header,
.dsa-imported-landing-header > div {
    width: 100%;
}

.dsa-about,
.dsa-about * {
    box-sizing: border-box;
}

.dsa-about {
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: var(--dsa-ink);
    background: #fff;
    font-family: inherit, Tahoma, Arial, sans-serif;
    text-align: right;
}

.dsa-about a {
    color: inherit;
    text-decoration: none;
}

.dsa-about img {
    display: block;
    max-width: 100%;
}

.dsa-about__full {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
}

.dsa-about__container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.dsa-about__section {
    padding: 88px 0;
}

.dsa-about__section-title {
    margin: 0 0 24px;
    color: var(--dsa-ink);
    font-size: clamp(27px, 2.4vw, 38px);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -.02em;
}

.dsa-about__section-title--center,
.dsa-about__section-lead {
    text-align: center;
}

.dsa-about__section-lead {
    max-width: 760px;
    margin: -10px auto 38px;
    color: var(--dsa-muted);
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}

.dsa-about__hero {
    min-height: 470px;
    display: grid;
    place-items: center;
    isolation: isolate;
    background-image: var(--dsa-hero-image);
    background-size: cover;
    background-position: center;
}

.dsa-about__hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(2, 6, 12, .14), rgba(2, 6, 12, .42));
}

.dsa-about__hero-content {
    width: min(620px, calc(100% - 40px));
    margin-inline: auto;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .38);
}

.dsa-about__hero-content h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.25;
}

.dsa-about__hero-content p {
    max-width: 590px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(14px, 1.35vw, 18px);
    font-weight: 500;
    line-height: 2;
}

.dsa-about__intro {
    background: var(--dsa-surface);
}

.dsa-about__pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.dsa-about__pillar {
    min-height: 240px;
    padding: 30px 28px 28px;
    border: 1px solid var(--dsa-line);
    background: rgba(255, 255, 255, .52);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.dsa-about__pillar:hover {
    transform: translateY(-4px);
    border-color: rgba(11, 11, 103, .26);
    box-shadow: 0 20px 42px rgba(18, 21, 43, .08);
}

.dsa-about__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 25px;
    border-radius: 4px;
    color: var(--dsa-navy);
    background: #efefff;
}

.dsa-about__icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dsa-about__icon-image {
    display: block;
    width: 32px;
    height: 32px;
    max-width: none;
    object-fit: contain;
}

.dsa-about__pillar h3 {
    margin: 0 0 14px;
    color: var(--dsa-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.65;
}

.dsa-about__pillar p {
    margin: 0;
    color: var(--dsa-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.dsa-about__founder {
    padding-top: 72px;
    padding-bottom: 76px;
}

.dsa-about__founder-grid {
    display: grid;
    grid-template-columns: 1.02fr .88fr;
    align-items: center;
    gap: clamp(46px, 7vw, 112px);
}

.dsa-about__founder-copy {
    min-width: 0;
}

.dsa-about__body-text {
    color: rgba(17, 18, 26, .72);
    font-size: 15px;
    font-weight: 500;
    line-height: 2.15;
}

.dsa-about__body-text p {
    margin: 0;
}

.dsa-about__founder-media {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #ececef;
    aspect-ratio: .92;
}

.dsa-about__founder-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.dsa-about__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.dsa-about__stat {
    min-width: 0;
}

.dsa-about__stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--dsa-navy);
    font-size: clamp(31px, 3.2vw, 48px);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.dsa-about__stat span {
    display: block;
    color: var(--dsa-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
}

.dsa-about__purpose {
    min-height: 650px;
    isolation: isolate;
    background-image: var(--dsa-purpose-image);
    background-size: cover;
    background-position: center;
}

.dsa-about__purpose-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 5, 10, .08) 28%, rgba(0, 4, 9, .88) 100%);
}

.dsa-about__purpose-inner {
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    padding-top: 70px;
    padding-bottom: 62px;
}

.dsa-about__purpose-copy {
    max-width: 860px;
    margin-right: auto;
    color: #fff;
    text-align: right;
}

.dsa-about__purpose-copy h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.4;
}

.dsa-about__purpose-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 15px;
    font-weight: 500;
    line-height: 2.15;
}

.dsa-about__ecosystem {
    background: #fff;
}

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

.dsa-about__brand-card {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    isolation: isolate;
    background: #080a0f;
}

.dsa-about__brand-card img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.dsa-about__brand-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05) 32%, rgba(0, 0, 0, .9) 100%);
}

.dsa-about__brand-copy {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    color: #fff;
}

.dsa-about__brand-copy strong,
.dsa-about__brand-copy small {
    display: block;
}

.dsa-about__brand-copy strong {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
}

.dsa-about__brand-copy small {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 500;
}

.dsa-about__brand-card:hover img {
    transform: scale(1.045);
}

.dsa-about__faq-section {
    padding-top: 54px;
    padding-bottom: 112px;
    background: var(--dsa-surface);
}

.dsa-about__faq-container {
    max-width: 960px;
}

.dsa-about__faqs {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.dsa-about__faq {
    overflow: hidden;
    border: 1px solid transparent;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.dsa-about__faq.is-open {
    border-color: rgba(11, 11, 103, .12);
    box-shadow: 0 12px 30px rgba(15, 18, 45, .045);
}

.dsa-about__faq-button {
    width: 100%;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
    padding: 18px 22px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--dsa-ink);
    cursor: pointer;
    font: inherit;
    text-align: right;
}

.dsa-about__faq-question {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
}

.dsa-about__faq-mini-icon,
.dsa-about__faq-chevron {
    flex: 0 0 auto;
    color: var(--dsa-navy);
}

.dsa-about__faq-mini-icon svg {
    width: 18px;
    height: 18px;
}

.dsa-about__faq-chevron {
    transition: transform .25s ease;
}

.dsa-about__faq-chevron svg {
    width: 18px;
    height: 18px;
}

.dsa-about__faq-mini-icon svg,
.dsa-about__faq-chevron svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dsa-about__faq.is-open .dsa-about__faq-chevron {
    transform: rotate(180deg);
}

.dsa-about__faq-answer {
    padding: 0 52px 22px 58px;
}

.dsa-about__faq-answer p {
    margin: 0;
    color: var(--dsa-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
}

@media (max-width: 900px) {
    .dsa-about__section {
        padding: 68px 0;
    }

    .dsa-about__pillars,
    .dsa-about__ecosystem-grid {
        grid-template-columns: 1fr;
    }

    .dsa-about__founder-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .dsa-about__founder-media {
        width: min(100%, 620px);
        margin-inline: auto;
        order: 2;
    }

    .dsa-about__stats {
        max-width: 620px;
    }

    .dsa-about__brand-card {
        min-height: 430px;
    }
}

@media (max-width: 640px) {
    .dsa-about__container {
        width: min(100% - 30px, 1180px);
    }

    .dsa-about__hero {
        min-height: 360px;
        background-position: 58% center;
    }

    .dsa-about__hero-content {
        width: calc(100% - 36px);
        padding-top: 26px;
    }

    .dsa-about__hero-content h1 {
        margin-bottom: 12px;
        font-size: 34px;
    }

    .dsa-about__hero-content p {
        font-size: 13px;
        line-height: 2;
    }

    .dsa-about__section {
        padding: 54px 0;
    }

    .dsa-about__section-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .dsa-about__pillars {
        gap: 12px;
        margin-top: 26px;
    }

    .dsa-about__pillar {
        min-height: 0;
        padding: 24px 20px;
    }

    .dsa-about__founder {
        padding-top: 48px;
    }

    .dsa-about__body-text {
        font-size: 14px;
    }

    .dsa-about__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 34px;
    }

    .dsa-about__stat {
        text-align: center;
    }

    .dsa-about__stat strong {
        font-size: 27px;
    }

    .dsa-about__stat span {
        font-size: 11px;
    }

    .dsa-about__purpose,
    .dsa-about__purpose-inner {
        min-height: 500px;
    }

    .dsa-about__purpose-inner {
        padding-bottom: 38px;
    }

    .dsa-about__purpose-copy h2 {
        font-size: 28px;
    }

    .dsa-about__purpose-copy p {
        font-size: 13px;
        line-height: 2;
    }

    .dsa-about__section-lead {
        margin-bottom: 28px;
        font-size: 13px;
    }

    .dsa-about__brand-card {
        min-height: 330px;
    }

    .dsa-about__faq-section {
        padding-bottom: 72px;
    }

    .dsa-about__faq-button {
        min-height: 62px;
        padding: 15px 16px;
    }

    .dsa-about__faq-question {
        gap: 9px;
        font-size: 13px;
    }

    .dsa-about__faq-answer {
        padding: 0 42px 18px 20px;
    }
}
