/* PassHow Certification Page — v2.0.0 */

/* ─── Base ───────────────────────────────────────────────── */
.ph-cert-wrap { font-family: 'Inter', sans-serif !important; }

/* ─── Container ──────────────────────────────────────────── */
.ph-cert-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

/* ─── Hero ───────────────────────────────────────────────── */
.ph-cert-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0c2461 100%) !important;
    color: #fff !important;
    padding-top: 140px !important;
    padding-bottom: 60px !important;
    position: relative !important;
    overflow: hidden !important;
}
.ph-cert-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(6,182,212,.10) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.ph-cert-hero > * { position: relative; z-index: 1; }
.ph-cert-hero .ph-cert-container { position: relative; z-index: 1; }

/* ─── Hero grid ──────────────────────────────────────────── */
.ph-cert-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr 320px !important;
    gap: 40px !important;
    align-items: start !important;
}
@media (max-width: 768px) {
    .ph-cert-hero-grid { grid-template-columns: 1fr !important; }
}

/* ─── Breadcrumb ─────────────────────────────────────────── */
.ph-cert-breadcrumb {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    color: #94a3b8 !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
}
.ph-cert-breadcrumb a { color: #94a3b8 !important; text-decoration: none !important; }
.ph-cert-breadcrumb a:hover { color: #fff !important; }
.ph-cert-bc-sep { color: #475569 !important; }
.ph-cert-bc-current { color: #cbd5e1 !important; }

/* ─── Badges ─────────────────────────────────────────────── */
.ph-cert-badges {
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin-bottom: 16px !important;
}
.ph-cert-badge {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    color: #fff !important;
}
.ph-cert-badge--vendor { background: var(--ph-cert-vendor-color, #1e40af) !important; }
.ph-cert-badge--type   { background: rgba(255,255,255,.15) !important; }
.ph-cert-badge--year   { background: rgba(255,255,255,.10) !important; font-size: 11px !important; }

/* ─── Hero text ──────────────────────────────────────────── */
.ph-cert-title {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(22px, 3.5vw, 34px) !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 8px !important;
    line-height: 1.2 !important;
}
.ph-cert-code {
    font-size: 14px !important;
    color: #94a3b8 !important;
    margin-bottom: 12px !important;
    font-weight: 500 !important;
}
.ph-cert-code strong { color: #cbd5e1 !important; }
.ph-cert-desc {
    font-size: 15px !important;
    color: #cbd5e1 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

/* ─── Stats bar ──────────────────────────────────────────── */
.ph-cert-stats {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    background: rgba(255,255,255,.07) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
}
.ph-cert-stat {
    padding: 14px 16px !important;
    text-align: center !important;
    border-right: 1px solid rgba(255,255,255,.10) !important;
}
.ph-cert-stat:last-child { border-right: none !important; }
.ph-cert-stat-icon {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 4px !important;
    color: #94a3b8 !important;
}
.ph-cert-stat-val {
    display: block !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1 !important;
}
.ph-cert-stat-lbl {
    display: block !important;
    font-size: 11px !important;
    color: #94a3b8 !important;
    margin-top: 3px !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}
@media (max-width: 768px) {
    .ph-cert-stats { grid-template-columns: repeat(2, 1fr) !important; }
    .ph-cert-stat:nth-child(2) { border-right: none !important; }
    .ph-cert-stat:nth-child(3) { border-top: 1px solid rgba(255,255,255,.10) !important; }
    .ph-cert-stat:nth-child(4) { border-top: 1px solid rgba(255,255,255,.10) !important; border-right: none !important; }
}

/* ─── Rating row ─────────────────────────────────────────── */
.ph-cert-rating-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
}
.ph-cert-stars { color: #f59e0b !important; font-size: 16px !important; letter-spacing: 1px !important; }

/* ─── Anchor tabs ────────────────────────────────────────── */
.ph-cert-tabs {
    display: flex !important;
    gap: 4px !important;
    flex-wrap: wrap !important;
}
.ph-cert-tab {
    display: inline-block !important;
    padding: 7px 16px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
    text-decoration: none !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    transition: all .2s !important;
    cursor: pointer !important;
}
.ph-cert-tab:hover,
.ph-cert-tab--active {
    background: #1e40af !important;
    border-color: #1e40af !important;
    color: #fff !important;
}

/* ─── Purchase Card ──────────────────────────────────────── */
.ph-cert-purchase {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 40px rgba(15,23,42,.25) !important;
    overflow: hidden !important;
    position: sticky !important;
    top: 16px !important;
}
@media (max-width: 768px) {
    .ph-cert-purchase { position: static !important; margin-top: 32px !important; }
}
.ph-cert-purchase-header {
    background: linear-gradient(135deg, var(--ph-cert-vendor-color, #1e40af) 0%, #0f172a 100%) !important;
    padding: 20px !important;
    color: #fff !important;
}
.ph-cert-purchase-vendor {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    color: rgba(255,255,255,.7) !important;
    margin-bottom: 4px !important;
}
.ph-cert-purchase-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

/* ─── Purchase card tab switcher ─────────────────────────── */
.ph-cert-pc-tabs {
    display: flex !important;
    border-bottom: 1px solid #e2e8f0 !important;
}
.ph-cert-pctab {
    flex: 1 !important;
    padding: 12px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    background: #f8fafc !important;
    border: none !important;
    cursor: pointer !important;
    transition: all .2s !important;
    border-bottom: 2px solid transparent !important;
}
.ph-cert-pctab--active {
    color: #1e40af !important;
    background: #fff !important;
    border-bottom-color: #1e40af !important;
}
.ph-cert-pctab:hover { color: #1e40af !important; }

/* ─── Tab content panels ─────────────────────────────────── */
.ph-cert-tab-content {
    padding: 20px !important;
    display: none !important;
}
.ph-cert-tab-content--show { display: block !important; }

/* ─── Demo highlight box ─────────────────────────────────── */
.ph-cert-demo-highlight {
    background: #ecfdf5 !important;
    border: 1px solid #6ee7b7 !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    margin-bottom: 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #065f46 !important;
}
.ph-cert-demo-highlight svg { flex-shrink: 0; }

/* ─── Feature list ───────────────────────────────────────── */
.ph-cert-feature-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
}
.ph-cert-feature-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    font-size: 13px !important;
    color: #334155 !important;
    padding: 5px 0 !important;
}
.ph-cert-fl-yes { flex-shrink: 0; margin-top: 1px; }
.ph-cert-fl-no  { flex-shrink: 0; margin-top: 1px; color: #94a3b8; }

/* ─── Price row ──────────────────────────────────────────── */
.ph-cert-price-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
    margin-bottom: 6px !important;
    flex-wrap: wrap !important;
}
.ph-cert-price-main {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
}
.ph-cert-price-orig {
    font-size: 16px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
}
.ph-cert-discount-badge {
    background: #fef2f2 !important;
    color: #dc2626 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
}
.ph-cert-price-note {
    font-size: 12px !important;
    color: #64748b !important;
    margin-bottom: 12px !important;
}
.ph-cert-no-card {
    text-align: center !important;
    font-size: 12px !important;
    color: #94a3b8 !important;
    margin-bottom: 4px !important;
}

/* ─── Card buttons ───────────────────────────────────────── */
.ph-cert-btn-demo {
    display: block !important;
    width: 100% !important;
    padding: 13px !important;
    background: linear-gradient(135deg, #059669, #10b981) !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: opacity .2s !important;
    margin-bottom: 8px !important;
    box-sizing: border-box !important;
}
.ph-cert-btn-demo:hover { opacity: .9 !important; color: #fff !important; }
.ph-cert-btn-buy {
    display: block !important;
    width: 100% !important;
    padding: 13px !important;
    background: linear-gradient(135deg, #f97316, #f59e0b) !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: opacity .2s !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
}
.ph-cert-btn-buy:hover { opacity: .9 !important; color: #fff !important; }
.ph-cert-btn-outline {
    display: block !important;
    width: 100% !important;
    padding: 10px !important;
    background: transparent !important;
    color: #1e40af !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: 2px solid #1e40af !important;
    border-radius: 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all .2s !important;
    margin-bottom: 12px !important;
    box-sizing: border-box !important;
}
.ph-cert-btn-outline:hover { background: #1e40af !important; color: #fff !important; }
.ph-cert-guarantee {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #f8fafc !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    font-size: 12px !important;
    color: #475569 !important;
    margin-top: 4px !important;
}
.ph-cert-guarantee svg { flex-shrink: 0; color: #059669; }

/* ─── Content area ───────────────────────────────────────── */
.ph-cert-content-area {
    background: #f8fafc !important;
    padding: 40px 0 60px !important;
}
.ph-cert-content-grid {
    display: grid !important;
    grid-template-columns: 1fr 300px !important;
    gap: 28px !important;
    align-items: start !important;
}
@media (max-width: 768px) {
    .ph-cert-content-grid { grid-template-columns: 1fr !important; }
}
.ph-cert-main {}

/* ─── Cards ──────────────────────────────────────────────── */
.ph-cert-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 28px !important;
    margin-bottom: 20px !important;
}
.ph-cert-card-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 20px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.ph-cert-card-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    background: #eff6ff !important;
    border-radius: 8px !important;
    color: #1e40af !important;
    flex-shrink: 0 !important;
}

/* ─── What You Get grid ──────────────────────────────────── */
.ph-cert-wg-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
}
@media (max-width: 600px) {
    .ph-cert-wg-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
.ph-cert-wg-item {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 16px !important;
    text-align: center !important;
}
.ph-cert-wg-icon {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 8px !important;
    color: #1e40af !important;
}
.ph-cert-wg-title {
    display: block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 4px !important;
}
.ph-cert-wg-desc {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.4 !important;
}

/* ─── Exam details table ─────────────────────────────────── */
.ph-cert-dtable {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 14px !important;
}
.ph-cert-dtable tr { border-bottom: 1px solid #f1f5f9 !important; }
.ph-cert-dtable tr:last-child { border-bottom: none !important; }
.ph-cert-dtable th {
    text-align: left !important;
    padding: 11px 0 !important;
    color: #64748b !important;
    font-weight: 600 !important;
    width: 42% !important;
    vertical-align: top !important;
}
.ph-cert-dtable td {
    padding: 11px 0 !important;
    color: #1e293b !important;
    font-weight: 500 !important;
    vertical-align: top !important;
}

/* ─── Domain list ────────────────────────────────────────── */
.ph-cert-domain-list { margin: 0; padding: 0; list-style: none; }
.ph-cert-domain-item { margin-bottom: 20px !important; }
.ph-cert-domain-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    margin-bottom: 6px !important;
}
.ph-cert-domain-name {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}
.ph-cert-domain-pct {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e40af !important;
}
.ph-cert-domain-bar-track {
    height: 8px !important;
    background: #e2e8f0 !important;
    border-radius: 99px !important;
    overflow: hidden !important;
    margin-bottom: 6px !important;
}
.ph-cert-domain-bar {
    height: 100% !important;
    background: linear-gradient(90deg, #1e40af, #06b6d4) !important;
    border-radius: 99px !important;
}
.ph-cert-domain-desc {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
}

/* ─── Sample questions ───────────────────────────────────── */
.ph-cert-sq {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 16px !important;
}
.ph-cert-sq-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
}
.ph-cert-sq-num {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    background: #1e40af !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
}
.ph-cert-sq-type {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    background: #f1f5f9 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}
.ph-cert-sq-text {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin-bottom: 16px !important;
    line-height: 1.5 !important;
}
.ph-cert-sq-opts {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
}
.ph-cert-sq-opt {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #334155 !important;
    margin-bottom: 6px !important;
    border: 1px solid #e2e8f0 !important;
    transition: background .15s !important;
}
.ph-cert-sq-opt--correct {
    background: #ecfdf5 !important;
    border-color: #6ee7b7 !important;
    color: #065f46 !important;
    font-weight: 600 !important;
}
.ph-cert-sq-opt-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #e2e8f0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    flex-shrink: 0 !important;
}
.ph-cert-sq-opt--correct .ph-cert-sq-opt-label {
    background: #059669 !important;
    color: #fff !important;
}
.ph-cert-sq-explanation {
    background: #eff6ff !important;
    border-left: 3px solid #1e40af !important;
    padding: 12px 14px !important;
    border-radius: 0 8px 8px 0 !important;
    font-size: 13px !important;
    color: #1e3a8a !important;
    line-height: 1.5 !important;
}
.ph-cert-sq-explanation strong { display: block !important; margin-bottom: 4px !important; }

/* ─── Locked section ─────────────────────────────────────── */
.ph-cert-sq-locked {
    border: 2px dashed #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 32px 20px !important;
    text-align: center !important;
    background: #f8fafc !important;
    margin-top: 8px !important;
}
.ph-cert-sq-locked-icon {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    color: #94a3b8 !important;
}
.ph-cert-sq-locked h4 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 6px !important;
}
.ph-cert-sq-locked p {
    font-size: 14px !important;
    color: #64748b !important;
    margin-bottom: 20px !important;
}
.ph-cert-sq-locked-btns {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}
.ph-cert-sq-locked-btns a {
    padding: 11px 22px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: inline-block !important;
    color: #fff !important;
}
.ph-cert-sq-locked-btns a:first-child { background: #059669 !important; }
.ph-cert-sq-locked-btns a:last-child  { background: linear-gradient(135deg, #f97316, #f59e0b) !important; }

/* ─── Reviews ────────────────────────────────────────────── */
.ph-cert-review-summary {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    margin-bottom: 24px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    flex-wrap: wrap !important;
}
.ph-cert-review-big { text-align: center; }
.ph-cert-review-score {
    font-size: 52px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    line-height: 1 !important;
    display: block !important;
}
.ph-cert-review-total {
    font-size: 13px !important;
    color: #64748b !important;
}
.ph-cert-review-bars { flex: 1; min-width: 180px; }
.ph-cert-review-bar-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 5px !important;
    font-size: 12px !important;
    color: #64748b !important;
}
.ph-cert-review-bar-lbl { width: 20px !important; text-align: right !important; }
.ph-cert-review-bar-track {
    flex: 1 !important;
    height: 6px !important;
    background: #e2e8f0 !important;
    border-radius: 99px !important;
    overflow: hidden !important;
}
.ph-cert-review-bar-fill {
    height: 100% !important;
    background: #f59e0b !important;
    border-radius: 99px !important;
}
.ph-cert-review-bar-pct { width: 30px !important; }
.ph-cert-review-list {}
.ph-cert-review-item {
    padding: 18px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.ph-cert-review-item:last-child { border-bottom: none !important; }
.ph-cert-review-top {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
    flex-wrap: wrap !important;
}
.ph-cert-avatar {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #1e40af, #06b6d4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    flex-shrink: 0 !important;
}
.ph-cert-reviewer-name { font-weight: 700 !important; font-size: 14px !important; color: #1e293b !important; }
.ph-cert-reviewer-date { font-size: 12px !important; color: #94a3b8 !important; }
.ph-cert-reviewer-badge {
    font-size: 11px !important;
    font-weight: 600 !important;
    background: #eff6ff !important;
    color: #1e40af !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    margin-left: auto !important;
}
.ph-cert-review-stars { color: #f59e0b !important; font-size: 13px !important; margin-bottom: 6px !important; }
.ph-cert-review-text { font-size: 14px !important; color: #475569 !important; line-height: 1.6 !important; }

/* ─── Sidebar ────────────────────────────────────────────── */
.ph-cert-sidebar {
    position: sticky !important;
    top: 90px !important;
}
@media (max-width: 768px) {
    .ph-cert-sidebar { position: static !important; }
}
.ph-cert-side-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}
.ph-cert-side-card h3 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 14px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

/* ─── Related exams ──────────────────────────────────────── */
.ph-cert-related-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.ph-cert-related-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid #f8fafc !important;
    text-decoration: none !important;
}
.ph-cert-related-item:last-child { border-bottom: none !important; }
.ph-cert-related-code {
    font-size: 10px !important;
    font-weight: 700 !important;
    background: #1e40af !important;
    color: #fff !important;
    padding: 3px 7px !important;
    border-radius: 4px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}
.ph-cert-related-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    line-height: 1.4 !important;
    flex: 1 !important;
}
.ph-cert-related-price {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #1e40af !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}
.ph-cert-related-price--free { color: #059669 !important; }
.ph-cert-related-item:hover .ph-cert-related-title { color: #1e40af !important; }

/* ─── Trust card ─────────────────────────────────────────── */
.ph-cert-trust-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}
.ph-cert-trust-card h3 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 14px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.ph-cert-trust-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
}
.ph-cert-trust-item:last-child { margin-bottom: 0 !important; }
.ph-cert-trust-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background: #eff6ff !important;
    border-radius: 8px !important;
    color: #1e40af !important;
    flex-shrink: 0 !important;
}
.ph-cert-trust-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    display: block !important;
}
.ph-cert-trust-desc {
    font-size: 12px !important;
    color: #64748b !important;
}

/* ─── CTA side card ──────────────────────────────────────── */
.ph-cert-cta-side {
    background: linear-gradient(135deg, #1e40af 0%, #0f172a 100%) !important;
    border-radius: 14px !important;
    padding: 24px 20px !important;
    text-align: center !important;
    color: #fff !important;
}
.ph-cert-cta-side h3 {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 16px !important;
    border: none !important;
    padding: 0 !important;
}
.ph-cert-cta-side .ph-cert-btn-buy {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.ph-cert-cta-side-link {
    display: block !important;
    font-size: 13px !important;
    color: #94a3b8 !important;
    text-decoration: none !important;
    margin-top: 4px !important;
}
.ph-cert-cta-side-link:hover { color: #fff !important; }

/* ─── Placeholder ────────────────────────────────────────── */
.ph-cert-placeholder {
    text-align: center !important;
    padding: 40px 20px !important;
    color: #94a3b8 !important;
    font-size: 14px !important;
}
