/*
|--------------------------------------------------------------------------
| SEOYAZILIM CRM
| Sol başlık ve footer final düzeltmeleri
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Sol kurumsal başlık
|--------------------------------------------------------------------------
*/

.crm-brand-top {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 500px;
}

.crm-brand-top .crm-corporate-title {
    display: block;
    width: 100%;
    max-width: 490px;
    margin: 0;
    color: #ffffff;

    font-size: clamp(43px, 3.85vw, 60px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.048em;

    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}

.crm-corporate-title .crm-title-line {
    display: block;
    margin: 0 0 7px;
    padding: 0;

    color: #ffffff;
    font: inherit;
    line-height: 1.03;
}

.crm-corporate-title .crm-title-accent {
    display: block;
    margin: 2px 0 0;
    padding: 0;

    color: #e2a24e;
    font: inherit;
    font-weight: 800;
    line-height: 1.03;
}

.crm-corporate-title .crm-title-accent > span {
    display: block;
    margin: 0 0 7px;
    padding: 0;

    color: inherit;
    font: inherit;
    line-height: inherit;
}

.crm-corporate-title .crm-title-accent > span:last-child,
.crm-corporate-title .crm-title-line:last-of-type {
    margin-bottom: 7px;
}

.crm-brand-top > p {
    max-width: 455px;
    margin-top: 25px;
    color: rgba(255, 255, 255, .82);

    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

.crm-login-footer {
    gap: 30px;
    color: #536177;
    font-size: 11px;
    font-weight: 600;
}

.crm-footer-copyright {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;

    color: #4b596e;
    font-size: 11px;
    font-weight: 600;
}

.crm-footer-copyright a {
    position: relative;
    color: #0b345e;
    font-weight: 800;
    text-decoration: none;
    transition:
        color .2s ease,
        opacity .2s ease;
}

.crm-footer-copyright a::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;

    height: 1px;
    content: '';

    background: #d88d35;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .2s ease;
}

.crm-footer-copyright a:hover {
    color: #d18126;
}

.crm-footer-copyright a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.crm-footer-copyright a:focus-visible {
    border-radius: 3px;
    outline: 3px solid rgba(35, 79, 130, .22);
    outline-offset: 4px;
}

/*
|--------------------------------------------------------------------------
| Orta ekran
|--------------------------------------------------------------------------
*/

@media (max-width: 1180px) {
    .crm-brand-top .crm-corporate-title {
        max-width: 440px;
        font-size: clamp(40px, 4.5vw, 53px);
    }

    .crm-corporate-title .crm-title-line,
    .crm-corporate-title .crm-title-accent,
    .crm-corporate-title .crm-title-accent > span {
        line-height: 1.05;
    }
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 950px) {
    .crm-brand-top {
        max-width: 520px;
    }

    .crm-brand-top .crm-corporate-title {
        max-width: 500px;
        font-size: 47px;
        line-height: 1.05;
    }

    .crm-corporate-title .crm-title-line,
    .crm-corporate-title .crm-title-accent > span {
        margin-bottom: 5px;
    }

    .crm-brand-top > p {
        max-width: 500px;
        margin-top: 20px;
        font-size: 14px;
    }
}

/*
|--------------------------------------------------------------------------
| Mobil
|--------------------------------------------------------------------------
*/

@media (max-width: 650px) {
    .crm-brand-top .crm-corporate-title {
        max-width: 360px;
        font-size: clamp(32px, 9vw, 39px);
        letter-spacing: -.04em;
    }

    .crm-corporate-title .crm-title-line,
    .crm-corporate-title .crm-title-accent,
    .crm-corporate-title .crm-title-accent > span {
        line-height: 1.07;
    }

    .crm-corporate-title .crm-title-line,
    .crm-corporate-title .crm-title-accent > span {
        margin-bottom: 3px;
    }

    .crm-brand-top > p {
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.65;
    }

    .crm-login-footer {
        gap: 7px;
        font-size: 10px;
    }

    .crm-footer-copyright {
        justify-content: center;
        font-size: 10px;
        text-align: center;
    }
}

/*
|--------------------------------------------------------------------------
| Küçük mobil
|--------------------------------------------------------------------------
*/

@media (max-width: 400px) {
    .crm-brand-top .crm-corporate-title {
        max-width: 310px;
        font-size: 30px;
    }

    .crm-brand-top > p {
        display: block;
        max-width: 300px;
        font-size: 12px;
    }
}
