
.cs-page-wrapper {
    --cs-dark-green: #587673;
    --cs-light-green:     #D1EFED;
    --cs-light-green-pale: #eaf8f7;
    --cs-text-dark: #567472;
    --cs-text-body:       #3a4f4e;
    --cs-white:           #ffffff;
    --cs-border:          #b8dedd;
    --cs-check-color:     #567472;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ WRAPPER Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-page-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: var(--cs-text-body);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ CARD Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-case-card {
    border-radius: 30px;
    overflow: hidden;
    background: var(--cs-white);
    box-shadow: 0 5px 25px rgb(17 17 17 / 10%);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ CARD HEADER Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-card-header {
    background: var(--cs-dark-green);
    color: var(--cs-white);
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ TABLE AREA (scroll orizontal pe mobil) Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-card-body {
    overflow-x: auto;
    position: relative;
}

.cs-case-card table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
}

.cs-case-card tr {
    border-bottom: 1px solid #b8dedd45;
}

.cs-case-card tr:last-child {
    border-bottom: none;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ COLOANA STÃƒâ€šNGÃ„â€š (label-uri) Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-case-card td.cs-label {
    background: #eaf8f7;
    color: #567472;
    font-size: 16px;
    font-weight: 500;
    /* letter-spacing: 0.04em; */
    padding: 18px 24px;
    width: 190px;
    min-width: 190px;
    vertical-align: top;
    white-space: nowrap;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ COLOANA DREAPTÃ„â€š (conÃˆâ€ºinut) Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-case-card td.cs-content {
    background: var(--cs-white);
    padding: 16px 28px;
    font-size: 14.5px;
    line-height: 1.65;
    vertical-align: top;
    position: static;
    overflow: hidden;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ RÃƒâ€šNDUL CLIENT: fundal verde pal Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-case-card tr.cs-row-client td.cs-content {
    /* background: var(--cs-light-green-pale); */
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ RÃƒâ€šNDUL "DOCUMENTS FEED INTO": fundal verde pal Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-case-card tr.cs-row-feed td.cs-content {
    /* background: var(--cs-light-green-pale); */
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ LOGO PLACEHOLDER (watermark) Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-logo-bg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 32px;
    pointer-events: none;
    z-index: 0;
}

.cs-logo-placeholder {
    width: 120px;
    height: 60px;
    /* border: 2px dashed rgba(86, 116, 114, 0.18); */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(86, 116, 114, 0.28);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.7;
}

/* CÃƒÂ¢nd vei ÃƒÂ®nlocui placeholder-ul cu un logo real, foloseÃˆâ„¢te: */

.cs-logo-bg img {
    width: 400px;
    object-fit: contain;
    opacity: 0.12;
    filter: saturate(0);
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 195px;
    bottom: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ CONTENT INNER (peste logo) Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-content-inner {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #567472;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ NUMELE CLIENTULUI Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-client-name {
    font-weight: 500;
    font-size: 16px;
    color: var(--cs-text-dark);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ CHECKLIST (Ã¢Å“â€œ) Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cs-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.55;
    color: #567472;
}

.cs-check-list li::before {
    content: '\f00c';
    color: var(--cs-check-color);
    font-weight: 700;
    font-size: 13px;
    margin-top: 2px;
    flex-shrink: 0;
    font-family: 'Font Awesome 5 Pro';
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ BULLET LIST (Ã¢â‚¬Â¢) Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cs-bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.55;
    color: #567472;
}

.cs-bullet-list li::before {
    content: 'Ã¢â‚¬Â¢';
    color: var(--cs-dark-green);
    font-size: 16px;
    margin-top: -1px;
    flex-shrink: 0;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ CITAT CLIENT FEEDBACK Ã¢â€â‚¬Ã¢â€â‚¬ */
.cs-quote-text {
    font-size: 16px;
    font-style: italic;
    line-height: 1.75;
    color: var(--cs-text-dark);
    margin: 0;
}

.cs-quote-text + .cs-quote-text {
    margin-top: 12px;
}