@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
.hph-page{--hph-red:#C8102E;--hph-dark:#1a1a1a;--hph-text:#444;--hph-gray:#f5f5f5;--hph-border:#e5e5e5;font-family:inherit;background:#fff;color:var(--hph-dark);font-size:18px;}
.hph-page *{box-sizing:border-box;}
.hph-page h1, .hph-page h2, .hph-page h3{margin:0;}
.hph-page p, .hph-page ul{margin:0;}
.hph-icon{font-family:'Material Symbols Outlined';font-weight:normal;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;}
.hph-hero{background:#fff;padding:80px 0 60px;border-bottom:1px solid var(--hph-border);}
.hph-hero-grid{display:grid;grid-template-columns:1fr 45%;gap:60px;align-items:center;max-width:1500px;width:96%;margin:0 auto;}
.hph-eyebrow{font-size:15px;font-weight:700;color:var(--hph-red);text-transform:uppercase;letter-spacing:.15em;margin-bottom:18px;}
.hph-accent-bar{width:64px;height:5px;background:var(--hph-red);border-radius:3px;margin-bottom:24px;}
.hph-hero h1{font-size:52px;color:var(--hph-dark);line-height:1.15;margin-bottom:24px;font-weight:800;}
.hph-hero h1 em{font-style:normal;color:var(--hph-red);}
.hph-hero-desc{font-size:20px;color:var(--hph-text);line-height:1.7;margin-bottom:32px;}
.hph-btns{display:flex;gap:16px;flex-wrap:wrap;}
.hph-btn-primary{background:var(--hph-red);color:#fff;padding:18px 36px;border-radius:6px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block;}
.hph-btn-primary:hover{background:#a90d27;color:#fff;}
.hph-btn-secondary{background:var(--hph-gray);color:var(--hph-dark);padding:18px 36px;border-radius:6px;font-size:18px;font-weight:600;border:1px solid var(--hph-border);text-decoration:none;display:inline-block;}
.hph-btn-secondary:hover{background:#ececec;color:var(--hph-dark);}
.hph-certs{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;}
.hph-cert{background:var(--hph-gray);border:1px solid var(--hph-border);color:#666;font-size:13px;font-weight:700;padding:8px 16px;border-radius:5px;text-transform:uppercase;letter-spacing:.05em;}
.hph-video-block{background:var(--hph-gray);border:1px solid var(--hph-border);border-radius:12px;overflow:hidden;aspect-ratio:16/9;width:100%;box-shadow:0 10px 30px rgba(0,0,0,0.08);}
.hph-video-block iframe{width:100%;height:100%;border:none;display:block;}
.hph-stats{max-width:1500px;width:96%;margin:48px auto 0;display:grid;grid-template-columns:repeat(3, 1fr);background:var(--hph-gray);border:1px solid var(--hph-border);border-radius:10px;padding:32px 0;}
.hph-stat{text-align:center;padding:0 20px;border-right:1px solid var(--hph-border);}
.hph-stat:last-child{border-right:none;}
.hph-stat-num{font-size:40px;font-weight:800;color:var(--hph-red);display:block;margin-bottom:15px;}
.hph-stat-lbl{font-size:14px;color:#666;display:block;text-transform:uppercase;letter-spacing:.1em;font-weight:600;}
.hph-section{padding:80px 0;border-bottom:1px solid var(--hph-border);background:#fff;}
.hph-section-alt{background:var(--hph-gray);}
.hph-section-inner{max-width:1500px;width:96%;margin:0 auto;}
.hph-section-label{font-size:14px;font-weight:700;color:var(--hph-red);text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px;}
.hph-section h2{font-size:40px;color:var(--hph-dark);margin-bottom:16px;line-height:1.25;font-weight:800;}
.hph-lead{font-size:20px;color:var(--hph-text);line-height:1.7;margin-bottom:40px;max-width:1000px;}
.hph-lead a{color:var(--hph-red);font-weight:700;text-decoration:none;}
.hph-grid2{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:32px;}
.hph-card{background:var(--hph-gray);border:1px solid var(--hph-border);border-radius:12px;padding:40px;}
.hph-section-alt .hph-card{background:#fff;}
.hph-card h3{font-size:22px;font-weight:700;color:var(--hph-dark);margin-bottom:16px;display:flex;align-items:center;gap:10px;}
.hph-card h3 .hph-icon{font-size:28px;color:var(--hph-red);}
.hph-card p{font-size:17px;color:var(--hph-text);line-height:1.7;margin-bottom:16px;}
.hph-card ul{font-size:16px;color:var(--hph-text);padding-left:20px;line-height:2;}
.hph-prod-pills{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px;margin-top:16px;}
.hph-prod-pill{background:#fff;border:1px solid var(--hph-border);border-radius:8px;padding:14px;text-align:center;font-size:15px;font-weight:600;color:var(--hph-dark);}
.hph-section-alt .hph-prod-pill{background:var(--hph-gray);}
.hph-doc-strip{background:#fff;border:1px solid var(--hph-border);border-left:6px solid var(--hph-red);border-radius:10px;padding:28px 32px;display:flex;align-items:flex-start;gap:24px;margin-top:32px;}
.hph-doc-strip .hph-icon{font-size:36px;color:var(--hph-red);flex-shrink:0;margin-top:4px;}
.hph-doc-strip strong{font-size:20px;color:var(--hph-dark);display:block;margin-bottom:8px;font-weight:700;}
.hph-doc-strip p{font-size:17px;color:var(--hph-text);line-height:1.6;}
.hph-bulk-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin-top:32px;}
.hph-bulk-card{background:#fff;border:1px solid var(--hph-border);border-radius:10px;padding:32px 28px;}
.hph-bulk-card .hph-bk-label{font-size:13px;font-weight:800;color:var(--hph-red);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;}
.hph-bulk-card .hph-bk-title{font-size:18px;font-weight:700;color:var(--hph-dark);margin-bottom:12px;}
.hph-bulk-card .hph-bk-desc{font-size:16px;color:var(--hph-text);line-height:1.6;}
.hph-grade-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px;}
.hph-grade-pill{background:#fff;border:1px solid var(--hph-border);color:#555;font-size:14px;font-weight:700;padding:8px 16px;border-radius:5px;}
.hph-cert-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin:32px 0;}
.hph-cert-card{background:#fff;border:1px solid var(--hph-border);border-radius:10px;padding:28px 20px;text-align:center;}
.hph-cert-card .hph-icon{font-size:36px;color:var(--hph-red);display:block;margin-bottom:12px;}
.hph-cert-card .hph-cert-name{font-size:18px;font-weight:700;color:var(--hph-dark);display:block;margin-bottom:6px;}
.hph-cert-card .hph-cert-desc{font-size:15px;color:#666;line-height:1.4;}
.hph-qual-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:16px;}
.hph-qual-col h3{font-size:22px;font-weight:700;color:var(--hph-dark);margin-bottom:16px;display:flex;align-items:center;gap:10px;}
.hph-qual-col h3 .hph-icon{font-size:28px;color:var(--hph-red);}
.hph-qual-col ul{font-size:16px;color:var(--hph-text);padding-left:20px;line-height:2;}
.hph-apps-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin-top:32px;}
.hph-app-item{border:1px solid var(--hph-border);background:var(--hph-gray);border-radius:10px;padding:32px 28px;}
.hph-app-name{font-size:20px;font-weight:700;color:var(--hph-dark);margin-bottom:12px;display:flex;align-items:center;gap:12px;}
.hph-app-name .hph-icon{font-size:28px;color:var(--hph-red);}
.hph-app-desc{font-size:16px;color:#555;line-height:1.6;}
.hph-table-wrapper{margin-top:32px;border:1px solid var(--hph-border);border-radius:10px;overflow:hidden;}
.hph-table-controls{display:flex;gap:16px;align-items:center;padding:20px 24px;background:var(--hph-gray);border-bottom:1px solid var(--hph-border);flex-wrap:wrap;}
.hph-table-search{flex:1;min-width:200px;background:#fff;border:1px solid var(--hph-border);border-radius:6px;padding:10px 16px;font-size:15px;font-family:inherit;color:var(--hph-dark);}
.hph-table-search::placeholder{color:#999;}
.hph-table-search:focus{outline:2px solid var(--hph-red);outline-offset:-1px;}
.hph-table-count{font-size:14px;color:#666;font-weight:600;white-space:nowrap;}
.hph-scroll-table{max-height:520px;overflow-y:auto;}
.hph-prod-table{width:100%;border-collapse:collapse;font-size:16px;background:#fff;}
.hph-prod-table th{background:var(--hph-red);color:#fff;padding:16px;text-align:left;font-weight:600;position:sticky;top:0;z-index:2;}
.hph-prod-table td{padding:16px;border-bottom:1px solid var(--hph-border);color:#333;vertical-align:top;}
.hph-prod-table tr:nth-child(even) td{background:var(--hph-gray);}
.hph-prod-table tr:nth-child(odd) td{background:#fff;}
.hph-prod-table tbody tr:hover td{background:#fde8ec;}
.hph-prod-link{color:var(--hph-red);font-weight:700;text-decoration:none;}
.hph-prod-link:hover{text-decoration:underline;}
.hph-grade-tag{font-size:13px;background:var(--hph-gray);border:1px solid var(--hph-border);color:#555;padding:4px 10px;border-radius:4px;font-weight:700;white-space:nowrap;display:inline-block;}
.hph-table-empty{text-align:center;padding:48px;color:#888;font-size:16px;display:none;}
.hph-faq-item{border:1px solid var(--hph-border);border-radius:10px;background:#fff;margin-bottom:12px;}
.hph-faq-q{padding:24px 32px;font-size:18px;font-weight:700;color:var(--hph-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;list-style:none;}
.hph-faq-q::-webkit-details-marker{display:none;}
.hph-faq-q .hph-icon{font-size:24px;color:var(--hph-red);transition:transform .3s ease;}
.hph-faq-item[open] .hph-faq-q .hph-icon{transform:rotate(180deg);}
.hph-faq-a{padding:0 32px 24px;font-size:17px;color:var(--hph-text);line-height:1.8;}
.hph-faq-item[open] .hph-faq-a{animation:hphFaqFade .3s ease-in-out;}
@keyframes hphFaqFade { from{opacity:0;transform:translateY(-5px)}
to{opacity:1;transform:translateY(0)}
} .hph-cta-section{background:var(--hph-gray);padding:80px 0;text-align:center;}
.hph-cta-section h2{font-size:42px;color:var(--hph-dark);margin-bottom:16px;font-weight:800;}
.hph-cta-sub{font-size:18px;color:var(--hph-text);margin-bottom:40px;}
.hph-cta-form{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px;margin:0 auto;text-align:left;}
.hph-input{background:#fff;border:1px solid var(--hph-border);border-radius:8px;padding:18px 20px;color:var(--hph-dark);font-size:16px;width:100%;font-family:inherit;}
.hph-input::placeholder{color:#888;}
.hph-trust-row{grid-column:1/-1;display:flex;gap:24px;flex-wrap:wrap;margin-top:12px;justify-content:center;}
.hph-trust-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#555;}
.hph-trust-item .hph-icon{font-size:20px;color:var(--hph-red);}
.hph-cta-btn{grid-column:1/-1;background:var(--hph-red);color:#fff;border:none;padding:20px;border-radius:8px;font-size:20px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s;}
.hph-cta-btn:hover{background:#a90d27;}
@media(max-width:1200px){
.hph-hero h1{font-size:42px;}
.hph-bulk-grid, .hph-apps-grid{grid-template-columns:repeat(2, 1fr);}
}
@media(max-width:1024px){
.hph-hero-grid{grid-template-columns:1fr;text-align:center;gap:40px;}
.hph-btns, .hph-certs{justify-content:center;}
.hph-grid2, .hph-qual-grid{grid-template-columns:1fr;}
.hph-cert-grid{grid-template-columns:repeat(2, 1fr);}
.hph-stats{grid-template-columns:repeat(3, 1fr);padding:24px 0;}
}
@media(max-width:768px){
.hph-hero{padding:48px 0 40px;}
.hph-hero h1{font-size:34px;}
.hph-stat{border-right:none;border-bottom:1px solid var(--hph-border);padding:16px;}
.hph-stat:last-child{border-bottom:none;}
.hph-stats{grid-template-columns:1fr;margin-top:32px;}
.hph-section{padding:48px 0;}
.hph-section h2{font-size:30px;}
.hph-bulk-grid, .hph-cert-grid, .hph-apps-grid, .hph-cta-form{grid-template-columns:1fr;}
.hph-doc-strip{flex-direction:column;gap:16px;text-align:center;align-items:center;border-left:1px solid var(--hph-border);border-top:6px solid var(--hph-red);}
.hph-cta-section h2{font-size:32px;}
.hph-faq-q{padding:20px;font-size:16px;}
.hph-faq-a{padding:0 20px 20px;}
.hph-table-controls{flex-direction:column;align-items:stretch;}
}
.hph-cta-embed { grid-column: 1 / -1; text-align: left; }