/* Premium poster print hub — /poster-prints SEO content */
.pp-poster-guide {
    --pp-gold: #d4af37;
    --pp-ink: #111;
    --pp-muted: #64748b;
    --pp-cream: #faf9f6;
    --pp-border: #ece8df;
    max-width: 1140px;
    margin: 36px auto 40px;
    padding: 0 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.pp-poster-guide__hero {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 32px 28px 28px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #0f0f0f 0%, #1c1c1c 48%, #2a2418 100%);
    border: 1px solid rgba(212, 175, 55, .35);
    color: #fff;
}

.pp-poster-guide__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--pp-gold);
    margin-bottom: 10px;
}

.pp-poster-guide__hero h2 {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #fff;
}

.pp-poster-guide__hero-lead {
    max-width: 720px;
    font-size: 15px;
    line-height: 1.7;
    color: #d1d5db;
    margin: 0 0 18px;
}

.pp-poster-guide__hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pp-poster-guide__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(212, 175, 55, .25);
    font-size: 12px;
    font-weight: 600;
    color: #e5e7eb;
}

.pp-poster-guide__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.pp-poster-guide__nav a {
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
    color: var(--pp-ink);
    text-decoration: none;
}

.pp-poster-guide__nav a:hover {
    border-color: var(--pp-gold);
    color: #9e7c0c;
}

.pp-poster-guide__section {
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 14px;
    padding: 24px 22px;
    margin-bottom: 18px;
}

.pp-poster-guide__section--dark {
    background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
    color: #e5e7eb;
    border-color: #333;
}

.pp-poster-guide__section--highlight {
    background: linear-gradient(135deg, #fffbeb 0%, #fff 100%);
    border-color: rgba(212, 175, 55, .4);
}

.pp-poster-guide__section-head {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.pp-poster-guide__section-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(212, 175, 55, .12);
    color: #9e7c0c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.pp-poster-guide__section--dark .pp-poster-guide__section-icon {
    background: rgba(212, 175, 55, .2);
    color: var(--pp-gold);
}

.pp-poster-guide__section-head h2 {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0 0 4px;
    color: inherit;
}

.pp-poster-guide__section-head p {
    font-size: 13px;
    color: var(--pp-muted);
    margin: 0;
}

.pp-poster-guide__section--dark .pp-poster-guide__section-head p {
    color: #aaa;
}

.pp-poster-guide__compare-wrap,
.pp-poster-guide__table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pp-poster-guide__compare,
.pp-poster-guide__material-table,
.pp-poster-guide__quality-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.pp-poster-guide__compare th,
.pp-poster-guide__material-table th,
.pp-poster-guide__quality-table th {
    background: #111;
    color: var(--pp-gold);
    padding: 10px 12px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.pp-poster-guide__compare td,
.pp-poster-guide__material-table td,
.pp-poster-guide__quality-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.pp-poster-guide__compare-win {
    color: #1e7e34;
    font-weight: 700;
}

.pp-poster-guide__gsm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.pp-poster-guide__gsm-card {
    text-align: center;
    padding: 20px 14px;
    border-radius: 10px;
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
}

.pp-poster-guide__gsm-card i {
    font-size: 24px;
    color: var(--pp-gold);
    margin-bottom: 8px;
}

.pp-poster-guide__gsm-card strong {
    display: block;
    font-size: 1.1rem;
    color: var(--pp-ink);
}

.pp-poster-guide__gsm-tier {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #9e7c0c;
    margin: 4px 0 8px;
}

.pp-poster-guide__gsm-card p {
    font-size: 12px;
    color: var(--pp-muted);
    margin: 0;
    line-height: 1.5;
}

.pp-poster-guide__quality-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
    align-items: start;
}

.pp-poster-guide__quality-visual img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eee;
}

.pp-poster-guide__quality-visual span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #1e7e34;
    margin-top: 8px;
}

.pp-poster-guide__quality-bad { color: #c0392b; }
.pp-poster-guide__quality-good { color: #1e7e34; font-weight: 700; }

.pp-poster-guide__factory-lead {
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 16px;
    color: #ccc;
}

.pp-poster-guide__factory-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.pp-poster-guide__factory-list li {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #333;
}

.pp-poster-guide__factory-list i {
    color: var(--pp-gold);
    width: 22px;
}

.pp-poster-guide__video {
    position: relative;
    padding-top: 56.25%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.pp-poster-guide__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.pp-poster-guide__factory-link a {
    color: var(--pp-gold);
    font-weight: 700;
}

.pp-poster-guide__timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 12px;
}

.pp-poster-guide__timeline-step {
    text-align: center;
    padding: 16px 10px;
    background: var(--pp-cream);
    border-radius: 10px;
    border: 1px solid var(--pp-border);
    position: relative;
}

.pp-poster-guide__timeline-num {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 10px;
    font-weight: 800;
    color: var(--pp-gold);
}

.pp-poster-guide__timeline-step i {
    font-size: 20px;
    color: #9e7c0c;
    margin-bottom: 6px;
}

.pp-poster-guide__timeline-step strong {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.pp-poster-guide__timeline-step span {
    font-size: 11px;
    color: var(--pp-muted);
    line-height: 1.4;
}

.pp-poster-guide__frame-grid,
.pp-poster-guide__tools-row,
.pp-poster-guide__resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.pp-poster-guide__frame-card,
.pp-poster-guide__tool-card,
.pp-poster-guide__resource-card {
    display: block;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid var(--pp-border);
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color .15s;
}

.pp-poster-guide__frame-card:hover,
.pp-poster-guide__tool-card:hover,
.pp-poster-guide__resource-card:hover {
    border-color: var(--pp-gold);
    text-decoration: none;
}

.pp-poster-guide__frame-card strong,
.pp-poster-guide__tool-card strong,
.pp-poster-guide__resource-card strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    color: var(--pp-ink);
}

.pp-poster-guide__frame-card span,
.pp-poster-guide__tool-card span,
.pp-poster-guide__resource-card span {
    font-size: 12px;
    color: var(--pp-muted);
    line-height: 1.45;
}

.pp-poster-guide__tool-card i {
    color: var(--pp-gold);
    font-size: 22px;
    margin-bottom: 8px;
}

.pp-poster-guide__inspire-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pp-poster-guide__inspire-grid a {
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
    font-size: 13px;
    font-weight: 600;
    color: var(--pp-ink);
    text-decoration: none;
}

.pp-poster-guide__inspire-grid a:hover {
    border-color: var(--pp-gold);
    color: #9e7c0c;
}

.pp-poster-guide__inspire-cta {
    margin: 14px 0 0;
    font-size: 14px;
}

.pp-poster-guide__inspire-cta a {
    color: #9e7c0c;
    font-weight: 700;
}

.pp-poster-guide__finish-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.pp-poster-guide__finish-card {
    padding: 16px;
    border-radius: 10px;
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
}

.pp-poster-guide__finish-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}

.pp-poster-guide__finish-card p {
    font-size: 12px;
    margin: 0 0 4px;
    color: var(--pp-muted);
}

.pp-poster-guide__finish-card span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #9e7c0c;
}

.pp-poster-guide__bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pp-poster-guide__bullet-list li {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.55;
    border-bottom: 1px solid #f0f0f0;
}

.pp-poster-guide__bullet-list i {
    color: #1e7e34;
    margin-right: 8px;
}

.pp-poster-guide__lifespan,
.pp-poster-guide__specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin: 0;
}

.pp-poster-guide__lifespan div,
.pp-poster-guide__specs div {
    padding: 12px;
    background: var(--pp-cream);
    border-radius: 8px;
}

.pp-poster-guide__lifespan dt,
.pp-poster-guide__specs dt {
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 4px;
}

.pp-poster-guide__lifespan dd,
.pp-poster-guide__specs dd {
    font-size: 13px;
    color: var(--pp-muted);
    margin: 0;
    line-height: 1.5;
}

.pp-poster-guide__app-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pp-poster-guide__app-chip {
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
    font-size: 12px;
    font-weight: 600;
}

.pp-poster-guide__app-chip i {
    color: var(--pp-gold);
    margin-right: 6px;
}

.pp-poster-guide__trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    text-align: center;
}

.pp-poster-guide__trust-metric strong {
    display: block;
    font-size: 1.6rem;
    color: var(--pp-gold);
    font-weight: 900;
}

.pp-poster-guide__trust-metric span {
    font-size: 12px;
    color: #aaa;
}

.pp-poster-guide__trust-note {
    text-align: center;
    margin: 16px 0 0;
    font-size: 13px;
    color: #aaa;
}

.pp-poster-guide__trust-note a {
    color: var(--pp-gold);
}

.pp-poster-guide__seo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
}

.pp-poster-guide__seo-card {
    padding: 16px;
    border-radius: 10px;
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
}

.pp-poster-guide__seo-card h3 {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 8px;
}

.pp-poster-guide__seo-card p {
    font-size: 13px;
    color: var(--pp-muted);
    margin: 0;
    line-height: 1.55;
}

.pp-poster-guide__faq-item {
    border-bottom: 1px solid #eee;
    padding: 4px 0;
}

.pp-poster-guide__faq-item summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 0;
    list-style: none;
}

.pp-poster-guide__faq-item summary::-webkit-details-marker {
    display: none;
}

.pp-poster-guide__faq-item p {
    font-size: 13px;
    color: var(--pp-muted);
    line-height: 1.6;
    margin: 0 0 12px;
    padding-left: 0;
}

.pp-poster-guide__cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f0f0f, #2a2418);
    border: 1px solid rgba(212, 175, 55, .4);
    color: #fff;
}

.pp-poster-guide__cta-text strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.pp-poster-guide__cta-text span {
    font-size: 13px;
    color: #ccc;
}

.pp-poster-guide__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: var(--pp-gold);
    color: #111;
    font-weight: 800;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
}

.pp-poster-guide__cta:hover {
    background: #e8c547;
    color: #000;
    text-decoration: none;
}

.pp-poster-guide__cta-link {
    color: #9e7c0c;
    font-weight: 700;
}

.pp-poster-guide__prep-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}

.pp-poster-guide__prep-card {
    padding: 16px;
    border-radius: 12px;
    background: var(--pp-cream, #faf9f6);
    border: 1px solid var(--pp-border, #ece8df);
}

.pp-poster-guide__prep-card h3 {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 10px;
    color: #111;
}

.pp-poster-guide__prep-card ul {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.55;
    color: #444;
}

.pp-poster-guide__prep-card li { margin-bottom: 6px; }

.pp-poster-guide__prep-download {
    margin: 0;
    font-size: 14px;
}

@media (max-width: 768px) {
    .pp-poster-guide__prep-grid {
        grid-template-columns: 1fr;
    }
    .pp-poster-guide__gsm-grid,
    .pp-poster-guide__finish-grid,
    .pp-poster-guide__trust-grid {
        grid-template-columns: 1fr;
    }
    .pp-poster-guide__quality-grid {
        grid-template-columns: 1fr;
    }
    .pp-poster-guide__cta-band {
        flex-direction: column;
        text-align: center;
    }
    .pp-poster-guide__cta {
        width: 100%;
        justify-content: center;
    }
}
