@charset "UTF-8";.cert-hero{background:var(--gray-900);padding:64px 0;color:#fff;position:relative;overflow:hidden}.cert-hero::before{content:"";position:absolute;left:-100px;bottom:-100px;width:400px;height:400px;border-radius:50%;border:1px solid rgba(184,115,51,.2)}.cert-hero h1{color:#fff;font-size:44px;margin-bottom:16px}.cert-hero p{color:rgba(255,255,255,.75);font-size:17px;max-width:600px}.cert-overview{padding:64px 0;background:var(--white)}.cert-standard-card{background:#fff;border:1px solid var(--gray-200);border-left:4px solid var(--primary);border-radius:0 var(--radius-lg) var(--radius-lg) 0;padding:28px 24px;margin-bottom:20px;transition:var(--transition)}.cert-standard-card:hover{box-shadow:var(--shadow);border-left-color:var(--secondary)}.cert-standard-card .cert-id{font-size:18px;font-weight:700;color:var(--primary-dark);margin-bottom:4px}.cert-standard-card .cert-full-name{font-size:13px;color:var(--gray-500);margin-bottom:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.cert-standard-card .cert-description{font-size:14px;color:var(--gray-700);line-height:1.7;margin-bottom:16px}.cert-standard-card .cert-meta{display:flex;gap:16px;flex-wrap:wrap}.cert-meta-item{font-size:12px;color:var(--gray-500);background:var(--gray-50);padding:4px 10px;border-radius:12px;border:1px solid var(--gray-200)}.cert-meta-item strong{color:var(--gray-700)}.cert-process{padding:64px 0;background:var(--gray-50)}.process-step{display:flex;gap:20px;padding:24px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);height:100%;transition:var(--transition)}.process-step:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.process-step-num{flex-shrink:0;width:40px;height:40px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.process-step h4{font-size:15px;font-weight:700;color:var(--gray-900);margin-bottom:6px}.process-step p{font-size:13px;color:var(--gray-500);margin:0;line-height:1.6}.cert-download{padding:64px 0;background:var(--primary-dark);text-align:center;color:#fff}.cert-download h2{color:#fff;font-size:30px;margin-bottom:12px}.cert-download p{color:rgba(255,255,255,.75);margin-bottom:28px}