.pas-hero{padding:60px 0 40px;background:#fff;background-image:radial-gradient(circle,#e2e8f0 1px,transparent 1px);background-size:24px 24px;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}.pas-hero-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:center}.pas-hero-text{padding-top:20px}.pas-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:#ecfdf5;border:1px solid #d1fae5;border-radius:100px;font-size:12px;font-weight:600;letter-spacing:.08em;color:#087439;margin-bottom:24px}.pas-hero-badge-dot{width:8px;height:8px;border-radius:50%;background:#087439;animation:pasDotPulse 2s infinite}@keyframes pasDotPulse{0%,100%{opacity:1}50%{opacity:.4}}.pas-hero-title{font-size:48px;font-weight:800;line-height:1.1;color:#0f172a;letter-spacing:-.02em;margin:0 0 20px;font-family:'Georgia','Times New Roman',serif}.pas-hero-green{color:#087439}.pas-hero-red{color:#E53935;font-style:italic}.pas-hero-desc{font-size:16px;line-height:1.7;color:#64748b;margin:0 0 28px;max-width:520px}.pas-hero-actions{display:flex;align-items:center;gap:20px;margin-bottom:40px}.pas-hero-cta{display:inline-flex;align-items:center;gap:6px;padding:14px 28px;background:#087439;color:#fff;border-radius:100px;font-size:15px;font-weight:600;text-decoration:none;transition:background 0.2s,box-shadow 0.2s}.pas-hero-cta:hover{background:#065a2c;box-shadow:0 4px 16px rgba(8,116,57,.3);color:#fff}.pas-hero-link{font-size:15px;color:#0f172a;text-decoration:none;font-weight:500;border-bottom:1px solid #e2e8f0;padding-bottom:2px;transition:border-color 0.2s}.pas-hero-link:hover{border-color:#087439;color:#087439}.pas-hero-social-proof{display:flex;align-items:center;gap:16px;padding-top:32px;border-top:1px solid #e2e8f0}.pas-hero-avatars{display:flex;flex-shrink:0}.pas-hero-avatar-img{width:44px;height:44px;border-radius:10px;object-fit:cover;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.1);margin-left:-12px}.pas-hero-avatar-img:first-child{margin-left:0}.pas-hero-proof-info{display:flex;flex-direction:column;gap:2px}.pas-hero-proof-top{display:flex;align-items:center;gap:6px;font-size:15px;color:#0f172a}.pas-hero-proof-stars{color:#f59e0b;font-size:16px;letter-spacing:1px}.pas-hero-proof-count{font-size:13px;color:#94a3b8;font-weight:400}.pas-hero-proof-bottom{font-size:14px;color:#0f172a;font-weight:500}.pas-hero-cards{display:flex;flex-direction:column;gap:12px}.pas-hero-card{display:flex;align-items:center;gap:14px;padding:14px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;text-decoration:none;transition:box-shadow 0.2s,border-color 0.2s}.pas-hero-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:#cbd5e1}.pas-hero-card--empty{justify-content:center;padding:32px;color:#94a3b8;font-size:14px;border-style:dashed}.pas-hero-card-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f1f5f9}.pas-hero-card-avatar img{width:100%;height:100%;object-fit:cover}.pas-hero-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.pas-hero-card-name{font-size:15px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pas-hero-card-meta{font-size:13px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pas-hero-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.pas-hero-card-rating{font-size:14px;font-weight:700;color:#f59e0b}.pas-hero-card-badge{display:inline-block;padding:3px 10px;border-radius:100px;font-size:11px;font-weight:600;background:#ecfdf5;color:#087439;border:1px solid #d1fae5}.pas-hero-card-badge--featured{background:#fff7ed;color:#ea580c;border-color:#fed7aa}@media (max-width:900px){.pas-hero-inner{grid-template-columns:1fr;gap:32px}.pas-hero-title{font-size:36px}.pas-hero-social-proof{flex-wrap:wrap}}@media (max-width:600px){.pas-hero{padding:32px 0 24px}.pas-hero-title{font-size:28px}.pas-hero-actions{flex-direction:column;align-items:flex-start}.pas-hero-social-proof{gap:12px}.pas-hero-avatar-img{width:36px;height:36px}}