.product-hero{position:relative;background:#1A2947;color:#fff;padding:100px 0 80px;overflow:hidden;background-size:cover;background-position:50%;min-height:360px;display:flex;align-items:center}.product-hero-overlay{position:absolute;inset:0;background:rgba(26,41,71,.72)}.product-hero h1{font-size:36px;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.4}.product-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;letter-spacing:1px;margin-bottom:20px}.product-hero-desc{font-size:17px;color:rgba(255,255,255,.75);line-height:1.8;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.product-hero-actions{display:flex;gap:16px;justify-content:center}.btn-product-primary{padding:14px 32px;background:#CAAB82;color:#1A2947;border-radius:50px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.btn-product-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(202,171,130,.3);color:#1A2947}.btn-product-outline{padding:14px 32px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50px;font-size:16px;font-weight:600;text-decoration:none;transition:border-color .3s,color .3s}.btn-product-outline:hover{border-color:#CAAB82;color:#CAAB82}.btn-product-color{display:inline-block;padding:12px 28px;color:#fff;border-radius:50px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;margin-top:16px}.btn-product-color:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.15);color:#fff}.feature-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;padding:28px 24px;height:100%;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.feature-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.feature-card h4{font-size:17px;font-weight:700;color:#1A2947;margin-bottom:8px}.feature-card p{font-size:14px;color:#6c757d;line-height:1.7;margin:0}.step-card{padding:32px 20px;background:#fff;border-radius:16px;border:1px solid #e9ecef}.step-number{font-size:36px;font-weight:800;color:#CAAB82;margin-bottom:12px;font-family:Bebas Neue,sans-serif}.step-card h4{font-size:18px;font-weight:700;color:#1A2947}.role-tabs{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.role-tab{display:flex;align-items:center;gap:8px;padding:12px 24px;border:2px solid #e9ecef;border-radius:50px;background:#fff;font-size:15px;font-weight:600;color:#6c757d;cursor:pointer;transition:all .3s}.role-tab.active,.role-tab:hover{background:#f8f9fa}.role-detail{animation:fadeInRole .4s ease-out}@keyframes fadeInRole{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.role-icon-large{width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.role-features{list-style:none;padding:0}.role-features li{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:16px;color:#333;border-bottom:1px solid #f0f0f0;animation:fadeInRole .4s ease-out forwards}.role-check{font-size:18px}.product-cta{background:linear-gradient(135deg,#CAAB82,#b8956c);color:#fff}.product-cta h2{color:#fff;font-size:28px;margin-bottom:8px}.product-cta p{color:rgba(255,255,255,.85);margin-bottom:24px;font-size:16px}.product-cta .btn-product-primary{background:#1A2947;color:#CAAB82}.product-cta .btn-product-primary:hover{box-shadow:0 6px 20px rgba(26,41,71,.3);color:#CAAB82}@media (max-width:768px){.product-hero{padding:60px 0 50px;min-height:260px}.product-hero h1{font-size:26px}.product-hero-desc{font-size:15px}.product-hero-actions{flex-direction:column;align-items:center}.role-icon-large{width:100px;height:100px}}