/* =====================================================================
   PRINTINGLIFE — SHELKOGRAFIYA
   Hero → Price tables (ч/б, Pantone, УФ-лак, визитки) → Desc → CTA.
   Токены — из printinglife-header.css.
   ===================================================================== */

.pl-silk {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--pl-text);
    -webkit-font-smoothing: antialiased;
}

.pl-silk__container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 var(--pl-page-px);
}

/* Breadcrumb reuse */
.pl-crumb { padding: 1rem var(--pl-page-px); font-size: 0.8125rem; color: var(--pl-muted); background: var(--pl-bg-soft); border-bottom: 1px solid var(--pl-line); }
.pl-crumb a { color: var(--pl-ink-soft); text-decoration: none; }
.pl-crumb a:hover { color: var(--pl-brand); }
.pl-crumb span { margin: 0 0.4rem; opacity: 0.5; }

/* ========== EYEBROW ========== */
.pl-silk__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.9rem;
    background: var(--pl-bg-tint);
    color: var(--pl-brand);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

/* ========== HERO ========== */
.pl-silk__hero {
    padding: 3rem 0 3.5rem;
    background: #ffffff;
    border-bottom: 1px solid var(--pl-line);
}

.pl-silk__hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 3rem;
    align-items: center;
}

.pl-silk__hero-title {
    font-size: clamp(1.875rem, 3.5vw, 3rem);
    font-weight: 800;
    color: var(--pl-ink);
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 1rem;
}

.pl-silk__hero-title em {
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: var(--pl-brand);
}

.pl-silk__hero-sub {
    font-size: 1.0625rem;
    line-height: 1.55;
    color: var(--pl-ink-soft);
    margin: 0 0 1.75rem;
    max-width: 540px;
}

.pl-silk__hero-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.pl-silk__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.5rem;
    background: var(--pl-brand);
    color: #fff;
    border: 0;
    border-radius: var(--pl-radius-md);
    font-weight: 700;
    font-size: 0.9375rem;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(254, 46, 70, 0.22);
    transition: all 200ms ease;
    font-family: inherit;
    text-decoration: none;
}

.pl-silk__cta:hover {
    background: var(--pl-brand-dark);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(254, 46, 70, 0.3);
}

.pl-silk__cta--alt {
    background: transparent;
    color: var(--pl-brand);
    border: 2px solid var(--pl-brand);
    box-shadow: none;
    padding: calc(0.9rem - 2px) calc(1.5rem - 2px);
}

.pl-silk__cta--alt:hover {
    background: var(--pl-brand);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(254, 46, 70, 0.3);
}

.pl-silk__hero-chips {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    font-size: 0.8125rem;
    color: var(--pl-ink-soft);
}

.pl-silk__hero-chips li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.pl-silk__hero-chips svg {
    width: 16px;
    height: 16px;
    color: var(--pl-brand);
    flex-shrink: 0;
}

.pl-silk__hero-illust {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-silk__hero-svg {
    width: 100%;
    max-width: 460px;
    height: auto;
}

/* ========== SECTIONS ========== */
.pl-silk__section {
    padding: 4rem 0;
}

.pl-silk__section--light {
    background: var(--pl-bg-soft);
}

.pl-silk__section-head {
    margin-bottom: 2.5rem;
}

.pl-silk__section-head h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.25rem);
    font-weight: 800;
    color: var(--pl-ink);
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
}

.pl-silk__section-head p {
    font-size: 1rem;
    color: var(--pl-ink-soft);
    line-height: 1.6;
    max-width: 60ch;
    margin: 0;
}

/* ========== PRICE TABLES ========== */
.pl-silk__tables {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.pl-silk__table-group h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--pl-ink);
    margin: 0 0 1rem;
    padding-left: 0.75rem;
    border-left: 3px solid var(--pl-brand);
}

.pl-silk__scroll-table {
    overflow-x: auto;
    border-radius: var(--pl-radius-lg);
    border: 1px solid var(--pl-line);
    -webkit-overflow-scrolling: touch;
}

.pl-silk__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    white-space: nowrap;
    background: #fff;
}

.pl-silk__table thead th {
    background: var(--pl-bg-soft);
    color: var(--pl-muted);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.75rem 1rem;
    text-align: right;
    border-bottom: 1px solid var(--pl-line);
}

.pl-silk__table thead th:first-child {
    text-align: left;
    width: 38%;
}

.pl-silk__table tbody td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--pl-line-soft);
    color: var(--pl-text);
    text-align: right;
}

.pl-silk__table tbody td:first-child {
    text-align: left;
    color: var(--pl-ink);
    font-weight: 500;
    white-space: normal;
}

.pl-silk__table tbody tr:last-child td {
    border-bottom: 0;
}

.pl-silk__table tbody tr:hover td {
    background: var(--pl-bg-soft);
}

.pl-silk__table-note {
    margin: 0.75rem 0 0;
    font-size: 0.8125rem;
    color: var(--pl-muted);
}

.pl-silk__table-notes {
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.5rem;
}

.pl-silk__table-notes li {
    font-size: 0.8125rem;
    color: var(--pl-muted);
}

/* ========== DESCRIPTION ========== */
.pl-silk__desc {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--pl-ink-soft);
}

.pl-silk__desc p {
    margin: 0 0 1rem;
}

.pl-silk__desc ul {
    padding-left: 1.25rem;
    margin: 0 0 1rem;
}

.pl-silk__desc li {
    margin-bottom: 0.4rem;
}

/* ========== CLOSING CTA ========== */
.pl-silk__closing {
    padding: 5rem 0;
    background: var(--pl-ink);
    text-align: center;
}

.pl-silk__closing-inner {
    padding: 0 var(--pl-page-px);
    max-width: 640px;
    margin: 0 auto;
}

.pl-silk__closing h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
}

.pl-silk__closing h2 em {
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: var(--pl-brand);
}

.pl-silk__closing p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0 0 2rem;
}

.pl-silk__closing-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.pl-silk__closing-or {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
}

.pl-silk__closing-or a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .pl-silk__hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pl-silk__hero-illust {
        order: -1;
    }

    .pl-silk__hero-svg {
        max-width: 280px;
    }
}

@media (max-width: 640px) {
    .pl-silk__section { padding: 2.5rem 0; }
    .pl-silk__closing { padding: 3rem 0; }
}
