
/* ══════════════════════════════════════════════
   LC DESIGN — ARTICOL STIL REVISTĂ EDITORIALĂ
   ══════════════════════════════════════════════ */

/* ── Wrapper articol — layout larg ── */
.corp,
.corp {
    max-width: 100% !important;
    margin: 0 auto !important;
    font-size: 17px !important;
    line-height: 1.85 !important;
    color: #222 !important;
    font-family: inherit !important;
}

/* Textul paragrafelor - latime optima pentru citire */
.corp > p,
.corp > h2,
.corp > h3,
.corp > ul,
.corp > ol {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

/* Elementele grafice - latime completa a containerului */
.lca-intro-box,
.lca-toc,
.lca-section,
.lca-cards-row,
.lca-brands-row,
.lca-materials-row,
.lca-steps-list,
.lca-trust-bar,
.lca-cta-box,
.lca-table,
figure {
    max-width: 100% !important;
    width: 100% !important;
}

/* ── Intro box — stil citat editorial ── */
.lca-intro-box {
    position: relative;
    border-top: 2px solid #c9a96e;
    border-bottom: 2px solid #c9a96e;
    padding: 28px 0 24px;
    margin: 0 0 48px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.lca-intro-icon { font-size: 32px; flex-shrink: 0; margin-top: 2px; }
.lca-intro-text {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    font-style: italic;
}
.lca-intro-text strong {
    font-style: normal;
    color: #141414;
    font-size: 17px;
    display: block;
    margin-bottom: 6px;
    font-style: normal;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-size: 11px;
    color: #c9a96e;
}

/* ── TOC — stil revistă ── */
.lca-toc {
    background: #fafafa;
    border-left: 3px solid #c9a96e;
    padding: 24px 28px;
    margin-bottom: 52px;
}
.lca-toc-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 16px;
}
.lca-toc ol { margin: 0; padding-left: 18px; }
.lca-toc li { margin-bottom: 8px; }
.lca-toc a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color .2s;
}
.lca-toc a:hover { color: #c9a96e; }

/* ── Sectiuni ── */
.lca-section { margin-bottom: 64px; }
.lca-section-header {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
}
.lca-step {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #c9a96e;
    text-transform: uppercase;
    flex-shrink: 0;
    font-style: normal;
    font-family: inherit;
}
.lca-section-header h2 {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #141414 !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    letter-spacing: -.3px !important;
}

/* ── Carduri tipuri — stil editorial ── */
.lca-cards-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    margin-bottom: 8px;
}
.lca-type-card {
    background: #fff;
    padding: 24px;
    transition: background .2s;
}
.lca-type-card:hover { background: #fdfaf6; }
.lca-type-icon { font-size: 24px; margin-bottom: 10px; display: block; }
.lca-type-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #141414;
    margin: 0 0 8px;
    letter-spacing: -.2px;
}
.lca-type-card p { font-size: 14px; color: #555; line-height: 1.65; margin: 0 0 12px; }
.lca-tag {
    font-size: 11px;
    font-weight: 600;
    color: #888;
    letter-spacing: .5px;
    text-transform: uppercase;
}

/* ── Callout — stil pull quote ── */
.lca-callout {
    position: relative;
    padding: 24px 28px 24px 36px;
    margin: 8px 0 28px;
    background: #fdfaf6;
    border-left: 3px solid #c9a96e;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    font-style: italic;
}
.lca-callout-warning {
    background: #fffbf0;
    border-left-color: #f0a500;
    color: #5a3e00;
}

/* ── Tabel — stil revistă ── */
.lca-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 8px;
}
.lca-table thead tr {
    border-bottom: 2px solid #141414;
}
.lca-table th {
    padding: 12px 14px;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #141414;
    background: transparent;
}
.lca-table td {
    padding: 13px 14px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    color: #333;
}
.lca-table tbody tr:last-child td { border-bottom: 2px solid #141414; }
.lca-table tbody tr:hover td { background: #fdfaf6; }
.lca-swatch { display: inline-block; width: 12px; height: 12px; border-radius: 50%; vertical-align: middle; margin-right: 6px; border: 1px solid rgba(0,0,0,.1); }
.lca-swatch-ob { background: #141414; }
.lca-swatch-ss { background: linear-gradient(135deg,#c0c0c0,#e8e8e8); }
.lca-swatch-cp { background: linear-gradient(135deg,#a8a8a8,#f0f0f0); }
.lca-swatch-pb { background: linear-gradient(135deg,#c9a96e,#e8c87a); }
.lca-swatch-wh { background: #f5f5f5; border-color: #ddd; }

/* ── Materiale — stil revistă ── */
.lca-materials-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 2px solid #141414;
    border-bottom: 2px solid #141414;
    margin-bottom: 8px;
}
.lca-material-card {
    padding: 28px 20px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
}
.lca-material-card:last-child { border-right: none; }
.lca-material-premium { background: #fdfaf6; }
.lca-material-icon { font-size: 28px; margin-bottom: 12px; display: block; }
.lca-material-card h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #141414;
    margin: 0 0 10px;
}
.lca-material-card p { font-size: 13px; color: #666; line-height: 1.6; margin: 0 0 12px; }
.lca-material-use {
    font-size: 11px;
    font-weight: 600;
    color: #c9a96e;
    letter-spacing: .5px;
    text-transform: uppercase;
}

/* ── Pași dimensiuni — stil revistă ── */
.lca-steps-list { display: flex; flex-direction: column; }
.lca-step-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: start;
}
.lca-step-item:last-child { border-bottom: none; }
.lca-step-num {
    font-size: 36px;
    font-weight: 900;
    color: #e8e4df;
    line-height: 1;
    text-align: center;
}
.lca-step-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #141414;
    margin: 0 0 6px;
    letter-spacing: -.2px;
}
.lca-step-content p { font-size: 14px; color: #555; line-height: 1.65; margin: 0; }

/* ── Branduri — stil revistă ── */
.lca-brands-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #e8e8e8;
    margin-bottom: 8px;
}
.lca-brand-card {
    padding: 32px 24px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
    position: relative;
}
.lca-brand-card:last-child { border-right: none; }
.lca-brand-featured { background: #141414; }
.lca-brand-featured .lca-brand-name { color: #fff; }
.lca-brand-featured p { color: rgba(255,255,255,.7); }
.lca-brand-featured .lca-brand-link { color: #c9a96e; border-color: #c9a96e; }
.lca-brand-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c9a96e;
}
.lca-brand-name {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #141414;
    margin-bottom: 12px;
}
.lca-brand-card p { font-size: 13px; color: #666; line-height: 1.65; margin: 0 0 16px; }
.lca-brand-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #141414;
    text-decoration: none;
    border-bottom: 1px solid #141414;
    padding-bottom: 1px;
    transition: all .2s;
}
.lca-brand-link:hover { color: #c9a96e; border-color: #c9a96e; }

/* ── Trust bar — stil revistă ── */
.lca-trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 2px solid #141414;
    border-bottom: 2px solid #141414;
    margin: 52px 0;
    padding: 0;
}
.lca-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 600;
    color: #141414;
    letter-spacing: .3px;
    gap: 6px;
}
.lca-trust-item:last-child { border-right: none; }
.lca-trust-item span { color: #555; font-weight: 400; font-size: 12px; }

/* ── CTA box — stil revistă ── */
.lca-cta-box {
    border-top: 2px solid #141414;
    border-bottom: 2px solid #141414;
    padding: 48px 0;
    text-align: center;
    margin-top: 52px;
}
.lca-cta-box h3 {
    font-size: 28px;
    font-weight: 800;
    color: #141414;
    margin: 0 0 14px;
    letter-spacing: -.5px;
}
.lca-cta-box p {
    font-size: 16px;
    color: #666;
    margin: 0 0 32px;
    line-height: 1.7;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.lca-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.lca-btn-primary {
    background: #141414;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 32px;
    transition: all .2s;
}
.lca-btn-primary:hover { background: #c9a96e; color: #141414; }
.lca-btn-secondary {
    background: transparent;
    color: #141414;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 32px;
    border: 1px solid #141414;
    transition: all .2s;
}
.lca-btn-secondary:hover { background: #141414; color: #fff; }

/* ── Responsive ── */
@media(max-width: 768px) {
    .lca-brands-row, .lca-materials-row { grid-template-columns: 1fr; }
    .lca-brand-card, .lca-material-card { border-right: none; border-bottom: 1px solid #e8e8e8; }
    .lca-cards-row { grid-template-columns: 1fr; }
    .lca-trust-bar { grid-template-columns: 1fr 1fr; }
    .lca-trust-item { border-bottom: 1px solid #e8e8e8; }
    .lca-section-header { flex-direction: column; gap: 4px; }
    .lca-step-num { font-size: 28px; }
}
