/* HCH Branded Page - Frontend Styles v1.1.0 (Light Theme) */
.hch-branded-page {
    max-width: 900px; margin: 0 auto; padding: 40px 24px 80px;
    color: #334155;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.75; font-size: 16px;
}

/* Page Title */
.hch-branded-page .hch-page-title {
    font-size: 2.4rem; font-weight: 800; color: #0f172a;
    margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.02em;
}
.hch-branded-page .hch-page-subtitle {
    font-size: 1.1rem; color: #64748b; margin-bottom: 48px;
    padding-bottom: 24px; border-bottom: 1px solid #e2e8f0;
}

/* Headings */
.hch-branded-page h2 {
    font-size: 1.6rem; font-weight: 700; color: #0f172a;
    margin: 48px 0 16px; padding-bottom: 10px; border-bottom: 2px solid #e2e8f0;
}
.hch-branded-page h3 { font-size: 1.25rem; font-weight: 600; color: #1e293b; margin: 32px 0 12px; }
.hch-branded-page h4 { font-size: 1.05rem; font-weight: 600; color: #334155; margin: 24px 0 8px; }

/* Text */
.hch-branded-page p { margin: 0 0 16px; color: #475569; }
.hch-branded-page a { color: #2563eb; text-decoration: none; transition: color 0.2s; }
.hch-branded-page a:hover { color: #1d4ed8; text-decoration: underline; }
.hch-branded-page strong { color: #1e293b; }

/* Lists */
.hch-branded-page ul, .hch-branded-page ol { margin: 0 0 20px; padding-left: 24px; color: #475569; }
.hch-branded-page li { margin-bottom: 8px; line-height: 1.65; }
.hch-branded-page li::marker { color: #3b82f6; }

/* Tables */
.hch-branded-page table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 0.95rem; }
.hch-branded-page th {
    background: #f1f5f9; color: #1e293b; font-weight: 600;
    text-align: left; padding: 12px 16px; border-bottom: 2px solid #cbd5e1;
}
.hch-branded-page td { padding: 10px 16px; border-bottom: 1px solid #e2e8f0; color: #475569; }
.hch-branded-page tr:hover td { background: #f8fafc; }

/* Code */
.hch-branded-page code {
    background: #f1f5f9; color: #2563eb; padding: 2px 8px;
    border-radius: 4px; font-size: 0.9em;
}

/* Blockquotes */
.hch-branded-page blockquote {
    border-left: 4px solid #3b82f6; margin: 24px 0; padding: 16px 20px;
    background: #f0f7ff; border-radius: 0 8px 8px 0;
    color: #475569; font-style: italic;
}

/* Cards */
.hch-branded-page .hch-card {
    background: #f8fafc; border: 1px solid #e2e8f0;
    border-radius: 12px; padding: 24px; margin: 24px 0;
}
.hch-branded-page .hch-highlight {
    background: linear-gradient(135deg, rgba(59,130,246,0.06), rgba(139,92,246,0.06));
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 12px; padding: 24px; margin: 24px 0;
}

/* Badges */
.hch-branded-page .hch-badge {
    display: inline-block; background: #eff6ff; color: #2563eb;
    padding: 3px 10px; border-radius: 20px; font-size: 0.8rem;
    font-weight: 600; margin-right: 6px; vertical-align: middle;
}
.hch-branded-page .hch-badge-green { background: #f0fdf4; color: #16a34a; }
.hch-branded-page .hch-badge-purple { background: #faf5ff; color: #7c3aed; }
.hch-branded-page .hch-badge-orange { background: #fff7ed; color: #ea580c; }

/* Timeline */
.hch-branded-page .hch-timeline-item {
    position: relative; padding-left: 28px; margin-bottom: 36px;
    border-left: 2px solid #e2e8f0;
}
.hch-branded-page .hch-timeline-item::before {
    content: ""; position: absolute; left: -7px; top: 4px;
    width: 12px; height: 12px; border-radius: 50%;
    background: #3b82f6; border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e2e8f0;
}
.hch-branded-page .hch-timeline-date {
    font-size: 0.85rem; color: #94a3b8; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px;
}
.hch-branded-page .hch-timeline-title {
    font-size: 1.15rem; font-weight: 700; color: #0f172a; margin-bottom: 8px;
}

/* Stats Grid */
.hch-branded-page .hch-stats {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px; margin: 24px 0;
}
.hch-branded-page .hch-stat {
    background: #f8fafc; border: 1px solid #e2e8f0;
    border-radius: 10px; padding: 20px; text-align: center;
}
.hch-branded-page .hch-stat-num { font-size: 2rem; font-weight: 800; color: #2563eb; line-height: 1; }
.hch-branded-page .hch-stat-label {
    font-size: 0.8rem; color: #94a3b8; margin-top: 6px;
    text-transform: uppercase; letter-spacing: 0.05em;
}

.hch-branded-page hr { border: none; border-top: 1px solid #e2e8f0; margin: 40px 0; }
.hch-branded-page img { max-width: 100%; height: auto; border-radius: 8px; margin: 16px 0; }

@media (max-width: 768px) {
    .hch-branded-page { padding: 24px 16px 60px; }
    .hch-branded-page .hch-page-title { font-size: 1.8rem; }
    .hch-branded-page h2 { font-size: 1.3rem; }
    .hch-branded-page .hch-stats { grid-template-columns: repeat(2, 1fr); }
    .hch-branded-page th, .hch-branded-page td { padding: 8px 10px; }
}
