:root {
    --csr-accent: #1c5d99;
    --csr-muted: #e3ecf9;
}

.csr-main {
    padding-top: 80px;
    background-color: #fff;
    
}

.csr-hero {
    position: relative;
    color: #fff;
    padding: 0%;
}

.csr-hero__inner {
    position: relative;
    padding: clamp(18rem, 30vw, 38rem) 0 clamp(12rem, 21vw, 27rem);
    background: linear-gradient(rgba(10, 36, 70, 0.2), rgba(10, 36, 70, 0.2)), url('../../images/hero/csr/csr_top.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.csr-hero__inner .container {
    max-width: 780px;
}

.csr-breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: var(--space-md) 0;
}

.breadcrumb--csr {
    display: flex;
    gap: 0.5rem;
    margin: 0;
    color: #243044;
}

.breadcrumb--csr .breadcrumb__item {
    position: relative;
    padding-right: 1.5rem;
    color: #4c5a6d;
}

.breadcrumb--csr .breadcrumb__item:not(:last-child)::after {
    content: '\203A';
    position: absolute;
    right: 0;
    color: #4c5a6d;
}

.breadcrumb--csr .breadcrumb__item a {
    color: var(--csr-accent);
    text-decoration: none;
}

.breadcrumb--csr .breadcrumb__item a:hover {
    text-decoration: underline;
}

.csr-label {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.24em;
    color: var(--csr-accent);
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.csr-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #fff;
}

.csr-lead {
    font-size: 1rem;
    color: var(--csr-muted);
    line-height: 1.8;
    margin: 0 auto;
    max-width: 640px;
}

.csr-section {
    padding: 3.5rem 4rem;
    background-color: #fff;
}

.csr-section .container {
    max-width: 1200px;
    margin: 5rem auto;
}

.csr-messege{
    font-size: 2.5rem;
    line-height: 1.9;
    color: #243044;
    margin: 3rem 3rem;
    font-family: inherit;
    text-align: center;
}

.csr-entry {
    margin: 8rem;
}

.csr-entry h2 {
    font-size: 2.3rem;
    margin-bottom: 0.8rem;
    color: var(--csr-accent);
}

.csr-entry p {
    line-height: 1.9;
    font-size:1.7rem;
    color: #243044;
}

.csr-entry__logo {
    margin: 2rem auto 0;
    max-width: 320px;
}

.csr-entry__logo img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 600px) {
    .csr-title {
        letter-spacing: 0.08em;
    }
}
