/**
 * Condalab Escalas de Síntesis Styles
 */

/* ===== PS OVERRIDES ===== */
#module-cdlescalas-scales #wrapper { padding-top: 0; }
#module-cdlescalas-scales #content-wrapper { padding: 0; max-width: 100%; }
#module-cdlescalas-scales #wrapper > .container { max-width: 100%; padding: 0; }
#module-cdlescalas-scales .page-content { padding: 0; }
#module-cdlescalas-scales #wrapper .breadcrumb { display: none; }

/* ===== HERO ===== */
.cdl-scales-hero {
    position: relative;
    background: #000;
    color: #fff;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 48px 0 64px;
}

.cdl-scales-hero__inner { position: relative; z-index: 2; }

.cdl-scales-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
}

.cdl-scales-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s;
}

.cdl-scales-hero__breadcrumb a:hover { color: #fff; }
.cdl-scales-hero__breadcrumb svg { color: rgba(255, 255, 255, 0.3); }
.cdl-scales-hero__breadcrumb-active { color: #EBBE18; }

.cdl-scales-hero__title {
    font-family: 'Jost', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 12px;
    color: #fff;
}

.cdl-scales-hero__title--yellow { color: #EBBE18; }

.cdl-scales-hero__desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 640px;
    line-height: 1.6;
    margin: 0;
}

.cdl-scales-hero__wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 1;
    line-height: 0;
}

.cdl-scales-hero__wave img { width: 100%; display: block; }

/* ===== CONTENT ===== */
.cdl-scales {
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 20px 80px;
}

.cdl-scales__intro {
    margin-bottom: 40px;
}

.cdl-scales__intro p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
    max-width: 800px;
}

/* ===== SECTIONS ===== */
.cdl-scales__section {
    margin-bottom: 48px;
}

.cdl-scales__section-title {
    font-family: 'Jost', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #EBBE18;
}

.cdl-scales__section > p {
    color: #555;
    line-height: 1.7;
    margin: 0 0 24px;
}

/* ===== PRODUCT BLOCKS ===== */
.cdl-scales__product {
    margin-bottom: 32px;
}

.cdl-scales__product-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Jost', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.cdl-scales__product-icon {
    width: 36px;
    height: 36px;
    background: #EBBE18;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cdl-scales__product-icon--rna { background: #009A17; color: #fff; }
.cdl-scales__product-icon--rna svg { stroke: #fff; }
.cdl-scales__product-icon--plate { background: #2563eb; color: #fff; }
.cdl-scales__product-icon--plate svg { stroke: #fff; }
.cdl-scales__product-icon--probe { background: #7c3aed; color: #fff; }
.cdl-scales__product-icon--probe svg { stroke: #fff; }

/* ===== TABLE ===== */
.cdl-scales__table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0.9rem;
}

.cdl-scales__table thead th {
    background: #1a1a1a;
    color: #fff;
    padding: 10px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cdl-scales__table tbody td {
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
    color: #555;
}

.cdl-scales__table tbody tr:last-child td { border-bottom: none; }

.cdl-scales__table tbody tr:nth-child(even) { background: #fafafa; }

.cdl-scales__table tbody td strong { color: #1a1a1a; }

/* ===== TIPS ===== */
.cdl-scales__tips {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

.cdl-scales__tip {
    display: flex;
    gap: 14px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
}

.cdl-scales__tip-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #EBBE18;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cdl-scales__tip-icon--green { background: #009A17; }
.cdl-scales__tip-icon--green svg { stroke: #fff; }

.cdl-scales__tip h4 {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.cdl-scales__tip p {
    color: #666;
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .cdl-scales-hero { padding: 32px 0 48px; }
    .cdl-scales-hero__title { font-size: 2rem; }
    .cdl-scales { padding: 32px 16px 60px; }
    .cdl-scales__tips { grid-template-columns: 1fr; }
    .cdl-scales__table { font-size: 0.82rem; }
    .cdl-scales__table thead th,
    .cdl-scales__table tbody td { padding: 8px 10px; }
}
